svn commit: r369848 - in head/security/gnutls: . files
Bryan Drewery
bdrewery at FreeBSD.org
Thu Oct 2 18:40:13 UTC 2014
Author: bdrewery
Date: Thu Oct 2 18:40:11 2014
New Revision: 369848
URL: https://svnweb.freebsd.org/changeset/ports/369848
QAT: https://qat.redports.org/buildarchive/r369848/
Log:
Update to 3.2.18
Modified:
head/security/gnutls/Makefile
head/security/gnutls/distinfo
head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c
head/security/gnutls/pkg-plist
Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile Thu Oct 2 18:40:10 2014 (r369847)
+++ head/security/gnutls/Makefile Thu Oct 2 18:40:11 2014 (r369848)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gnutls
-PORTVERSION= 3.2.16
-PORTREVISION= 5
+PORTVERSION= 3.2.18
CATEGORIES= security net
MASTER_SITES= GNUPG/gnutls/v3.2
Modified: head/security/gnutls/distinfo
==============================================================================
--- head/security/gnutls/distinfo Thu Oct 2 18:40:10 2014 (r369847)
+++ head/security/gnutls/distinfo Thu Oct 2 18:40:11 2014 (r369848)
@@ -1,2 +1,2 @@
-SHA256 (gnutls-3.2.16.tar.xz) = 781836a04a8bbb42e6590d6524d53c870850d26fc55146a7e0e5d7e1d183bcae
-SIZE (gnutls-3.2.16.tar.xz) = 5337140
+SHA256 (gnutls-3.2.18.tar.xz) = 4762afab5e1b9e829c5f53d2b00cd5e41d43fa6d035efcf239e3fe0459134d45
+SIZE (gnutls-3.2.18.tar.xz) = 5154476
Modified: head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c
==============================================================================
--- head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c Thu Oct 2 18:40:10 2014 (r369847)
+++ head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c Thu Oct 2 18:40:11 2014 (r369848)
@@ -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>
-+#include <netinet/in.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 @@
+ *
+ */
- static int
- check_ip(gnutls_x509_crt_t cert, const void *ip, unsigned ip_size)
++#include <netinet/in.h>
+ #include <gnutls_int.h>
+ #include <gnutls_str.h>
+ #include <x509_int.h>
Modified: head/security/gnutls/pkg-plist
==============================================================================
--- head/security/gnutls/pkg-plist Thu Oct 2 18:40:10 2014 (r369847)
+++ head/security/gnutls/pkg-plist Thu Oct 2 18:40:11 2014 (r369848)
@@ -47,7 +47,7 @@ lib/libgnutls-xssl.so.0.0.0
lib/libgnutls.a
lib/libgnutls.so
lib/libgnutls.so.28
-lib/libgnutls.so.28.30.7
+lib/libgnutls.so.28.30.9
lib/libgnutlsxx.a
lib/libgnutlsxx.so
lib/libgnutlsxx.so.28
@@ -979,5 +979,3 @@ man/man3/xssl_write.3.gz
%%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 svn-ports-all
mailing list