gnutls: bump to 3.5.8.

This commit is contained in:
fbrosson
2017-01-10 09:28:28 +00:00
parent b63e4042a8
commit 516ad6ceb9
2 changed files with 7 additions and 7 deletions

View File

@@ -6,13 +6,13 @@ communications protocols as well as APIs to parse and write X.509, PKCS #12, \
OpenPGP and other required structures. It is aimed to be portable and \
efficient with focus on security and interoperability."
HOMEPAGE="https://www.gnutls.org/"
COPYRIGHT="2000-2016 Free Software Fundation Inc.
COPYRIGHT="2000-2017 Free Software Fundation Inc.
2004-2008 Simon Josefsson
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="60cbfc119e6268cfa38d712621daa473298a0c5b129c0842caec4c1ed4d7861a"
CHECKSUM_SHA256="0e97f243ae72b70307d684b84c7fe679385aa7a7a0e37e5be810193dcc17d4ff"
SOURCE_DIR="gnutls-$portVersion"
PATCHES="gnutls-$portVersion.patchset"
@@ -22,7 +22,7 @@ SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
PROVIDES="
gnutls35$secondaryArchSuffix = $portVersion
lib:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
lib:libgnutls$secondaryArchSuffix = 30.13.0 compat >= 30
lib:libgnutls$secondaryArchSuffix = 30.13.1 compat >= 30
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
"
REQUIRES="
@@ -70,7 +70,7 @@ CONFLICTS_bin="
PROVIDES_devel="
gnutls${secondaryArchSuffix}_devel = $portVersion
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
devel:libgnutls$secondaryArchSuffix = 30.13.0 compat >= 30
devel:libgnutls$secondaryArchSuffix = 30.13.1 compat >= 30
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
"
REQUIRES_devel="
@@ -124,7 +124,7 @@ INSTALL()
{
make install
rm -f $libDir/lib*.la
rm -f $libDir/libgnutls*.la
prepareInstalledDevelLibs libgnutls-openssl libgnutls libgnutlsxx
fixPkgconfig

View File

@@ -71,10 +71,10 @@ Subject: link mini-dtls-pthread without libpthread.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index af82633..732c005 100644
index eab4a16..3d1f10f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -135,8 +135,8 @@ str_idna_LDADD = $(CMOCKA_LDADD)
@@ -140,8 +140,8 @@ str_idna_LDADD = $(CMOCKA_LDADD)
endif