From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] gnupg: Update to 1.4.21 Date: Tue, 23 Aug 2016 18:30:03 +0200 Message-ID: <20160823163003.6106-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1006379406907184016==" List-Id: --===============1006379406907184016== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Second try: Update from 1.4.18 to 1.4.21, based on current 'next'. Best, Matthias Signed-off-by: Matthias Fischer --- config/rootfiles/common/gnupg | 2 -- lfs/gnupg | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/gnupg b/config/rootfiles/common/gnupg index 9aecc41..edd2bec 100644 --- a/config/rootfiles/common/gnupg +++ b/config/rootfiles/common/gnupg @@ -13,6 +13,4 @@ usr/lib/gnupg/gpgkeys_ldap #usr/share/info/gnupg1.info #usr/share/man/man1/gpg-zip.1 #usr/share/man/man1/gpg.1 -#usr/share/man/man1/gpg.ru.1 #usr/share/man/man1/gpgv.1 -#usr/share/man/man7/gnupg.7 diff --git a/lfs/gnupg b/lfs/gnupg index 29835e0..aa76042 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2014 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.4.18 +VER =3D 1.4.21 =20 THISAPP =3D gnupg-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 54db1be9588b11afbbdd8b82d4ea883a +$(DL_FILE)_MD5 =3D 9bdeabf3c0f87ff21cb3f9216efdd01d =20 install : $(TARGET) =20 --=20 2.9.3 --===============1006379406907184016==--