[Midnightbsd-cvs] mports: security/gnutls: update to 2.4.1
crash at midnightbsd.org
crash at midnightbsd.org
Sun Aug 10 09:32:39 EDT 2008
Log Message:
-----------
update to 2.4.1
Modified Files:
--------------
mports/security/gnutls:
Makefile (r1.8 -> r1.9)
Makefile.man (r1.3 -> r1.4)
distinfo (r1.5 -> r1.6)
pkg-plist (r1.3 -> r1.4)
-------------- next part --------------
Index: Makefile.man
===================================================================
RCS file: /home/cvs/mports/security/gnutls/Makefile.man,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/gnutls/Makefile.man -L security/gnutls/Makefile.man -u -r1.3 -r1.4
--- security/gnutls/Makefile.man
+++ security/gnutls/Makefile.man
@@ -36,7 +36,12 @@
gnutls_certificate_free_credentials.3 \
gnutls_certificate_free_crls.3 \
gnutls_certificate_free_keys.3 \
+ gnutls_certificate_get_openpgp_keyring.3 \
+ gnutls_certificate_set_openpgp_key_mem2.3 \
+ gnutls_certificate_set_openpgp_key_file2.3 \
gnutls_certificate_get_ours.3 \
+ gnutls_certificate_get_x509_cas.3 \
+ gnutls_certificate_get_x509_crls.3 \
gnutls_certificate_send_x509_rdn_sequence.3 \
gnutls_certificate_server_set_request.3 \
gnutls_certificate_server_set_retrieve_function.3 \
@@ -83,6 +88,10 @@
gnutls_compression_set_priority.3 \
gnutls_credentials_clear.3 \
gnutls_credentials_set.3 \
+ gnutls_crypto_cipher_register.3 \
+ gnutls_crypto_digest_register.3 \
+ gnutls_crypto_mac_register.3 \
+ gnutls_crypto_rnd_register.3 \
gnutls_db_check_entry.3 \
gnutls_db_get_ptr.3 \
gnutls_db_remove_session.3 \
@@ -123,6 +132,7 @@
gnutls_handshake_set_max_packet_length.3 \
gnutls_handshake_set_post_client_hello_function.3 \
gnutls_handshake_set_private_extensions.3 \
+ gnutls_hex2bin.3 \
gnutls_hex_decode.3 \
gnutls_hex_encode.3 \
gnutls_ia_allocate_client_credentials.3 \
@@ -168,21 +178,59 @@
gnutls_openpgp_crt_get_version.3 \
gnutls_openpgp_crt_get_creation_time.3 \
gnutls_openpgp_crt_get_expiration_time.3 \
- gnutls_openpgp_crt_get_id.3 \
gnutls_openpgp_crt_check_hostname.3 \
gnutls_openpgp_crt_get_key_usage.3 \
gnutls_openpgp_crt_verify_ring.3 \
gnutls_openpgp_crt_verify_self.3 \
- gnutls_openpgp_keyring_init.3 \
+ gnutls_openpgp_crt_get_key_id.3 \
+ gnutls_openpgp_crt_get_revoked_status.3 \
+ gnutls_openpgp_crt_get_subkey_count.3 \
+ gnutls_openpgp_crt_get_subkey_fingerprint.3 \
+ gnutls_openpgp_crt_get_subkey_revoked_status.3 \
+ gnutls_openpgp_crt_get_subkey_pk_algorithm.3 \
+ gnutls_openpgp_crt_get_subkey_creation_time.3 \
+ gnutls_openpgp_crt_get_subkey_expiration_time.3 \
+ gnutls_openpgp_crt_get_subkey_id.3 \
+ gnutls_openpgp_crt_get_subkey_idx.3 \
+ gnutls_openpgp_crt_get_subkey_usage.3 \
+ gnutls_openpgp_crt_get_pk_rsa_raw.3 \
+ gnutls_openpgp_crt_get_pk_dsa_raw.3 \
+ gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 \
+ gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 \
+ gnutls_openpgp_crt_get_preferred_key_id.3 \
+ gnutls_openpgp_crt_set_preferred_key_id.3 \
+ gnutls_openpgp_crt_get_auth_subkey.3 \
+ gnutls_openpgp_keyring_init.3 \
gnutls_openpgp_keyring_deinit.3 \
gnutls_openpgp_keyring_check_id.3 \
gnutls_openpgp_keyring_import.3 \
+ gnutls_openpgp_keyring_get_crt_count.3 \
+ gnutls_openpgp_keyring_get_crt.3 \
+ gnutls_openpgp_crt_print.3 \
gnutls_openpgp_privkey_init.3 \
gnutls_openpgp_privkey_deinit.3 \
gnutls_openpgp_privkey_import.3 \
gnutls_openpgp_privkey_get_pk_algorithm.3 \
gnutls_openpgp_privkey_sign_hash.3 \
- gnutls_openpgp_send_cert.3 \
+ gnutls_openpgp_privkey_export.3 \
+ gnutls_openpgp_privkey_get_revoked_status.3 \
+ gnutls_openpgp_privkey_get_fingerprint.3 \
+ gnutls_openpgp_privkey_get_key_id.3 \
+ gnutls_openpgp_privkey_get_subkey_count.3 \
+ gnutls_openpgp_privkey_get_subkey_fingerprint.3 \
+ gnutls_openpgp_privkey_get_subkey_idx.3 \
+ gnutls_openpgp_privkey_get_subkey_revoked_status.3 \
+ gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 \
+ gnutls_openpgp_privkey_get_subkey_creation_time.3 \
+ gnutls_openpgp_privkey_get_subkey_expiration_time.3 \
+ gnutls_openpgp_privkey_get_subkey_id.3 \
+ gnutls_openpgp_privkey_export_rsa_raw.3 \
+ gnutls_openpgp_privkey_export_dsa_raw.3 \
+ gnutls_openpgp_privkey_export_subkey_rsa_raw.3 \
+ gnutls_openpgp_privkey_export_subkey_dsa_raw.3 \
+ gnutls_openpgp_privkey_get_preferred_key_id.3 \
+ gnutls_openpgp_privkey_set_preferred_key_id.3 \
+ gnutls_openpgp_send_cert.3 \
gnutls_openpgp_set_recv_key_function.3 \
gnutls_oprfi_enable_client.3 \
gnutls_oprfi_enable_server.3 \
@@ -241,11 +289,14 @@
gnutls_protocol_set_priority.3 \
gnutls_psk_allocate_client_credentials.3 \
gnutls_psk_allocate_server_credentials.3 \
+ gnutls_psk_client_get_hint.3 \
gnutls_psk_free_client_credentials.3 \
gnutls_psk_free_server_credentials.3 \
- gnutls_psk_server_get_username.3 \
+ gnutls_psk_netconf_derive_key.3 \
+ gnutls_psk_server_get_username.3 \
gnutls_psk_set_client_credentials.3 \
gnutls_psk_set_client_credentials_function.3 \
+ gnutls_psk_set_server_credentials_hint.3 \
gnutls_psk_set_params_function.3 \
gnutls_psk_set_server_credentials_file.3 \
gnutls_psk_set_server_credentials_function.3 \
@@ -311,6 +362,10 @@
gnutls_transport_set_ptr2.3 \
gnutls_transport_set_pull_function.3 \
gnutls_transport_set_push_function.3 \
+ gnutls_x509_dn_deinit.3 \
+ gnutls_x509_dn_export.3 \
+ gnutls_x509_dn_init.3 \
+ gnutls_x509_dn_import.3 \
gnutls_x509_crl_check_issuer.3 \
gnutls_x509_crl_deinit.3 \
gnutls_x509_crl_export.3 \
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/security/gnutls/pkg-plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/gnutls/pkg-plist -L security/gnutls/pkg-plist -u -r1.3 -r1.4
--- security/gnutls/pkg-plist
+++ security/gnutls/pkg-plist
@@ -20,6 +20,7 @@
info/gnutls-objects.png
info/gnutls-x509.png
include/gnutls/compat.h
+include/gnutls/crypto.h
include/gnutls/extra.h
include/gnutls/gnutls.h
include/gnutls/openpgp.h
@@ -49,6 +50,7 @@
share/aclocal/libgnutls.m4
%%EXAMPLESDIR%%/ex-alert.c
%%EXAMPLESDIR%%/ex-cert-select.c
+%%EXAMPLESDIR%%/ex-client-psk.c
%%EXAMPLESDIR%%/ex-client-resume.c
%%EXAMPLESDIR%%/ex-client-srp.c
%%EXAMPLESDIR%%/ex-client-tlsia.c
@@ -60,6 +62,7 @@
%%EXAMPLESDIR%%/ex-serv-anon.c
%%EXAMPLESDIR%%/ex-serv-export.c
%%EXAMPLESDIR%%/ex-serv-pgp.c
+%%EXAMPLESDIR%%/ex-serv-psk.c
%%EXAMPLESDIR%%/ex-serv-srp.c
%%EXAMPLESDIR%%/ex-serv1.c
%%EXAMPLESDIR%%/ex-session-info.c
@@ -73,5 +76,6 @@
%%NLS%%share/locale/nl/LC_MESSAGES/gnutls.mo
%%NLS%%share/locale/pl/LC_MESSAGES/gnutls.mo
%%NLS%%share/locale/sv/LC_MESSAGES/gnutls.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/gnutls.mo
@dirrm %%EXAMPLESDIR%%
@dirrm include/gnutls
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gnutls/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L security/gnutls/Makefile -L security/gnutls/Makefile -u -r1.8 -r1.9
--- security/gnutls/Makefile
+++ security/gnutls/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gnutls
-PORTVERSION= 2.2.5
+PORTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/gnutls/distinfo,v
retrieving revision 1.5
retrieving revision 1.6
diff -L security/gnutls/distinfo -L security/gnutls/distinfo -u -r1.5 -r1.6
--- security/gnutls/distinfo
+++ security/gnutls/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnutls-2.2.5.tar.bz2) = ebd3dc3ed4dffde781a2dc4eb4e39f3b
-SHA256 (gnutls-2.2.5.tar.bz2) = cf2689bd5b5f095e27f7a1aa2246212ef9322c0707aeb104238e9eb0f925ae57
-SIZE (gnutls-2.2.5.tar.bz2) = 4920322
+MD5 (gnutls-2.4.1.tar.bz2) = 573db36cb3f8472b0293cfa1f52c607a
+SHA256 (gnutls-2.4.1.tar.bz2) = d91401a6828d7300dc2b1106ff99610479aa35af05d39746cacdab8cdc7be5fd
+SIZE (gnutls-2.4.1.tar.bz2) = 4940118
More information about the Midnightbsd-cvs
mailing list