diff options
author | drochner <drochner> | 2011-07-11 16:10:29 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-07-11 16:10:29 +0000 |
commit | c668004fc8c05f1996f474f27e755786091e8e9d (patch) | |
tree | 1769ff8594a94c6e126f88fd171a639862fb160e /security/gnutls/PLIST | |
parent | 8f92e79701588d94e6112b3867cf4df06d06844f (diff) | |
download | pkgsrc-c668004fc8c05f1996f474f27e755786091e8e9d.tar.gz |
update to 2.12.7
changes:
-bugfixes
-minor feature additions
pkgsrc change: since the pkg was changed to build against "nettle"
instead of libgcrypt (whether this was a good idea or not...), the
latter isn't needed anymore, so remove the stale dependency
This can cause build breakage -- in this case addition of a local
dependency should restore the old state. (This dependency is technically
unnecessary often, but the assumption that gnutls needs libgcrypt
is sometimes hardwired in configure scripts and/or code.)
Diffstat (limited to 'security/gnutls/PLIST')
-rw-r--r-- | security/gnutls/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 10e274367b8..88b748e9afc 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2011/04/26 10:35:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.40 2011/07/11 16:10:29 drochner Exp $ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug @@ -67,6 +67,7 @@ man/man3/gnutls_certificate_free_cas.3 man/man3/gnutls_certificate_free_credentials.3 man/man3/gnutls_certificate_free_crls.3 man/man3/gnutls_certificate_free_keys.3 +man/man3/gnutls_certificate_get_issuer.3 man/man3/gnutls_certificate_get_openpgp_keyring.3 man/man3/gnutls_certificate_get_ours.3 man/man3/gnutls_certificate_get_peers.3 @@ -175,6 +176,7 @@ man/man3/gnutls_global_set_log_function.3 man/man3/gnutls_global_set_log_level.3 man/man3/gnutls_global_set_mem_functions.3 man/man3/gnutls_global_set_mutex.3 +man/man3/gnutls_global_set_time_function.3 man/man3/gnutls_handshake.3 man/man3/gnutls_handshake_get_last_in.3 man/man3/gnutls_handshake_get_last_out.3 @@ -572,6 +574,7 @@ man/man3/gnutls_x509_crq_set_subject_alt_name.3 man/man3/gnutls_x509_crq_set_version.3 man/man3/gnutls_x509_crq_sign.3 man/man3/gnutls_x509_crq_sign2.3 +man/man3/gnutls_x509_crq_verify.3 man/man3/gnutls_x509_crt_check_hostname.3 man/man3/gnutls_x509_crt_check_issuer.3 man/man3/gnutls_x509_crt_check_revocation.3 |