diff --git a/app-crypt/gnupg/gnupg-1.4.22.recipe b/app-crypt/gnupg/gnupg-1.4.23.recipe similarity index 90% rename from app-crypt/gnupg/gnupg-1.4.22.recipe rename to app-crypt/gnupg/gnupg-1.4.23.recipe index 3145e8935..4e931c5a3 100644 --- a/app-crypt/gnupg/gnupg-1.4.22.recipe +++ b/app-crypt/gnupg/gnupg-1.4.23.recipe @@ -6,11 +6,11 @@ well as access modules for all kinds of public key directories. GnuPG, also \ known as GPG, is a command line tool with features for easy integration with \ other applications." HOMEPAGE="https://gnupg.org/" -COPYRIGHT="1998-2016 Free Software Foundation, Inc." +COPYRIGHT="1998-2018 Free Software Foundation, Inc." LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-$portVersion.tar.bz2" -CHECKSUM_SHA256="9594a24bec63a21568424242e3f198b9d9828dea5ff0c335e47b06f835f930b4" +CHECKSUM_SHA256="c9462f17e651b6507848c08c430c791287cd75491f8b5a8b50c6ed46b12678ba" PATCHES="gnupg-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" diff --git a/app-crypt/gnupg/patches/gnupg-1.4.22.patchset b/app-crypt/gnupg/patches/gnupg-1.4.23.patchset similarity index 68% rename from app-crypt/gnupg/patches/gnupg-1.4.22.patchset rename to app-crypt/gnupg/patches/gnupg-1.4.23.patchset index b078e96a0..35f0e7f47 100644 --- a/app-crypt/gnupg/patches/gnupg-1.4.22.patchset +++ b/app-crypt/gnupg/patches/gnupg-1.4.23.patchset @@ -5,7 +5,7 @@ Subject: Fix detection of libnetwork diff --git a/configure.ac b/configure.ac -index f6ed9c2..cc7861d 100644 +index b92440c..ca144b0 100644 --- a/configure.ac +++ b/configure.ac @@ -686,10 +686,12 @@ dnl for ldap, for example. If ldap libs are static (or dynamic and without @@ -39,33 +39,3 @@ index f6ed9c2..cc7861d 100644 -- 2.15.1 - -From ca1a66a94465160bd40f337f3cc5032f304df501 Mon Sep 17 00:00:00 2001 -From: begasus -Date: Tue, 2 Jan 2018 10:35:34 +0100 -Subject: gcc2, parse error fix - - -diff --git a/cipher/rsa.c b/cipher/rsa.c -index 51b7640..d076b8c 100644 ---- a/cipher/rsa.c -+++ b/cipher/rsa.c -@@ -326,6 +326,7 @@ secret(MPI output, MPI input, RSA_secret_key *skey ) - # endif /* USE_BLINDING */ - - /* RSA secret operation: */ -+ { - MPI D_blind = mpi_alloc_secure (nlimbs); - MPI rr; - unsigned int rr_nbits; -@@ -386,6 +387,7 @@ secret(MPI output, MPI input, RSA_secret_key *skey ) - mpi_free ( m1 ); - mpi_free ( m2 ); - #endif -+ } - } - - --- -2.15.1 -