From 5bd3ea5878969b9c033c3855e13fa6d4f7f34f66 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 8 Sep 2019 14:59:20 +0200 Subject: [PATCH] libgcrypt: bump version. --- .../{libgcrypt-1.8.4.recipe => libgcrypt-1.8.5.recipe} | 5 +++-- .../{libgcrypt-1.8.4.patchset => libgcrypt-1.8.5.patchset} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename dev-libs/libgcrypt/{libgcrypt-1.8.4.recipe => libgcrypt-1.8.5.recipe} (94%) rename dev-libs/libgcrypt/patches/{libgcrypt-1.8.4.patchset => libgcrypt-1.8.5.patchset} (100%) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.4.recipe b/dev-libs/libgcrypt/libgcrypt-1.8.5.recipe similarity index 94% rename from dev-libs/libgcrypt/libgcrypt-1.8.4.recipe rename to dev-libs/libgcrypt/libgcrypt-1.8.5.recipe index d3d113205..1e2fed560 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.4.recipe +++ b/dev-libs/libgcrypt/libgcrypt-1.8.5.recipe @@ -6,13 +6,13 @@ COPYRIGHT="2000-2018 Free Software Foundation, Inc." LICENSE="GNU LGPL v3" REVISION="1" SOURCE_URI="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2" -CHECKSUM_SHA256="f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227" +CHECKSUM_SHA256="3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3" PATCHES="libgcrypt-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -libVersion="20.2.4" +libVersion="20.2.5" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -70,6 +70,7 @@ INSTALL() rm -f $libDir/*.la prepareInstalledDevelLib libgcrypt + fixPkgconfig if [ -z "$secondaryArchSuffix" ]; then maybe_infoDir=$infoDir diff --git a/dev-libs/libgcrypt/patches/libgcrypt-1.8.4.patchset b/dev-libs/libgcrypt/patches/libgcrypt-1.8.5.patchset similarity index 100% rename from dev-libs/libgcrypt/patches/libgcrypt-1.8.4.patchset rename to dev-libs/libgcrypt/patches/libgcrypt-1.8.5.patchset