From bda8ccd28dd96df5e4f35ebcd3639d0f0a8cc96b Mon Sep 17 00:00:00 2001 From: fbrosson Date: Tue, 17 Jul 2018 23:09:57 +0000 Subject: [PATCH] GnuTLS: bump to 3.5.19, switch SOURCE_URI to https. * TEST_REQUIRES += cmd:cvs --- .../{gnutls35-3.5.18.recipe => gnutls35-3.5.19.recipe} | 9 +++++---- .../{gnutls-3.5.18.patchset => gnutls-3.5.19.patchset} | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename net-libs/gnutls/{gnutls35-3.5.18.recipe => gnutls35-3.5.19.recipe} (94%) rename net-libs/gnutls/patches/{gnutls-3.5.18.patchset => gnutls-3.5.19.patchset} (100%) diff --git a/net-libs/gnutls/gnutls35-3.5.18.recipe b/net-libs/gnutls/gnutls35-3.5.19.recipe similarity index 94% rename from net-libs/gnutls/gnutls35-3.5.18.recipe rename to net-libs/gnutls/gnutls35-3.5.19.recipe index 60cb5a792..54e1fd13a 100644 --- a/net-libs/gnutls/gnutls35-3.5.18.recipe +++ b/net-libs/gnutls/gnutls35-3.5.19.recipe @@ -11,16 +11,16 @@ COPYRIGHT="2000-2018 Free Software Fundation Inc. 2000-2004 Nikos Mavrogiannopoulos" LICENSE="GNU LGPL v2.1" REVISION="1" -SOURCE_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v${portVersion%\.*}/gnutls-$portVersion.tar.xz" -CHECKSUM_SHA256="ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234" +SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/gnutls/v${portVersion%\.*}/gnutls-$portVersion.tar.xz" +CHECKSUM_SHA256="1936eb64f03aaefd6eb16cef0567457777618573826b94d03376bb6a4afadc44" SOURCE_DIR="gnutls-$portVersion" PATCHES="gnutls-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc" -SECONDARY_ARCHITECTURES="!x86_gcc2 x86" +SECONDARY_ARCHITECTURES="x86" libgnutls_opensslVersion="27.0.2" -libgnutlsVersion="30.14.10" +libgnutlsVersion="30.14.11" libgnutlsxxVersion="28.1.0" libgnutls_opensslVersionCompat="$libgnutls_opensslVersion compat >= ${libgnutls_opensslVersion%%.*}" @@ -131,6 +131,7 @@ BUILD_PREREQUIRES=" " TEST_REQUIRES=" + cmd:cvs cmd:git " diff --git a/net-libs/gnutls/patches/gnutls-3.5.18.patchset b/net-libs/gnutls/patches/gnutls-3.5.19.patchset similarity index 100% rename from net-libs/gnutls/patches/gnutls-3.5.18.patchset rename to net-libs/gnutls/patches/gnutls-3.5.19.patchset