Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f88210eb3154390769decae96c332181e588c14)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f88210eb3154390769decae96c332181e588c14)
  • Date: Thu, 29 Sep 2022 15:07:55 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

collab/subversion/BUILD | 2 +-
collab/subversion/CONFIGURE | 3 +++
collab/subversion/DETAILS | 1 +
collab/subversion/HISTORY | 4 ++++
4 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 4f88210eb3154390769decae96c332181e588c14
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

subversion: add option to re-enable password storage, as earlier versions

diff --git a/collab/subversion/BUILD b/collab/subversion/BUILD
index 6d533c5..54ee0b2 100755
--- a/collab/subversion/BUILD
+++ b/collab/subversion/BUILD
@@ -24,7 +24,7 @@ if ! [[ -x configure ]]; then ./autogen.sh; fi &&
OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-shared --disable-experimental-libtool"

SWIG_LDFLAGS="${LDFLAGS}" &&
-OPTS+=" $SVN_GIT" &&
+OPTS+=" $SVN_PLAINPW $SVN_GIT" &&
default_build &&

if [[ "$SVN_PERL" == y ]]; then
diff --git a/collab/subversion/CONFIGURE b/collab/subversion/CONFIGURE
index 15ee8f8..9ee420f 100755
--- a/collab/subversion/CONFIGURE
+++ b/collab/subversion/CONFIGURE
@@ -7,6 +7,9 @@ config_query SVN_PERL 'Install Subversion bindings for Perl?'
$(spell_ok_yesno p
config_query SVN_PYTHON 'Install Subversion bindings for Python?'
$(spell_ok_yesno python) &&
config_query SVN_RUBY 'Install Subversion bindings for Ruby?'
$(spell_ok_yesno ruby) &&
config_query SVN_JAVA 'Install Subversion bindings for JAVA?'
$(spell_ok_yesno JAVA) &&
+config_query_option SVN_PLAINPW 'enable plaintext password storage?' n \
+ --enable-plaintext-password-storage \
+ --disable-plaintext-password-storage &&
config_query_option SVN_GIT 'support git svn?' n \
'--disable-runtime-module-search' \
'--enable-runtime-module-search'
diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
index 146a7d7..0e73a10 100755
--- a/collab/subversion/DETAILS
+++ b/collab/subversion/DETAILS
@@ -1,6 +1,7 @@
SPELL=subversion
VERSION=1.14.2
SECURITY_PATCH=10
+ PATCHLEVEL=1
if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
SOURCE=$SPELL-$VERSION.tar.bz2
if [[ "$SVN_HEAD" == y ]]; then
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index d712950..dbf7e70 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,7 @@
+2022-09-29 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: ++PATCHLEVEL
+ * CONFIGURE, BUILD: option to enable classic plaintext password
storage
+
2022-04-12 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.14.2, SECURITY_PATCH++, fixes CVE-2021-28544




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (4f88210eb3154390769decae96c332181e588c14), Thomas Orgis, 09/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page