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 #8 received at 52162 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Philip Kaludercic <philipk <at> posteo.net>
Cc: 52162 <at> debbugs.gnu.org
Subject: Re: [bug#52162] [PATCH] gnu: subversion: Add
 --enable-plaintext-password-storage flag
Date: Sun, 28 Nov 2021 17:08:17 -0500
On Sun, Nov 28, 2021 at 03:41:10PM +0000, Philip Kaludercic wrote:
> * 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.

Thanks for the patch!

> -       #:configure-flags '("--enable-static=no")
> +       #:configure-flags '("--enable-static=no"
> +                           "--enable-plaintext-password-storage")

In general, in Guix, we aim to distribute software as it was released by
upstream. We do make changes to fix bugs, but it's outside our normal
activity for us to change defaults from upstream.

This is partly a pragmatic choice (less work to maintain) and partly a
way in which we choose to be "good citizens" with respect to our role as
distributors. But also, because Guix makes it easier for users to
customize their packages compared to other systems like APT and RPM.

I would like to hear other peoples' opinions before we decide about this
patch.




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.