svn commit: r377929 - in head/net/socat: . files

Emanuel Haupt ehaupt at FreeBSD.org
Mon Jan 26 10:04:56 UTC 2015


Author: ehaupt
Date: Mon Jan 26 10:04:54 2015
New Revision: 377929
URL: https://svnweb.freebsd.org/changeset/ports/377929
QAT: https://qat.redports.org/buildarchive/r377929/

Log:
  Update to 1.7.3.0

Added:
  head/net/socat/files/patch-error.h   (contents, props changed)
Modified:
  head/net/socat/Makefile
  head/net/socat/distinfo

Modified: head/net/socat/Makefile
==============================================================================
--- head/net/socat/Makefile	Mon Jan 26 09:48:12 2015	(r377928)
+++ head/net/socat/Makefile	Mon Jan 26 10:04:54 2015	(r377929)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	socat
-PORTVERSION=	1.7.2.4
+PORTVERSION=	1.7.3.0
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.dest-unreach.org/socat/download/ \
 		LOCAL/ehaupt

Modified: head/net/socat/distinfo
==============================================================================
--- head/net/socat/distinfo	Mon Jan 26 09:48:12 2015	(r377928)
+++ head/net/socat/distinfo	Mon Jan 26 10:04:54 2015	(r377929)
@@ -1,2 +1,2 @@
-SHA256 (socat-1.7.2.4.tar.bz2) = 4b7739901c6fad1e460f3e5b1868fb4c2a1427febbba7a510cd2e42fd4941e09
-SIZE (socat-1.7.2.4.tar.bz2) = 446644
+SHA256 (socat-1.7.3.0.tar.bz2) = 0767e850c0329b9fdf711c6cd468565cbbb28786ba1a8a1cbd5531d4016b3e04
+SIZE (socat-1.7.3.0.tar.bz2) = 474633

Added: head/net/socat/files/patch-error.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/socat/files/patch-error.h	Mon Jan 26 10:04:54 2015	(r377929)
@@ -0,0 +1,13 @@
+--- error.h.orig	2015-01-26 09:59:47 UTC
++++ error.h
+@@ -229,8 +229,8 @@ struct diag_dgram {
+ } ;
+ 
+ extern sig_atomic_t diag_in_handler;
+-extern int diag_immediate_msg;
+-extern int diag_immediate_exit;
++extern sig_atomic_t diag_immediate_msg;
++extern sig_atomic_t diag_immediate_exit;
+ 
+ extern void diag_set(char what, const char *arg);
+ extern void diag_set_int(char what, int arg);


More information about the svn-ports-all mailing list