Skip to content

Commit

Permalink
Update to 1.7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 26, 2015
1 parent a34678f commit 6d82048
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/socat/Makefile
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions net/socat/distinfo
@@ -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
13 changes: 13 additions & 0 deletions net/socat/files/patch-error.h
@@ -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);

0 comments on commit 6d82048

Please sign in to comment.