diff --git a/app-crypt/gnupg/gnupg-2.2.10.recipe b/app-crypt/gnupg/gnupg-2.2.11.recipe similarity index 97% rename from app-crypt/gnupg/gnupg-2.2.10.recipe rename to app-crypt/gnupg/gnupg-2.2.11.recipe index 09e8bede7..f4c37fbd2 100644 --- a/app-crypt/gnupg/gnupg-2.2.10.recipe +++ b/app-crypt/gnupg/gnupg-2.2.11.recipe @@ -16,7 +16,7 @@ LICENSE="CC0 v1.0 GNU LGPL v3" REVISION="1" SOURCE_URI="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-$portVersion.tar.bz2" -CHECKSUM_SHA256="799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915" +CHECKSUM_SHA256="496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9" PATCHES="gnupg-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" diff --git a/app-crypt/gnupg/patches/gnupg-2.2.10.patchset b/app-crypt/gnupg/patches/gnupg-2.2.11.patchset similarity index 88% rename from app-crypt/gnupg/patches/gnupg-2.2.10.patchset rename to app-crypt/gnupg/patches/gnupg-2.2.11.patchset index 22b399897..bcc15ca94 100644 --- a/app-crypt/gnupg/patches/gnupg-2.2.10.patchset +++ b/app-crypt/gnupg/patches/gnupg-2.2.11.patchset @@ -5,10 +5,10 @@ Subject: Fix detection of libnetwork diff --git a/configure.ac b/configure.ac -index 8c80377..c86c5b1 100644 +index 4d66af9..4adefe9 100644 --- a/configure.ac +++ b/configure.ac -@@ -1041,10 +1041,9 @@ AC_MSG_NOTICE([checking for networking options]) +@@ -1048,10 +1048,9 @@ AC_MSG_NOTICE([checking for networking options]) # ELF runtime link paths), then link will fail and LDAP support won't # be detected. # @@ -22,7 +22,7 @@ index 8c80377..c86c5b1 100644 # -@@ -1058,8 +1057,8 @@ if test "$build_dirmngr" = "yes"; then +@@ -1065,8 +1064,8 @@ if test "$build_dirmngr" = "yes"; then # the dirmngr option --standard-resolver. # the double underscore thing is a glibc-ism? @@ -44,10 +44,10 @@ Subject: Haiku: settings Path diff --git a/configure.ac b/configure.ac -index c86c5b1..5c1d5d3 100644 +index 4adefe9..3111315 100644 --- a/configure.ac +++ b/configure.ac -@@ -492,6 +492,8 @@ AH_BOTTOM([ +@@ -495,6 +495,8 @@ AH_BOTTOM([ # endif #elif defined(__VMS) #define GNUPG_DEFAULT_HOMEDIR "/SYS$LOGIN/gnupg"