diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-10-03 02:40:11 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-10-03 02:40:11 +0800 |
commit | 0477da8199e6784aa861410666f847fb2fd877d1 (patch) | |
tree | ea03cb1ce5600f2623ad8a07dff87d9225e01bd5 | |
parent | 79e629ff0f2244acbe558653989e43d173a3bffd (diff) | |
download | freebsd-ports-gnome-0477da8199e6784aa861410666f847fb2fd877d1.tar.gz freebsd-ports-gnome-0477da8199e6784aa861410666f847fb2fd877d1.tar.zst freebsd-ports-gnome-0477da8199e6784aa861410666f847fb2fd877d1.zip |
Update to 3.2.18
-rw-r--r-- | security/gnutls/Makefile | 3 | ||||
-rw-r--r-- | security/gnutls/distinfo | 4 | ||||
-rw-r--r-- | security/gnutls/files/patch-lib__x509__rfc2818_hostname.c | 18 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 4 |
4 files changed, 13 insertions, 16 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2ea860dec36b..42a06987c02c 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -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 diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index e4f4c7a26875..a7f5794fa83a 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -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 diff --git a/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c b/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c index 3db16eb9588a..7e5aa4e0aa09 100644 --- a/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c +++ b/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c @@ -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> diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index ce4e609f6dd5..17d7a5d490f4 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -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 -@dirrm include/gnutls -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |