diff options
author | pav <pav@FreeBSD.org> | 2004-10-12 07:14:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-12 07:14:45 +0800 |
commit | c1360e8d0b33d899a533cd5cd18bbf3de5eb09ab (patch) | |
tree | ce77276171a3cadc4b883bb1845c65a8ccc3aa78 /net | |
parent | e80acc3ba533d9bb07d55af44375540bd551ea45 (diff) | |
download | freebsd-ports-graphics-c1360e8d0b33d899a533cd5cd18bbf3de5eb09ab.tar.gz freebsd-ports-graphics-c1360e8d0b33d899a533cd5cd18bbf3de5eb09ab.tar.zst freebsd-ports-graphics-c1360e8d0b33d899a533cd5cd18bbf3de5eb09ab.zip |
- Update to 1.36
PR: ports/71831
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/sbd/Makefile | 4 | ||||
-rw-r--r-- | net/sbd/distinfo | 4 | ||||
-rw-r--r-- | net/sbd/files/patch-doexec_unix.h | 10 | ||||
-rw-r--r-- | net/sbd/pkg-descr | 2 |
4 files changed, 15 insertions, 5 deletions
diff --git a/net/sbd/Makefile b/net/sbd/Makefile index 9dc7c4d79cf..73e688b8c63 100644 --- a/net/sbd/Makefile +++ b/net/sbd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= sbd -PORTVERSION= 1.31 +PORTVERSION= 1.36 CATEGORIES= net security -MASTER_SITES= http://www.cycom.se/uploads/114/31/ +MASTER_SITES= http://tigerteam.se/dl/sbd/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= A netcat clone with more features and crypto diff --git a/net/sbd/distinfo b/net/sbd/distinfo index 85cbf24ac30..7461dd0c481 100644 --- a/net/sbd/distinfo +++ b/net/sbd/distinfo @@ -1,2 +1,2 @@ -MD5 (sbd-1.31.tar.gz) = fde99ed6c7dc2729751eead5d6bee538 -SIZE (sbd-1.31.tar.gz) = 859963 +MD5 (sbd-1.36.tar.gz) = 866d1bf2fe156bbaf94bfcec2014767e +SIZE (sbd-1.36.tar.gz) = 84093 diff --git a/net/sbd/files/patch-doexec_unix.h b/net/sbd/files/patch-doexec_unix.h new file mode 100644 index 00000000000..7f12bb16dbe --- /dev/null +++ b/net/sbd/files/patch-doexec_unix.h @@ -0,0 +1,10 @@ +--- doexec_unix.h.orig Sat Sep 11 06:07:51 2004 ++++ doexec_unix.h Sat Sep 18 18:48:27 2004 +@@ -19,6 +19,7 @@ + * See the COPYING file for more information. + */ + ++#include <sys/time.h> + #include <sys/types.h> + #include <sys/wait.h> + #include <sys/types.h> diff --git a/net/sbd/pkg-descr b/net/sbd/pkg-descr index 10225613d3a..b128e8d5200 100644 --- a/net/sbd/pkg-descr +++ b/net/sbd/pkg-descr @@ -14,4 +14,4 @@ sbd can be used for any number of network-related things, e.g.: * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic recording) -WWW: http://www.cycom.se/dl/sbd +WWW: http://tigerteam.se/dl/sbd/ |