Update to 3.2.18
This commit is contained in:
parent
7977943443
commit
b455206d28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369848
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user