From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27563: [PATCH v4 0/3] Make ghostscript reproducible. Date: Mon, 10 Jul 2017 01:40:12 +0200 Message-ID: <20170709234012.26064-1-dannym@scratchpost.org> References: <8737a86zt4.fsf@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dULtu-0002TK-4a for bug-guix@gnu.org; Sun, 09 Jul 2017 19:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dULtq-00062P-VK for bug-guix@gnu.org; Sun, 09 Jul 2017 19:46:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dULtq-00062I-Sh for bug-guix@gnu.org; Sun, 09 Jul 2017 19:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dULtq-0000rD-Dy for bug-guix@gnu.org; Sun, 09 Jul 2017 19:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8737a86zt4.fsf@gnu.org> 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: 27563@debbugs.gnu.org Danny Milosavljevic (3): gnu: ghostscript: Make "/ID" optional, depending on environment variable. gnu: ghostscript: Make XMP UUID headers optional, depending on environment variable. gnu: ghostscript: Make "/CreationDate", "/ModDate" optoinal, depending on environment variable. gnu/local.mk | 3 ++ gnu/packages/ghostscript.scm | 10 ++--- .../ghostscript-no-header-creationdate.patch | 16 +++++++ .../patches/ghostscript-no-header-id.patch | 49 ++++++++++++++++++++++ .../patches/ghostscript-no-header-uuid.patch | 43 +++++++++++++++++++ 5 files changed, 116 insertions(+), 5 deletions(-) create mode 100644 gnu/packages/patches/ghostscript-no-header-creationdate.patch create mode 100644 gnu/packages/patches/ghostscript-no-header-id.patch create mode 100644 gnu/packages/patches/ghostscript-no-header-uuid.patch