Date: Thu, 18 Jun 2009 07:28:06 +0900 From: Hirohisa Yamaguchi <umq@ueo.co.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/135680: [patch] security/gnutls update to 2.8.1 Message-ID: <86y6rq4hs9.wl%umq@ueo.co.jp> Resent-Message-ID: <200906172240.n5HMe1IT015795@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135680 >Category: ports >Synopsis: [patch] security/gnutls update to 2.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 17 22:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.0-CURRENT amd64 >Organization: <organization of PR author (multiple lines)> >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #20: Wed Apr 29 14:09:02 JST 2009 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64 >Description: The new version of security/gnutls 2.8.1 is available. Release announcement: http://lists.gnu.org/archive/html/gnutls-devel/2009-06/msg00017.html >How-To-Repeat: N/A >Fix: The patch follows: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/gnutls/Makefile,v retrieving revision 1.76 diff -p -u -r1.76 Makefile --- Makefile 10 May 2009 00:35:37 -0000 1.76 +++ Makefile 17 Jun 2009 22:24:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 2.6.5 +PORTVERSION= 2.8.1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_GNUPG} @@ -71,6 +71,8 @@ EXAMPLES= doc/examples/*.c pre-configure: @${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/libextra/Makefile.in + @${REINPLACE_CMD} -e 's,(top_builddir)$$,(top_builddir) -I$$(top_builddir)/lib/includes -I$$(top_builddir)/libextra/includes,' \ + ${WRKSRC}/doc/Makefile.in post-install: @${MKDIR} ${EXAMPLESDIR} Index: Makefile.man =================================================================== RCS file: /home/ncvs/ports/security/gnutls/Makefile.man,v retrieving revision 1.8 diff -p -u -r1.8 Makefile.man --- Makefile.man 6 Jan 2009 17:55:54 -0000 1.8 +++ Makefile.man 17 Jun 2009 22:24:16 -0000 @@ -521,4 +521,32 @@ MAN3= \ gnutls_x509_crt_set_version.3 \ gnutls_x509_crt_sign.3 \ gnutls_x509_crt_verify_data.3 \ - gnutls_x509_dn_get_rdn_ava.3 + gnutls_x509_dn_get_rdn_ava.3 \ + gnutls_certificate_set_x509_simple_pkcs12_mem.3 \ + gnutls_x509_crl_get_authority_key_id.3 \ + gnutls_x509_crl_get_extension_data.3 \ + gnutls_x509_crl_get_extension_info.3 \ + gnutls_x509_crl_get_extension_oid.3 \ + gnutls_x509_crl_get_number.3 \ + gnutls_x509_crl_set_authority_key_id.3 \ + gnutls_x509_crl_set_number.3 \ + gnutls_x509_crq_get_attribute_data.3 \ + gnutls_x509_crq_get_attribute_info.3 \ + gnutls_x509_crq_get_basic_constraints.3 \ + gnutls_x509_crq_get_extension_by_oid.3 \ + gnutls_x509_crq_get_extension_data.3 \ + gnutls_x509_crq_get_extension_info.3 \ + gnutls_x509_crq_get_key_id.3 \ + gnutls_x509_crq_get_key_purpose_oid.3 \ + gnutls_x509_crq_get_key_rsa_raw.3 \ + gnutls_x509_crq_get_key_usage.3 \ + gnutls_x509_crq_get_subject_alt_name.3 \ + gnutls_x509_crq_get_subject_alt_othername_oid.3 \ + gnutls_x509_crq_print.3 \ + gnutls_x509_crq_set_basic_constraints.3 \ + gnutls_x509_crq_set_key_purpose_oid.3 \ + gnutls_x509_crq_set_key_usage.3 \ + gnutls_x509_crq_set_subject_alt_name.3 \ + gnutls_x509_crt_get_verify_algorithm.3 \ + gnutls_x509_crt_set_crq_extensions.3 \ + gnutls_x509_crt_verify_hash.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/gnutls/distinfo,v retrieving revision 1.32 diff -p -u -r1.32 distinfo --- distinfo 10 May 2009 00:35:37 -0000 1.32 +++ distinfo 17 Jun 2009 22:24:16 -0000 @@ -1,3 +1,3 @@ -MD5 (gnutls-2.6.5.tar.bz2) = 92b92c36b616aa8bd69a9a0fb2b8eb24 -SHA256 (gnutls-2.6.5.tar.bz2) = e78be636072c0ab748ccf1742c4b41fc7aaff98b43166cfbc8df91c7185501cb -SIZE (gnutls-2.6.5.tar.bz2) = 5112923 +MD5 (gnutls-2.8.1.tar.bz2) = be209095e12cff0dd5e15c3cc08d2851 +SHA256 (gnutls-2.8.1.tar.bz2) = a0300966a9761444b1e583c676f6c5c81e916897ea7d2e44d0c732c9d6e9c1ea +SIZE (gnutls-2.8.1.tar.bz2) = 6178662 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/gnutls/pkg-plist,v retrieving revision 1.23 diff -p -u -r1.23 pkg-plist --- pkg-plist 6 Jan 2009 17:55:54 -0000 1.23 +++ pkg-plist 17 Jun 2009 22:24:16 -0000 @@ -3,8 +3,6 @@ bin/certtool bin/gnutls-cli bin/gnutls-cli-debug bin/gnutls-serv -bin/libgnutls-config -bin/libgnutls-extra-config bin/psktool bin/srptool info/gnutls-certificate-user-use-case.png @@ -28,26 +26,24 @@ include/gnutls/openssl.h include/gnutls/pkcs12.h include/gnutls/x509.h %%CXX%%include/gnutls/gnutlsxx.h -%%CXX%%lib/libgnutlsxx.so.26 +%%CXX%%lib/libgnutlsxx.so.40 %%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.26 +lib/libgnutls-extra.so.40 lib/libgnutls-openssl.a lib/libgnutls-openssl.la lib/libgnutls-openssl.so -lib/libgnutls-openssl.so.26 +lib/libgnutls-openssl.so.40 lib/libgnutls.a lib/libgnutls.la lib/libgnutls.so -lib/libgnutls.so.26 +lib/libgnutls.so.40 libdata/pkgconfig/gnutls-extra.pc libdata/pkgconfig/gnutls.pc -share/aclocal/libgnutls-extra.m4 -share/aclocal/libgnutls.m4 %%EXAMPLESDIR%%/ex-alert.c %%EXAMPLESDIR%%/ex-cert-select.c %%EXAMPLESDIR%%/ex-client-psk.c @@ -69,14 +65,15 @@ share/aclocal/libgnutls.m4 %%EXAMPLESDIR%%/ex-verify.c %%EXAMPLESDIR%%/ex-x509-info.c %%EXAMPLESDIR%%/tcp.c -%%NLS%%share/locale/de/LC_MESSAGES/gnutls.mo -%%NLS%%share/locale/en@boldquot/LC_MESSAGES/gnutls.mo -%%NLS%%share/locale/en@quot/LC_MESSAGES/gnutls.mo -%%NLS%%share/locale/fr/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 -%%NLS%%share/locale/vi/LC_MESSAGES/gnutls.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/de/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/en@boldquot/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/en@quot/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/ms/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libgnutls.mo +%%NLS%%share/locale/vi/LC_MESSAGES/libgnutls.mo @dirrm %%EXAMPLESDIR%% @dirrm include/gnutls >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86y6rq4hs9.wl%umq>