From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:6f8:1178:2:21e:67ff:fe11:9c5c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VUcdy-0007lV-0J for ptxdist@pengutronix.de; Fri, 11 Oct 2013 15:20:38 +0200 Received: from mgr by dude.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1VUcdx-0008Ab-Vj for ptxdist@pengutronix.de; Fri, 11 Oct 2013 15:20:37 +0200 From: Michael Grzeschik Date: Fri, 11 Oct 2013 15:20:36 +0200 Message-Id: <1381497636-30145-1-git-send-email-m.grzeschik@pengutronix.de> Subject: [ptxdist] [PATCH] gnupg: version bump to 2.0.22 and add bz2 support Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Michael Grzeschik --- rules/gnupg.in | 2 ++ rules/gnupg.make | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/gnupg.in b/rules/gnupg.in index 1f6c150..164a9dc 100644 --- a/rules/gnupg.in +++ b/rules/gnupg.in @@ -8,6 +8,8 @@ config GNUPG select LIBGCRYPT select LIBKSBA select READLINE + select BZIP2 + select BZIP2_LIBBZ2 select ZLIB help GnuPG - The GNU Privacy Guard suite of programs diff --git a/rules/gnupg.make b/rules/gnupg.make index 0ee87ef..b684f85 100644 --- a/rules/gnupg.make +++ b/rules/gnupg.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GNUPG) += gnupg # # Paths and names # -GNUPG_VERSION := 2.0.15 -GNUPG_MD5 := c1286e85b66349879dc4b760dd83e2f1 +GNUPG_VERSION := 2.0.22 +GNUPG_MD5 := ee22e7b4fdbfcb50229c2e6db6db291e GNUPG := gnupg-$(GNUPG_VERSION) GNUPG_SUFFIX := tar.bz2 GNUPG_URL := ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX) @@ -48,8 +48,7 @@ GNUPG_CONF_OPT := $(CROSS_AUTOCONF_USR) \ --disable-dns-srv \ --disable-nls \ --disable-rpath \ - --disable-regex \ - --disable-bzip2 + --disable-regex ifndef PTXCONF_ICONV GNUPG_AUTOCONF += --without-libiconv-prefix -- 1.8.4.rc3 -- ptxdist mailing list ptxdist@pengutronix.de