diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-04-25 14:50:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-04-25 14:50:34 +0000 |
commit | 41e4c187f1e2a9665b3549221a7ad7bb9e3704ab (patch) | |
tree | c02046cc23495fef3cdd61adee81051d7e4bb593 /security | |
parent | b0384cea1f79c4db9f7a0d22ffec3a477c0d138f (diff) | |
download | freebsd-ports-41e4c187f1e2a9665b3549221a7ad7bb9e3704ab.zip |
Update to 3.5.11.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 7 | ||||
-rw-r--r-- | security/gnutls/distinfo | 6 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 11 |
3 files changed, 16 insertions, 8 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index d4c9fd34ce3a..b48ec9969b5b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.5.9 +PORTVERSION= 3.5.11 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} @@ -27,14 +27,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-guile \ --enable-local-libopts \ --with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \ - --without-libidn2 \ ac_cv_type_max_align_t=yes MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip CPE_VENDOR= gnu -OPTIONS_DEFINE= DANE EXAMPLES IDN NLS P11KIT TPM ZLIB +OPTIONS_DEFINE= DANE DOCS EXAMPLES IDN NLS P11KIT TPM ZLIB OPTIONS_DEFAULT= IDN P11KIT TPM ZLIB OPTIONS_SUB= yes @@ -43,7 +42,7 @@ DANE_LIB_DEPENDS= libunbound.so:dns/unbound DANE_CONFIGURE_ENABLE= libdane IDN_CONFIGURE_WITH= idn -IDN_LIB_DEPENDS= libidn.so:dns/libidn +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_OFF= ac_cv_lib_intl_gettext=no diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index a845635be88f..42e3290c85b9 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486998078 -SHA256 (gnutls-3.5.9.tar.xz) = 82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951 -SIZE (gnutls-3.5.9.tar.xz) = 7166932 +TIMESTAMP = 1492975093 +SHA256 (gnutls-3.5.11.tar.xz) = 51765cc5579e250da77fbd7871507c517d01b15353cc40af7b67e9ec7b6fe28f +SIZE (gnutls-3.5.11.tar.xz) = 7208068 diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 71b87dc8f692..4c07d0018adc 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -41,7 +41,7 @@ info/pkcs11-vision.png %%DANE%%lib/libgnutls-dane.so.0.4.1 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.14.0 +lib/libgnutls.so.30.14.2 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 @@ -1089,6 +1089,15 @@ man/man3/gnutls_x509_trust_list_remove_trust_mem.3.gz man/man3/gnutls_x509_trust_list_verify_crt.3.gz man/man3/gnutls_x509_trust_list_verify_crt2.3.gz man/man3/gnutls_x509_trust_list_verify_named_crt.3.gz +%%PORTDOCS%%%%DOCSDIR%%/gnutls-client-server-use-case.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-handshake-sequence.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-handshake-state.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-internals.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-layers.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-logo.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-modauth.png +%%PORTDOCS%%%%DOCSDIR%%/gnutls-x509.png +%%PORTDOCS%%%%DOCSDIR%%/pkcs11-vision.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-alert.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-cert-select-pkcs11.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-cert-select.c |