diff options
author | novel <novel@FreeBSD.org> | 2011-06-23 00:15:01 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-06-23 00:15:01 +0800 |
commit | a9323e1c4933fadb02ff51e93b15eb9f5e773825 (patch) | |
tree | 181be7f8ffa85ce5383c5808aa39e27406bb5ff1 /security | |
parent | 1de92f2dbd42b2e65d9ea9cf90aba129c0500788 (diff) | |
download | freebsd-ports-gnome-a9323e1c4933fadb02ff51e93b15eb9f5e773825.tar.gz freebsd-ports-gnome-a9323e1c4933fadb02ff51e93b15eb9f5e773825.tar.zst freebsd-ports-gnome-a9323e1c4933fadb02ff51e93b15eb9f5e773825.zip |
Update to 2.12.7.
Diffstat (limited to 'security')
-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 |