mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Update to 1.5.1.
This commit is contained in:
parent
7c6323cf44
commit
dbc85556b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173684
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
|
||||
ftp://ftp.gnutls.org/pub/gnutls/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnutls-1.5.0.tar.bz2) = d7fe2fd7dc0e6d267d228154f67f68fd
|
||||
SHA256 (gnutls-1.5.0.tar.bz2) = 6e3b1cfc385742b3db7597c56b0c2bd11cb34cf2bd23df5f628242ae77f96fc0
|
||||
SIZE (gnutls-1.5.0.tar.bz2) = 4080346
|
||||
MD5 (gnutls-1.5.1.tar.bz2) = 2cd5dc47ff4e9cfd05050ded260a104b
|
||||
SHA256 (gnutls-1.5.1.tar.bz2) = 10978e584ba07734ae3f0d76e4ab8cca9d7bc18f238e5f979b55aa9acd696139
|
||||
SIZE (gnutls-1.5.1.tar.bz2) = 4192117
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- doc/examples/ex-serv1.c.orig Sat Aug 26 20:48:22 2006
|
||||
+++ doc/examples/ex-serv1.c Sat Aug 26 20:49:55 2006
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <gnutls/gnutls.h>
|
||||
|
||||
#define KEYFILE "key.pem"
|
@ -1,10 +0,0 @@
|
||||
--- doc/examples/ex-serv-anon.c.orig Sat Aug 26 20:50:29 2006
|
||||
+++ doc/examples/ex-serv-anon.c Sat Aug 26 20:50:48 2006
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <gnutls/gnutls.h>
|
@ -1,10 +0,0 @@
|
||||
--- doc/examples/ex-serv-export.c.orig Sat Aug 26 20:51:07 2006
|
||||
+++ doc/examples/ex-serv-export.c Sat Aug 26 20:51:22 2006
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <gnutls/gnutls.h>
|
@ -1,10 +0,0 @@
|
||||
--- doc/examples/ex-serv-pgp.c.orig Sat Aug 26 20:51:38 2006
|
||||
+++ doc/examples/ex-serv-pgp.c Sat Aug 26 20:51:52 2006
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <gnutls/gnutls.h>
|
@ -1,10 +0,0 @@
|
||||
--- doc/examples/ex-serv-srp.c.orig Sat Aug 26 20:52:14 2006
|
||||
+++ doc/examples/ex-serv-srp.c Sat Aug 26 20:52:34 2006
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <gnutls/gnutls.h>
|
@ -1,10 +0,0 @@
|
||||
--- doc/examples/tcp.c.orig Sat Aug 26 20:46:20 2006
|
||||
+++ doc/examples/tcp.c Sat Aug 26 20:47:53 2006
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <unistd.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#define SA struct sockaddr
|
||||
|
Loading…
x
Reference in New Issue
Block a user