diff --git a/net-libs/gnutls/gnutls35-3.5.7.recipe b/net-libs/gnutls/gnutls35-3.5.8.recipe similarity index 93% rename from net-libs/gnutls/gnutls35-3.5.7.recipe rename to net-libs/gnutls/gnutls35-3.5.8.recipe index 8f8422630..fc7f061e1 100644 --- a/net-libs/gnutls/gnutls35-3.5.7.recipe +++ b/net-libs/gnutls/gnutls35-3.5.8.recipe @@ -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 diff --git a/net-libs/gnutls/patches/gnutls-3.5.7.patchset b/net-libs/gnutls/patches/gnutls-3.5.8.patchset similarity index 97% rename from net-libs/gnutls/patches/gnutls-3.5.7.patchset rename to net-libs/gnutls/patches/gnutls-3.5.8.patchset index 02e29e97b..6c9220d61 100644 --- a/net-libs/gnutls/patches/gnutls-3.5.7.patchset +++ b/net-libs/gnutls/patches/gnutls-3.5.8.patchset @@ -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