diff options
author | drochner <drochner> | 2004-08-27 13:16:16 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-08-27 13:16:16 +0000 |
commit | 435ae493d71876b5e3f13f16b868de2dfbd9dc89 (patch) | |
tree | 051ff25ed850270445ff395ef44ff494d6713baa /security/gnutls/PLIST | |
parent | 3d9f6b7823ab7e1b3af0ccea92676d4f43efbc7b (diff) | |
download | pkgsrc-435ae493d71876b5e3f13f16b868de2dfbd9dc89.tar.gz |
update to 1.0.20
changes:
-bugfixes
-adds some limits to the verification functions to avoid denial of
service attacks
-selftests added
Diffstat (limited to 'security/gnutls/PLIST')
-rw-r--r-- | security/gnutls/PLIST | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/security/gnutls/PLIST b/security/gnutls/PLIST index 33d090a16fb..5f8457925e8 100644 --- a/security/gnutls/PLIST +++ b/security/gnutls/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/05/22 10:09:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/08/27 13:16:16 drochner Exp $ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug @@ -19,22 +19,22 @@ lib/libgnutls-extra.a lib/libgnutls-extra.la lib/libgnutls-extra.so lib/libgnutls-extra.so.12 -lib/libgnutls-extra.so.12.13 +lib/libgnutls-extra.so.12.20 lib/libgnutls-openssl.a lib/libgnutls-openssl.la lib/libgnutls-openssl.so lib/libgnutls-openssl.so.12 -lib/libgnutls-openssl.so.12.13 +lib/libgnutls-openssl.so.12.20 lib/libgnutls.a lib/libgnutls.la lib/libgnutls.so lib/libgnutls.so.12 -lib/libgnutls.so.12.13 +lib/libgnutls.so.12.20 man/man1/certtool.1 man/man1/gnutls-cli-debug.1 man/man1/gnutls-cli.1 man/man1/gnutls-serv.1 -man/man1/gnutls-srpcrypt.1 +man/man1/srptool.1 share/aclocal/libgnutls-extra.m4 share/aclocal/libgnutls.m4 share/doc/gnutls/TODO @@ -56,12 +56,12 @@ share/doc/gnutls/ex-client-srp.tex share/doc/gnutls/ex-client2.tex share/doc/gnutls/ex-crq.tex share/doc/gnutls/ex-pkcs12.tex -share/doc/gnutls/ex-rfc2818.tex share/doc/gnutls/ex-serv-export.tex share/doc/gnutls/ex-serv-pgp.tex share/doc/gnutls/ex-serv-srp.tex share/doc/gnutls/ex-serv1.tex share/doc/gnutls/ex-session-info.tex +share/doc/gnutls/ex-verify.tex share/doc/gnutls/ex-x509-info.tex share/doc/gnutls/examples.tex share/doc/gnutls/fdl.tex @@ -96,16 +96,15 @@ share/examples/gnutls/ex-alert.c share/examples/gnutls/ex-cert-select.c share/examples/gnutls/ex-client-resume.c share/examples/gnutls/ex-client-srp.c -share/examples/gnutls/ex-client1.c share/examples/gnutls/ex-client2.c share/examples/gnutls/ex-crq.c share/examples/gnutls/ex-pkcs12.c -share/examples/gnutls/ex-rfc2818.c share/examples/gnutls/ex-serv-export.c share/examples/gnutls/ex-serv-pgp.c share/examples/gnutls/ex-serv-srp.c share/examples/gnutls/ex-serv1.c share/examples/gnutls/ex-session-info.c +share/examples/gnutls/ex-verify.c share/examples/gnutls/ex-x509-info.c @dirrm share/examples/gnutls @dirrm share/doc/gnutls |