all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Philip Kaludercic <philipk@posteo.net>
Cc: 52162@debbugs.gnu.org
Subject: [bug#52162] [PATCH] gnu: subversion: Add --enable-plaintext-password-storage flag
Date: Sun, 28 Nov 2021 17:08:17 -0500	[thread overview]
Message-ID: <YaP90Y/GaCSnBIF0@jasmine.lan> (raw)
In-Reply-To: <20211128154110.25964-1-philipk@posteo.net>

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.




  reply	other threads:[~2021-11-28 22:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 15:41 [bug#52162] [PATCH] gnu: subversion: Add --enable-plaintext-password-storage flag Philip Kaludercic
2021-11-28 22:08 ` Leo Famulari [this message]
2021-11-29  8:15 ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YaP90Y/GaCSnBIF0@jasmine.lan \
    --to=leo@famulari.name \
    --cc=52162@debbugs.gnu.org \
    --cc=philipk@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.