mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gnutls: bump to 3.5.6. (#857)
This commit is contained in:
@@ -12,7 +12,7 @@ COPYRIGHT="2000-2016 Free Software Fundation Inc.
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v${portVersion%\.*}/gnutls-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="86994fe7804ee16d2811e366b9bf2f75304f8e470ae0e3716d60ffeedac0e529"
|
||||
CHECKSUM_SHA256="6338b715bf31c758606ffa489c7f87ee1beab947114fbd2ffefd73170a8c6b9a"
|
||||
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.11.0 compat >= 30
|
||||
lib:libgnutls$secondaryArchSuffix = 30.12.0 compat >= 30
|
||||
lib:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -68,7 +68,7 @@ CONFLICTS_bin="
|
||||
PROVIDES_devel="
|
||||
gnutls${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgnutls_openssl$secondaryArchSuffix = 27.0.2 compat >= 27
|
||||
devel:libgnutls$secondaryArchSuffix = 30.11.0 compat >= 30
|
||||
devel:libgnutls$secondaryArchSuffix = 30.12.0 compat >= 30
|
||||
devel:libgnutlsxx$secondaryArchSuffix = 28.1.0 compat >= 28
|
||||
"
|
||||
REQUIRES_devel="
|
||||
@@ -71,15 +71,17 @@ Subject: link mini-dtls-pthread without libpthread.
|
||||
|
||||
|
||||
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||
index 5c1fcb9..c306353 100644
|
||||
index 499e821..a0137c9 100644
|
||||
--- a/tests/Makefile.am
|
||||
+++ b/tests/Makefile.am
|
||||
@@ -130,7 +130,7 @@ conv_utf8_LDADD = $(CMOCKA_LDADD)
|
||||
@@ -134,8 +134,8 @@ conv_utf8_LDADD = $(CMOCKA_LDADD)
|
||||
|
||||
endif
|
||||
|
||||
-mini_dtls_pthread_LDADD = $(LDADD) -lpthread
|
||||
-rng_pthread_LDADD = $(LDADD) -lpthread
|
||||
+mini_dtls_pthread_LDADD = $(LDADD)
|
||||
+rng_pthread_LDADD = $(LDADD)
|
||||
|
||||
# These tests need gnulib for memmem()
|
||||
resume_psk_CFLAGS = -DUSE_PSK
|
||||
Reference in New Issue
Block a user