diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 23:14:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 23:14:45 +0000 |
commit | 4280bf37ef4ea6a8e97545c09c02259f928fae06 (patch) | |
tree | 87ba6655ed9ccb1c97840dd6d533ca745cd73c59 /net/sbd | |
parent | bb7aaa97578eb88a4293764c6e97a51c6ad805f7 (diff) | |
download | ports-4280bf37ef4ea6a8e97545c09c02259f928fae06.tar.gz ports-4280bf37ef4ea6a8e97545c09c02259f928fae06.zip |
Notes
Diffstat (limited to 'net/sbd')
-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 9dc7c4d79cf5..73e688b8c63b 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 85cbf24ac30b..7461dd0c4815 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 000000000000..7f12bb16dbe0 --- /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 10225613d3af..b128e8d52006 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/ |