GNU bug report logs - #52162
[PATCH] gnu: subversion: Add --enable-plaintext-password-storage flag

Previous Next

Package: guix-patches;

Reported by: Philip Kaludercic <philipk <at> posteo.net>

Date: Sun, 28 Nov 2021 15:42:01 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Philip Kaludercic <philipk <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Philip Kaludercic <philipk <at> posteo.net>
Subject: [PATCH] gnu: subversion: Add --enable-plaintext-password-storage flag
Date: Sun, 28 Nov 2021 15:41:10 +0000
* version-control.scm (subversion): Enable plain text passwords while
compiling SVN, undoing the controversial move to disable them by the
maintainers. See also
https://lists.apache.org/thread/b6g2hx2m3s117wcmno08opl874ons3q8.
---
 gnu/packages/version-control.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 10487c6939..ff3dc61456 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1969,7 +1969,8 @@ (define-public subversion
     (arguments
      '(#:parallel-tests? #f             ; TODO Seems to cause test failures on
                                         ; i686-linux
-       #:configure-flags '("--enable-static=no")
+       #:configure-flags '("--enable-static=no"
+                           "--enable-plaintext-password-storage")
        #:phases
        (modify-phases %standard-phases
          (add-after 'configure 'patch-libtool-wrapper-ls
-- 
2.34.0





This bug report was last modified 3 years and 195 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.