Update to version 1.7.2.4, and remove libwrap

Ok sthen@
This commit is contained in:
nigel 2014-03-24 17:14:46 +00:00
parent 7117287c93
commit bdba40595c
4 changed files with 11 additions and 23 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.15 2013/05/29 20:57:58 benoit Exp $
# $OpenBSD: Makefile,v 1.16 2014/03/24 17:14:46 nigel Exp $
COMMENT= relay for bidirectional data transfer
DISTNAME= socat-1.7.2.2
DISTNAME= socat-1.7.2.4
CATEGORIES= net
HOMEPAGE= http://www.dest-unreach.org/socat/
@ -14,12 +14,14 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/download/
WANTLIB= curses c readline crypto util ssl wrap
WANTLIB= curses c readline crypto util ssl
NO_TEST= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS += --disable-libwrap
pre-build:
${SUBST_CMD} ${WRKSRC}/doc/socat.1

View File

@ -1,2 +1,2 @@
SHA256 (socat-1.7.2.2.tar.gz) = yA+xz3n/Ln7BJITeRvKReK9bHrZUbpJnlFK2lj/BrY0=
SIZE (socat-1.7.2.2.tar.gz) = 564923
SHA256 (socat-1.7.2.4.tar.gz) = 4pyw73WrkDyU61cOIIHUMc+5HPJMFdkzaqj1+dc5ekI=
SIZE (socat-1.7.2.4.tar.gz) = 583762

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-compat_h,v 1.1 2013/08/16 15:38:12 naddy Exp $
--- compat.h.orig Tue Dec 6 08:45:03 2011
+++ compat.h Fri Aug 16 17:35:23 2013
@@ -232,6 +232,10 @@
#define F_time "%ld"
# elif HAVE_BASIC_TIME_T==6
#define F_time "%lu"
+# elif HAVE_BASIC_TIME_T==7
+#define F_time "%Ld"
+# elif HAVE_BASIC_TIME_T==8
+#define F_time "%Lu"
# else
#error "HAVE_BASIC_TIME_T is out of range:" HAVE_BASIC_TIME_T
# endif

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-doc_socat_1,v 1.4 2012/05/14 20:58:14 sthen Exp $
--- doc/socat.1.orig Sun Apr 22 11:25:49 2012
+++ doc/socat.1 Mon May 14 19:23:58 2012
@@ -3485,11 +3485,11 @@ error\&.
$OpenBSD: patch-doc_socat_1,v 1.5 2014/03/24 17:14:46 nigel Exp $
--- doc/socat.1.orig Sun Mar 9 20:23:08 2014
+++ doc/socat.1 Mon Mar 24 15:24:21 2014
@@ -3492,11 +3492,11 @@ error\&.
.SH "FILES"
.PP