[Midnightbsd-cvs] mports [18058] trunk/security/gnutls: gnutls 3.2.21
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 7 16:06:47 EST 2015
Revision: 18058
http://svnweb.midnightbsd.org/mports/?rev=18058
Author: laffer1
Date: 2015-03-07 16:06:46 -0500 (Sat, 07 Mar 2015)
Log Message:
-----------
gnutls 3.2.21
Modified Paths:
--------------
trunk/security/gnutls/Makefile
trunk/security/gnutls/distinfo
trunk/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c
trunk/security/gnutls/pkg-plist
Modified: trunk/security/gnutls/Makefile
===================================================================
--- trunk/security/gnutls/Makefile 2015-03-07 17:27:54 UTC (rev 18057)
+++ trunk/security/gnutls/Makefile 2015-03-07 21:06:46 UTC (rev 18058)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= gnutls
-PORTVERSION= 3.2.16
+PORTVERSION= 3.2.21
PORTREVISION= 0
CATEGORIES= security net
MASTER_SITES= GNUPG/gnutls/v3.2
@@ -56,6 +56,8 @@
post-patch:
@${RM} ${WRKSRC}/doc/*.info*
+ ${SED} -i '' -e 's|^+_NORETURN_H|_NORETURN_H|' \
+ ${WRKSRC}/src/libopts/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
Modified: trunk/security/gnutls/distinfo
===================================================================
--- trunk/security/gnutls/distinfo 2015-03-07 17:27:54 UTC (rev 18057)
+++ trunk/security/gnutls/distinfo 2015-03-07 21:06:46 UTC (rev 18058)
@@ -1,2 +1,2 @@
-SHA256 (gnutls-3.2.16.tar.xz) = 781836a04a8bbb42e6590d6524d53c870850d26fc55146a7e0e5d7e1d183bcae
-SIZE (gnutls-3.2.16.tar.xz) = 5337140
+SHA256 (gnutls-3.2.21.tar.xz) = 824196254cf9162b9ff841677f292d108ca1efa6cf8ae1c02b9a8682a3d7087f
+SIZE (gnutls-3.2.21.tar.xz) = 5162040
Modified: trunk/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c
===================================================================
--- trunk/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c 2015-03-07 17:27:54 UTC (rev 18057)
+++ trunk/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c 2015-03-07 21:06:46 UTC (rev 18058)
@@ -1,10 +1,10 @@
---- ./lib/x509/rfc2818_hostname.c.orig 2014-07-24 14:38:24.963183389 -0500
-+++ ./lib/x509/rfc2818_hostname.c 2014-07-24 14:38:55.151183492 -0500
-@@ -25,6 +25,7 @@
- #include <common.h>
- #include <gnutls_errors.h>
- #include <arpa/inet.h>
+--- lib/x509/rfc2818_hostname.c.orig 2014-10-02 13:35:09.427374817 -0500
++++ lib/x509/rfc2818_hostname.c 2014-10-02 13:35:33.657427866 -0500
+@@ -19,6 +19,7 @@
+ *
+ */
+
+#include <netinet/in.h>
-
- static int
- check_ip(gnutls_x509_crt_t cert, const void *ip, unsigned ip_size)
+ #include <gnutls_int.h>
+ #include <gnutls_str.h>
+ #include <x509_int.h>
Modified: trunk/security/gnutls/pkg-plist
===================================================================
--- trunk/security/gnutls/pkg-plist 2015-03-07 17:27:54 UTC (rev 18057)
+++ trunk/security/gnutls/pkg-plist 2015-03-07 21:06:46 UTC (rev 18058)
@@ -11,6 +11,7 @@
include/gnutls/abstract.h
include/gnutls/compat.h
include/gnutls/crypto.h
+%%LIBDANE%%include/gnutls/dane.h
include/gnutls/dtls.h
include/gnutls/gnutls.h
include/gnutls/gnutlsxx.h
@@ -39,17 +40,23 @@
lib/libgnutls-openssl.a
lib/libgnutls-openssl.so
lib/libgnutls-openssl.so.27
+lib/libgnutls-openssl.so.27.0.2
lib/libgnutls-xssl.a
lib/libgnutls-xssl.so
lib/libgnutls-xssl.so.0
+lib/libgnutls-xssl.so.0.0.0
lib/libgnutls.a
lib/libgnutls.so
-lib/libgnutls.so.58
+lib/libgnutls.so.28
+lib/libgnutls.so.28.30.12
lib/libgnutlsxx.a
lib/libgnutlsxx.so
-lib/libgnutlsxx.so.29
+lib/libgnutlsxx.so.28
+lib/libgnutlsxx.so.28.1.0
libdata/pkgconfig/gnutls.pc
+%%LIBDANE%%libdata/pkgconfig/gnutls-dane.pc
man/man1/certtool.1.gz
+%%LIBDANE%%man/man1/danetool.1.gz
man/man1/gnutls-cli-debug.1.gz
man/man1/gnutls-cli.1.gz
man/man1/gnutls-serv.1.gz
@@ -975,5 +982,3 @@
%%NLS%%share/locale/uk/LC_MESSAGES/gnutls.mo
%%NLS%%share/locale/vi/LC_MESSAGES/gnutls.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnutls.mo
- at dirrm include/gnutls
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
More information about the Midnightbsd-cvs
mailing list