diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-22 16:15:01 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-22 16:15:01 +0000 |
commit | 05e3aa05535c1b8da1589ea5f6b54ad20134c0f5 (patch) | |
tree | ba0580f218e7557d9df833468c141dabfd81a96b | |
parent | - Add OPTIONS for database dependencies (diff) |
Update to 2.12.7.
Notes
Notes:
svn path=/head/; revision=276076
-rw-r--r-- | security/gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls/Makefile.man | 3 | ||||
-rw-r--r-- | security/gnutls/distinfo | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2cc93f32aeeb..8a101103a060 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 2.12.6.1 -PORTREVISION= 1 +PORTVERSION= 2.12.7 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_GNUPG} diff --git a/security/gnutls/Makefile.man b/security/gnutls/Makefile.man index 5382f8b7edc9..5a93d242e21a 100644 --- a/security/gnutls/Makefile.man +++ b/security/gnutls/Makefile.man @@ -38,6 +38,7 @@ MAN3= \ gnutls_certificate_free_credentials.3 \ gnutls_certificate_free_crls.3 \ gnutls_certificate_free_keys.3 \ + gnutls_certificate_get_issuer.3 \ gnutls_certificate_get_openpgp_keyring.3 \ gnutls_certificate_get_ours.3 \ gnutls_certificate_get_peers.3 \ @@ -146,6 +147,7 @@ MAN3= \ gnutls_global_set_log_level.3 \ gnutls_global_set_mem_functions.3 \ gnutls_global_set_mutex.3 \ + gnutls_global_set_time_function.3 \ gnutls_handshake.3 \ gnutls_handshake_get_last_in.3 \ gnutls_handshake_get_last_out.3 \ @@ -543,6 +545,7 @@ MAN3= \ gnutls_x509_crq_set_version.3 \ gnutls_x509_crq_sign.3 \ gnutls_x509_crq_sign2.3 \ + gnutls_x509_crq_verify.3 \ gnutls_x509_crt_check_hostname.3 \ gnutls_x509_crt_check_issuer.3 \ gnutls_x509_crt_check_revocation.3 \ diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index f75b9e7f3ed4..a282b3e4edb8 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnutls-2.12.6.1.tar.bz2) = b3c04c527076863957403246119741c3fce5ed12bf6cffcc4ab882792383499a -SIZE (gnutls-2.12.6.1.tar.bz2) = 7151787 +SHA256 (gnutls-2.12.7.tar.bz2) = 77d84fe63a249dcdace421fb9e162cfde9a3f2c7be29007799fcfa2856a87527 +SIZE (gnutls-2.12.7.tar.bz2) = 7153031 |