diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-02-15 07:15:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-02-15 07:15:06 +0000 |
commit | 6347f030fb3afe426f12862370bc14758d801990 (patch) | |
tree | fad449a3b7af77e2aaf302f647c689a3982fac67 /security/gnutls-devel | |
parent | 9312854b8ca6e595b8c51248fd612a496a724aa7 (diff) | |
download | ports-6347f030fb3afe426f12862370bc14758d801990.tar.gz ports-6347f030fb3afe426f12862370bc14758d801990.zip |
Notes
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls-devel/Makefile.man | 5 | ||||
-rw-r--r-- | security/gnutls-devel/distinfo | 6 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-plist | 8 |
4 files changed, 13 insertions, 9 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 13e0648f54e2..5ddcb4f07dd8 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.7.6 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ diff --git a/security/gnutls-devel/Makefile.man b/security/gnutls-devel/Makefile.man index 8b7cdd0685eb..f28180de5768 100644 --- a/security/gnutls-devel/Makefile.man +++ b/security/gnutls-devel/Makefile.man @@ -298,14 +298,19 @@ MAN3= \ gnutls_x509_crl_get_crt_count.3 \ gnutls_x509_crl_get_crt_serial.3 \ gnutls_x509_crl_get_dn_oid.3 \ + gnutls_x509_crt_get_extension_info.3 \ + gnutls_x509_crt_get_extension_data.3 \ gnutls_x509_crl_get_issuer_dn.3 \ gnutls_x509_crl_get_issuer_dn_by_oid.3 \ gnutls_x509_crl_get_next_update.3 \ + gnutls_x509_crt_get_signature.3 \ gnutls_x509_crl_get_signature_algorithm.3 \ + gnutls_x509_crt_get_subject_alt_othername_oid.3 \ gnutls_x509_crl_get_this_update.3 \ gnutls_x509_crl_get_version.3 \ gnutls_x509_crl_import.3 \ gnutls_x509_crl_init.3 \ + gnutls_x509_crt_print.3 \ gnutls_x509_crl_set_crt.3 \ gnutls_x509_crl_set_crt_serial.3 \ gnutls_x509_crl_set_next_update.3 \ diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo index 39145f4b01d7..b878ac34c602 100644 --- a/security/gnutls-devel/distinfo +++ b/security/gnutls-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnutls-1.7.5.tar.bz2) = b9727cb39040aea31a2d49bbbe6db30c -SHA256 (gnutls-1.7.5.tar.bz2) = f2a654d36c8b44c0f64f1c31247dd10b5a085c111dbe5bdea33a41c340c37c6b -SIZE (gnutls-1.7.5.tar.bz2) = 4302368 +MD5 (gnutls-1.7.6.tar.bz2) = 077de91a9feef7ec29805ea7857425ef +SHA256 (gnutls-1.7.6.tar.bz2) = b02414bb36672e471c579bb65f1c473209e303cbc7e7bf7c44dbe40f38f69a65 +SIZE (gnutls-1.7.6.tar.bz2) = 4336336 diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist index 5d8066070b3e..5a412c03bf42 100644 --- a/security/gnutls-devel/pkg-plist +++ b/security/gnutls-devel/pkg-plist @@ -15,22 +15,22 @@ include/gnutls/openssl.h include/gnutls/pkcs12.h include/gnutls/x509.h %%CXX%%include/gnutls/gnutlsxx.h -%%CXX%%lib/libgnutlsxx.so.17 +%%CXX%%lib/libgnutlsxx.so.18 %%CXX%%lib/libgnutlsxx.so %%CXX%%lib/libgnutlsxx.la %%CXX%%lib/libgnutlsxx.a lib/libgnutls-extra.a lib/libgnutls-extra.la lib/libgnutls-extra.so -lib/libgnutls-extra.so.17 +lib/libgnutls-extra.so.18 lib/libgnutls-openssl.a lib/libgnutls-openssl.la lib/libgnutls-openssl.so -lib/libgnutls-openssl.so.17 +lib/libgnutls-openssl.so.18 lib/libgnutls.a lib/libgnutls.la lib/libgnutls.so -lib/libgnutls.so.17 +lib/libgnutls.so.18 libdata/pkgconfig/gnutls-extra.pc libdata/pkgconfig/gnutls.pc share/aclocal/libgnutls-extra.m4 |