diff options
author | knu <knu@FreeBSD.org> | 2001-09-04 02:06:01 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-04 02:06:01 +0800 |
commit | 9b6069f4c239015c9c11cc2c5c68920dd3107855 (patch) | |
tree | dbac806047bc448934bbfa9543c1775c6c1e73fb /net | |
parent | 960c2da17ce2a595dec79dfba68f9f7d7bf3a3de (diff) | |
download | freebsd-ports-gnome-9b6069f4c239015c9c11cc2c5c68920dd3107855.tar.gz freebsd-ports-gnome-9b6069f4c239015c9c11cc2c5c68920dd3107855.tar.zst freebsd-ports-gnome-9b6069f4c239015c9c11cc2c5c68920dd3107855.zip |
Update to 1.3.1, improvements include:
- Added config file option "-c" which implements samplication to
peers depending on the source of the packet.
- Added patch to make source address spoofing work on BSD-based systems.
Pointed out by: Vladimir A. Jakovenko <vovik@lucky.net>
PR: ports/30288
Submitted by: Michael Lyngbol <lyngbol@wheel.dk> (MAINTAINER)
Diffstat (limited to 'net')
-rw-r--r-- | net/samplicator/Makefile | 3 | ||||
-rw-r--r-- | net/samplicator/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile index 9211e5c2068e..f74cf3d8a283 100644 --- a/net/samplicator/Makefile +++ b/net/samplicator/Makefile @@ -6,8 +6,7 @@ # PORTNAME= samplicator -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= net MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/ diff --git a/net/samplicator/distinfo b/net/samplicator/distinfo index ad3f424c766e..d97ff894e0ca 100644 --- a/net/samplicator/distinfo +++ b/net/samplicator/distinfo @@ -1 +1 @@ -MD5 (samplicator-1.2.1.tar.gz) = d622e22c7c504f4a3f3c6e71304c620e +MD5 (samplicator-1.3.1.tar.gz) = ef1acb18f216251c49f8f64a842dabea |