GnuTLS: bump to 3.5.19, switch SOURCE_URI to https.

* TEST_REQUIRES += cmd:cvs
This commit is contained in:
fbrosson
2018-07-17 23:09:57 +00:00
parent a0d05927d6
commit bda8ccd28d
2 changed files with 5 additions and 4 deletions

View File

@@ -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
"