[Midnightbsd-cvs] mports: security/gnutls: Update to 2.2.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 20 21:39:11 EDT 2008


Log Message:
-----------
Update to 2.2.2

Modified Files:
--------------
    mports/security/gnutls:
        Makefile (r1.5 -> r1.6)
        Makefile.man (r1.2 -> r1.3)
        distinfo (r1.3 -> r1.4)
        pkg-plist (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile.man
===================================================================
RCS file: /home/cvs/mports/security/gnutls/Makefile.man,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/gnutls/Makefile.man -L security/gnutls/Makefile.man -u -r1.2 -r1.3
--- security/gnutls/Makefile.man
+++ security/gnutls/Makefile.man
@@ -1,5 +1,5 @@
 # vi:ft=make
-# $FreeBSD: ports/security/gnutls/Makefile.man,v 1.4 2007/07/01 08:54:40 novel Exp $
+# $FreeBSD: ports/security/gnutls/Makefile.man,v 1.6 2008/03/03 11:52:35 novel Exp $
 
 INFO=	gnutls
 
@@ -46,8 +46,6 @@
 	gnutls_certificate_set_openpgp_key_mem.3 \
 	gnutls_certificate_set_openpgp_keyring_file.3 \
 	gnutls_certificate_set_openpgp_keyring_mem.3 \
-	gnutls_certificate_set_openpgp_keyserver.3 \
-	gnutls_certificate_set_openpgp_trustdb.3 \
 	gnutls_certificate_set_params_function.3 \
 	gnutls_certificate_set_rsa_export_params.3 \
 	gnutls_certificate_set_verify_flags.3 \
@@ -63,18 +61,25 @@
 	gnutls_certificate_set_x509_trust_file.3 \
 	gnutls_certificate_set_x509_trust_mem.3 \
 	gnutls_certificate_type_get.3 \
+	gnutls_certificate_type_get_id.3 \
 	gnutls_certificate_type_get_name.3 \
+	gnutls_certificate_type_list.3 \
 	gnutls_certificate_type_set_priority.3 \
 	gnutls_certificate_verify_peers.3 \
 	gnutls_certificate_verify_peers2.3 \
 	gnutls_check_version.3 \
 	gnutls_cipher_get.3 \
+	gnutls_cipher_get_id.3 \
 	gnutls_cipher_get_key_size.3 \
 	gnutls_cipher_get_name.3 \
+	gnutls_cipher_list.3 \
 	gnutls_cipher_set_priority.3 \
 	gnutls_cipher_suite_get_name.3 \
+	gnutls_cipher_suite_info.3 \
 	gnutls_compression_get.3 \
+	gnutls_compression_get_id.3 \
 	gnutls_compression_get_name.3 \
+	gnutls_compression_list.3 \
 	gnutls_compression_set_priority.3 \
 	gnutls_credentials_clear.3 \
 	gnutls_credentials_set.3 \
@@ -116,6 +121,7 @@
 	gnutls_handshake_get_last_in.3 \
 	gnutls_handshake_get_last_out.3 \
 	gnutls_handshake_set_max_packet_length.3 \
+	gnutls_handshake_set_post_client_hello_function.3 \
 	gnutls_handshake_set_private_extensions.3 \
 	gnutls_hex_decode.3 \
 	gnutls_hex_encode.3 \
@@ -141,42 +147,45 @@
 	gnutls_ia_verify_endphase.3 \
 	gnutls_init.3 \
 	gnutls_kx_get.3 \
+	gnutls_kx_get_id.3 \
 	gnutls_kx_get_name.3 \
+	gnutls_kx_list.3 \
 	gnutls_kx_set_priority.3 \
 	gnutls_mac_get.3 \
+	gnutls_mac_get_id.3 \
+	gnutls_mac_get_key_size.3 \
 	gnutls_mac_get_name.3 \
+	gnutls_mac_list.3 \
 	gnutls_mac_set_priority.3 \
 	gnutls_malloc.3 \
-	gnutls_openpgp_key_check_hostname.3 \
-	gnutls_openpgp_key_deinit.3 \
-	gnutls_openpgp_key_export.3 \
-	gnutls_openpgp_key_get_creation_time.3 \
-	gnutls_openpgp_key_get_expiration_time.3 \
-	gnutls_openpgp_key_get_fingerprint.3 \
-	gnutls_openpgp_key_get_id.3 \
-	gnutls_openpgp_key_get_key_usage.3 \
-	gnutls_openpgp_key_get_name.3 \
-	gnutls_openpgp_key_get_pk_algorithm.3 \
-	gnutls_openpgp_key_get_version.3 \
-	gnutls_openpgp_key_import.3 \
-	gnutls_openpgp_key_init.3 \
-	gnutls_openpgp_key_to_xml.3 \
-	gnutls_openpgp_key_verify_ring.3 \
-	gnutls_openpgp_key_verify_self.3 \
-	gnutls_openpgp_key_verify_trustdb.3 \
-	gnutls_openpgp_keyring_check_id.3 \
+	gnutls_openpgp_crt_init.3 \
+	gnutls_openpgp_crt_deinit.3 \
+	gnutls_openpgp_crt_import.3 \
+	gnutls_openpgp_crt_export.3 \
+	gnutls_openpgp_crt_get_fingerprint.3 \
+	gnutls_openpgp_crt_get_name.3 \
+	gnutls_openpgp_crt_get_pk_algorithm.3 \
+	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_keyring_deinit.3 \
+	gnutls_openpgp_keyring_check_id.3 \
 	gnutls_openpgp_keyring_import.3 \
-	gnutls_openpgp_keyring_init.3 \
+	gnutls_openpgp_privkey_init.3 \
 	gnutls_openpgp_privkey_deinit.3 \
-	gnutls_openpgp_privkey_get_pk_algorithm.3 \
 	gnutls_openpgp_privkey_import.3 \
-	gnutls_openpgp_privkey_init.3 \
-	gnutls_openpgp_send_key.3 \
+	gnutls_openpgp_privkey_get_pk_algorithm.3 \
+	gnutls_openpgp_privkey_sign_hash.3 \
+	gnutls_openpgp_send_cert.3 \
 	gnutls_openpgp_set_recv_key_function.3 \
-	gnutls_openpgp_trustdb_deinit.3 \
-	gnutls_openpgp_trustdb_import_file.3 \
-	gnutls_openpgp_trustdb_init.3 \
+	gnutls_oprfi_enable_client.3 \
+	gnutls_oprfi_enable_server.3 \
 	gnutls_pem_base64_decode.3 \
 	gnutls_pem_base64_decode_alloc.3 \
 	gnutls_pem_base64_encode.3 \
@@ -221,8 +230,14 @@
 	gnutls_pkcs7_set_crt_raw.3 \
 	gnutls_prf.3 \
 	gnutls_prf_raw.3 \
+	gnutls_priority_deinit.3 \
+	gnutls_priority_init.3 \
+	gnutls_priority_set.3 \
+	gnutls_priority_set_direct.3 \
+	gnutls_protocol_get_id.3 \
 	gnutls_protocol_get_name.3 \
 	gnutls_protocol_get_version.3 \
+	gnutls_protocol_list.3 \
 	gnutls_protocol_set_priority.3 \
 	gnutls_psk_allocate_client_credentials.3 \
 	gnutls_psk_allocate_server_credentials.3 \
@@ -237,6 +252,7 @@
 	gnutls_psk_set_server_dh_params.3 \
 	gnutls_psk_set_server_params_function.3 \
 	gnutls_record_check_pending.3 \
+	gnutls_record_disable_padding.3 \
 	gnutls_record_get_direction.3 \
 	gnutls_record_get_max_size.3 \
 	gnutls_record_recv.3 \
@@ -255,6 +271,7 @@
 	gnutls_rsa_params_init.3 \
 	gnutls_server_name_get.3 \
 	gnutls_server_name_set.3 \
+	gnutls_session_enable_compatibility_mode.3 \
 	gnutls_session_get_client_random.3 \
 	gnutls_session_get_data.3 \
 	gnutls_session_get_data2.3 \
@@ -268,6 +285,8 @@
 	gnutls_set_default_export_priority.3 \
 	gnutls_set_default_priority.3 \
 	gnutls_sign_algorithm_get_name.3 \
+	gnutls_sign_callback_set.3 \
+	gnutls_sign_callback_get.3 \
 	gnutls_srp_allocate_client_credentials.3 \
 	gnutls_srp_allocate_server_credentials.3 \
 	gnutls_srp_base64_decode.3 \
@@ -298,14 +317,22 @@
 	gnutls_x509_crl_get_crt_count.3 \
 	gnutls_x509_crl_get_crt_serial.3 \
 	gnutls_x509_crl_get_dn_oid.3 \
+	gnutls_x509_crt_get_extension_info.3 \
+	gnutls_x509_crt_get_extension_data.3 \
 	gnutls_x509_crl_get_issuer_dn.3 \
 	gnutls_x509_crl_get_issuer_dn_by_oid.3 \
 	gnutls_x509_crl_get_next_update.3 \
+	gnutls_x509_crt_get_raw_issuer_dn.3 \
+	gnutls_x509_crt_get_raw_dn.3 \
+	gnutls_x509_crt_get_signature.3 \
 	gnutls_x509_crl_get_signature_algorithm.3 \
+	gnutls_x509_crt_get_subject_alt_othername_oid.3 \
 	gnutls_x509_crl_get_this_update.3 \
 	gnutls_x509_crl_get_version.3 \
 	gnutls_x509_crl_import.3 \
 	gnutls_x509_crl_init.3 \
+	gnutls_x509_crl_print.3 \
+	gnutls_x509_crt_print.3 \
 	gnutls_x509_crl_set_crt.3 \
 	gnutls_x509_crl_set_crt_serial.3 \
 	gnutls_x509_crl_set_next_update.3 \
@@ -339,9 +366,8 @@
 	gnutls_x509_crt_export.3 \
 	gnutls_x509_crt_get_activation_time.3 \
 	gnutls_x509_crt_get_authority_key_id.3 \
+	gnutls_x509_crt_get_basic_constraints.3 \
 	gnutls_x509_crt_get_crl_dist_points.3 \
-	gnutls_x509_crt_get_raw_issuer_dn.3 \
-	gnutls_x509_crt_get_raw_dn.3 \
 	gnutls_x509_crt_get_dn.3 \
 	gnutls_x509_crt_get_dn_by_oid.3 \
 	gnutls_x509_crt_get_dn_oid.3 \
@@ -357,9 +383,12 @@
 	gnutls_x509_crt_get_pk_algorithm.3 \
 	gnutls_x509_crt_get_pk_dsa_raw.3 \
 	gnutls_x509_crt_get_pk_rsa_raw.3 \
+	gnutls_x509_crt_get_proxy.3 \
 	gnutls_x509_crt_get_serial.3 \
+	gnutls_x509_crl_get_signature.3 \
 	gnutls_x509_crt_get_signature_algorithm.3 \
 	gnutls_x509_crt_get_subject_alt_name.3 \
+	gnutls_x509_crt_get_subject_alt_name2.3 \
 	gnutls_x509_crt_get_subject_key_id.3 \
 	gnutls_x509_crt_get_version.3 \
 	gnutls_x509_crt_import.3 \
@@ -367,6 +396,7 @@
 	gnutls_x509_crt_list_verify.3 \
 	gnutls_x509_crt_set_activation_time.3 \
 	gnutls_x509_crt_set_authority_key_id.3 \
+	gnutls_x509_crt_set_basic_constraints.3 \
 	gnutls_x509_crt_set_ca_status.3 \
 	gnutls_x509_crt_set_crl_dist_points.3 \
 	gnutls_x509_crt_set_dn_by_oid.3 \
@@ -376,11 +406,12 @@
 	gnutls_x509_crt_set_key.3 \
 	gnutls_x509_crt_set_key_purpose_oid.3 \
 	gnutls_x509_crt_set_key_usage.3 \
+	gnutls_x509_crt_set_proxy.3 \
+	gnutls_x509_crt_set_proxy_dn.3 \
 	gnutls_x509_crt_set_serial.3 \
 	gnutls_x509_crt_set_subject_alternative_name.3 \
 	gnutls_x509_crt_set_subject_key_id.3 \
 	gnutls_x509_crt_sign2.3 \
-	gnutls_x509_crt_to_xml.3 \
 	gnutls_x509_crt_verify.3 \
 	gnutls_x509_dn_oid_known.3 \
 	gnutls_x509_privkey_cpy.3 \
@@ -399,6 +430,7 @@
 	gnutls_x509_privkey_import_rsa_raw.3 \
 	gnutls_x509_privkey_init.3 \
 	gnutls_x509_privkey_sign_data.3 \
+	gnutls_x509_privkey_sign_hash.3 \
 	gnutls_x509_privkey_verify_data.3 \
 	gnutls_x509_rdn_get.3 \
 	gnutls_x509_rdn_get_by_oid.3 \
@@ -408,8 +440,11 @@
         gnutls_x509_crt_check_revocation.3 \
         gnutls_x509_crt_get_ca_status.3 \
         gnutls_x509_crt_get_extension_by_oid.3 \
-        gnutls_x509_crt_init.3 \
+        gnutls_x509_crt_get_subject.3 \
+	gnutls_x509_crt_get_issuer.3 \
+	gnutls_x509_crt_init.3 \
         gnutls_x509_crt_set_crq.3 \
         gnutls_x509_crt_set_version.3 \
         gnutls_x509_crt_sign.3 \
-        gnutls_x509_crt_verify_data.3
+        gnutls_x509_crt_verify_data.3 \
+	gnutls_x509_dn_get_rdn_ava.3
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/security/gnutls/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L security/gnutls/pkg-plist -L security/gnutls/pkg-plist -u -r1.2 -r1.3
--- security/gnutls/pkg-plist
+++ security/gnutls/pkg-plist
@@ -1,4 +1,4 @@
- at comment $FreeBSD: ports/security/gnutls/pkg-plist,v 1.19 2007/07/01 08:54:40 novel Exp $
+ at comment $FreeBSD: ports/security/gnutls/pkg-plist,v 1.21 2008/03/03 11:52:35 novel Exp $
 bin/certtool
 bin/gnutls-cli
 bin/gnutls-cli-debug
@@ -7,6 +7,18 @@
 bin/libgnutls-extra-config
 bin/psktool
 bin/srptool
+info/gnutls-certificate-user-use-case.png
+info/gnutls-extensions_st.png
+info/gnutls-handshake-state.png
+info/gnutls-layers.png
+info/gnutls-mod_auth_st.png
+info/gnutls-pgp.png
+info/gnutls-client-server-use-case.png
+info/gnutls-handshake-sequence.png
+info/gnutls-internals.png
+info/gnutls-logo.png
+info/gnutls-objects.png
+info/gnutls-x509.png
 include/gnutls/compat.h
 include/gnutls/extra.h
 include/gnutls/gnutls.h
@@ -15,22 +27,22 @@
 include/gnutls/pkcs12.h
 include/gnutls/x509.h
 %%CXX%%include/gnutls/gnutlsxx.h
-%%CXX%%lib/libgnutlsxx.so.13
+%%CXX%%lib/libgnutlsxx.so.26
 %%CXX%%lib/libgnutlsxx.so
 %%CXX%%lib/libgnutlsxx.la
 %%CXX%%lib/libgnutlsxx.a
 lib/libgnutls-extra.a
 lib/libgnutls-extra.la
 lib/libgnutls-extra.so
-lib/libgnutls-extra.so.13
+lib/libgnutls-extra.so.26
 lib/libgnutls-openssl.a
 lib/libgnutls-openssl.la
 lib/libgnutls-openssl.so
-lib/libgnutls-openssl.so.13
+lib/libgnutls-openssl.so.26
 lib/libgnutls.a
 lib/libgnutls.la
 lib/libgnutls.so
-lib/libgnutls.so.13
+lib/libgnutls.so.26
 libdata/pkgconfig/gnutls-extra.pc
 libdata/pkgconfig/gnutls.pc
 share/aclocal/libgnutls-extra.m4
@@ -57,6 +69,8 @@
 %%NLS%%share/locale/de/LC_MESSAGES/gnutls.mo
 %%NLS%%share/locale/en at boldquot/LC_MESSAGES/gnutls.mo
 %%NLS%%share/locale/en at quot/LC_MESSAGES/gnutls.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/gnutls.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/gnutls.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/gnutls.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/gnutls.mo
 @dirrm %%EXAMPLESDIR%%
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/gnutls/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L security/gnutls/Makefile -L security/gnutls/Makefile -u -r1.5 -r1.6
--- security/gnutls/Makefile
+++ security/gnutls/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	gnutls
-PORTVERSION=	1.6.3
+PORTVERSION=	2.2.2
 CATEGORIES=	security net
 MASTER_SITES=	http://josefsson.org/gnutls/releases/ \
 	ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -19,16 +19,16 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNU Transport Layer Security library
 
-LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt \
 		gpg-error.0:${PORTSDIR}/security/libgpg-error
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
 USE_GNOME=	pkgconfig ltverhack
 GNU_CONFIGURE=	yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS=        libtool:15
-USE_GCC=      3.4+
+USE_LDCONFIG=	yes
+USE_AUTOTOOLS=	libtool:15
+USE_GCC=	3.4+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -fPIC" LDFLAGS="${LDFLAGS}"
@@ -38,8 +38,8 @@
 MANCOMPRESSED=	no
 
 .include <bsd.port.pre.mk>
-.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.9)
-LIB_DEPENDS+=	opencdk.9:${PORTSDIR}/security/opencdk
+.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.10)
+LIB_DEPENDS+=	opencdk.10:${PORTSDIR}/security/opencdk
 .endif
 
 .if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3)
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/gnutls/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/gnutls/distinfo -L security/gnutls/distinfo -u -r1.3 -r1.4
--- security/gnutls/distinfo
+++ security/gnutls/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnutls-1.6.3.tar.bz2) = 73da68a4248d34c4d38491ce2119af0f
-SHA256 (gnutls-1.6.3.tar.bz2) = 885b22a93b97116cd69824b91905dd909828943d78de069508a56cdf0d8d9203
-SIZE (gnutls-1.6.3.tar.bz2) = 4286276
+MD5 (gnutls-2.2.2.tar.bz2) = 90fb4b7c74d29bb6ee5bd8de85942f42
+SHA256 (gnutls-2.2.2.tar.bz2) = cbb0e76c28a8b8ee93d49e1fea4cb31549904d95cd8f488309126f7f5046d616
+SIZE (gnutls-2.2.2.tar.bz2) = 4923519


More information about the Midnightbsd-cvs mailing list