From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 29 03:20:26 2021 Received: (at 52162) by debbugs.gnu.org; 29 Nov 2021 08:20:26 +0000 Received: from localhost ([127.0.0.1]:37016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mrbti-0000SS-2t for submit@debbugs.gnu.org; Mon, 29 Nov 2021 03:20:26 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mrbtf-0000SI-MU for 52162@debbugs.gnu.org; Mon, 29 Nov 2021 03:20:24 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1638174020; cv=none; d=zohomail.com; s=zohoarc; b=mYjcDjri61kbBRz5cZz7ZT3cv8754R4uOOUPEu2QFVPpemRAuImaYNVCnZwG1/MrR1csKXn97eG7MUTzFsx5eP4yg1H/qv0nnMg98+zPEwNQsE/8dttO8pzuUl1uAmfx7Gvwqzy0Is5SDZ6LFt0YqhL8FisPNl3urVWM+sgvZkc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1638174020; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=armX3vfnwsDg6nUBRa9dXj6l5JGpboqhJlcU4vNCoj0=; b=XrNPrjlBHWuYN2PDBu967WBE7li+ec3xaztsaJ+zbI0p9+Lph+gkT7dLYT2saa+7dmpsw3HE/EMk6jJ5yQEp85jw8791zhhxG6jcfhLUVGoJ82gMk0YTrkBopG+cFtArqY5XkvuDmeJS+jYZPxmjetfEcaMMRMUv/UCOORpjxx0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1638174020; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=armX3vfnwsDg6nUBRa9dXj6l5JGpboqhJlcU4vNCoj0=; b=BJIMN5U7trJHDwpsJc9/nGQJ2UHV5as5iimvSLeUZxhOdhO+F8dWEJW7wObZGx2V i2VKua5PCinLoc+GCF+uKijHDFc/LCQvQvgjDcLdDIXw/W5b1GZCe7yGwKufeyWJPDB 43swu8dB7vUuY5OPd1jzBauYvBWBbrrmgycQ7cnU= Received: from localhost (p54ad4038.dip0.t-ipconnect.de [84.173.64.56]) by mx.zohomail.com with SMTPS id 1638174019575400.9646193874893; Mon, 29 Nov 2021 00:20:19 -0800 (PST) User-agent: mu4e 1.6.10; emacs 28.0.50 From: Ricardo Wurmus To: 52162@debbugs.gnu.org Subject: [PATCH] gnu: subversion: Add --enable-plaintext-password-storage flag Date: Mon, 29 Nov 2021 09:15:48 +0100 X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87lf17mkzj.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 52162 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I=E2=80=99ve read the discussion that ends with an email[1] by Nathan=20 Hartman expressing support for enabling the feature but disabling=20 it by default in configuration. Hence I think it would be=20 reasonable to wait for a new release addressing it. In the=20 meantime users can define their own package variant with this=20 configure flag added. It doesn=E2=80=99t need to be changed in Guix itself, because this only=20 affects users of the package, not other packages that have=20 subversion as an input. So it=E2=80=99s enough to add a new leaf package.= =20 As a compromise I think it would be acceptable to add a separate=20 subversion-plaintext (or whatever) package variant, which will be=20 superseded by the official subversion package as soon as a new=20 release is made. [1]=20 https://mail-archives.apache.org/mod_mbox/subversion-dev/202110.mbox/%3cCAJ= T2EHr7wBfMdg0df7hEnv9+JedcjRkFCzP+q21=3DdvcWrPv84Q@mail.gmail.com%3e --=20 Ricardo