diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 18:26:27 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 18:26:27 +0800 |
commit | 3649dde5765a1c010ea66cc726e8a9b6e2b8cd05 (patch) | |
tree | 2797d92dc9b4cc5df6de42fbf30709503c73932c | |
parent | 817fe9b8fb16c1f877b24116b8f2359db6ee355c (diff) | |
download | freebsd-ports-graphics-3649dde5765a1c010ea66cc726e8a9b6e2b8cd05.tar.gz freebsd-ports-graphics-3649dde5765a1c010ea66cc726e8a9b6e2b8cd05.tar.zst freebsd-ports-graphics-3649dde5765a1c010ea66cc726e8a9b6e2b8cd05.zip |
Update to 3.4.17 and pass the right dlopen path for libtspi to configure.
-rw-r--r-- | security/gnutls/Makefile | 6 | ||||
-rw-r--r-- | security/gnutls/distinfo | 6 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index a56d631678e..b215eb3c50e 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.4.16 +PORTVERSION= 3.4.17 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} @@ -25,6 +25,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-guile \ --enable-local-libopts \ + --with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \ ac_cv_type_max_align_t=yes MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip @@ -47,13 +48,14 @@ IDN_CONFIGURE_WITH= idn IDN_LIB_DEPENDS= libidn.so:dns/libidn NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_OFF= ac_cv_lib_intl_gettext=no NLS_USES= gettext P11KIT_DESC= PKCS\#11 and p11-kit support P11KIT_CONFIGURE_WITH= p11-kit P11KIT_LIB_DEPENDS= libp11-kit.so:security/p11-kit -TPM_DESC= TPM (trousers) support +TPM_DESC= Trusted Platform Module support TPM_CONFIGURE_WITH= tpm TPM_LIB_DEPENDS= libtspi.so:security/trousers diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index f6582388b09..54180c969a1 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476727559 -SHA256 (gnutls-3.4.16.tar.xz) = d99abb1b320771b58c949bab85e4b654dd1e3e9d92e2572204b7dc479d923927 -SIZE (gnutls-3.4.16.tar.xz) = 6677636 +TIMESTAMP = 1481276012 +SHA256 (gnutls-3.4.17.tar.xz) = 9b50e8a670d5e950425d96935c7ddd415eb6f8079615a36df425f09a3143172e +SIZE (gnutls-3.4.17.tar.xz) = 6709492 diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 5873dc5d0b8..df9f50aad88 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.6.8 +lib/libgnutls.so.30.7.0 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 @@ -541,6 +541,7 @@ man/man3/gnutls_pkcs7_get_crt_count.3.gz man/man3/gnutls_pkcs7_get_crt_raw.3.gz man/man3/gnutls_pkcs7_get_crt_raw2.3.gz man/man3/gnutls_pkcs7_get_embedded_data.3.gz +man/man3/gnutls_pkcs7_get_embedded_data_oid.3.gz man/man3/gnutls_pkcs7_get_signature_count.3.gz man/man3/gnutls_pkcs7_get_signature_info.3.gz man/man3/gnutls_pkcs7_import.3.gz |