From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27563: [PATCH v3 2/2] gnu: ghostscript: Write document ID only when encrypting. Date: Fri, 07 Jul 2017 19:45:43 +0200 Message-ID: <87y3s0xhrs.fsf@gnu.org> References: <20170703200844.3f6d9e19@scratchpost.org> <20170706103216.25939-1-dannym@scratchpost.org> <20170706103216.25939-3-dannym@scratchpost.org> <87podca20z.fsf@gnu.org> <20170707152149.3235f3aa@scratchpost.org> <20170707162151.GA17441@jasmine.lan> <20170707184225.4279f1cd@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTXKN-0004WS-SE for bug-guix@gnu.org; Fri, 07 Jul 2017 13:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTXKN-0003mc-2W for bug-guix@gnu.org; Fri, 07 Jul 2017 13:46:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTXKM-0003mN-VZ for bug-guix@gnu.org; Fri, 07 Jul 2017 13:46:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTXKM-00087o-Cn for bug-guix@gnu.org; Fri, 07 Jul 2017 13:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170707184225.4279f1cd@scratchpost.org> (Danny Milosavljevic's message of "Fri, 7 Jul 2017 18:42:25 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 27563@debbugs.gnu.org Danny Milosavljevic skribis: > I'd vote for an environment variable to disable UUID printing and also > Time header printing. That way it would do everything normally in > regular usage - but when used in packages, it would just not *print* > the problematic stuff. No internal state is changed at all by the > patches. That sounds like a reasonable approach to me. I=E2=80=99d make it opt-out to minimize disruption=E2=80=94i.e., the env va= r would allow users to disable UUID generation, which would still be enabled as before otherwise. Ludo=E2=80=99.