diff options
author | krion <krion@FreeBSD.org> | 2003-07-23 20:23:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-23 20:23:18 +0800 |
commit | 30209d76b51b5ae4b4c224f37c2fdcaaa7798855 (patch) | |
tree | de6174ca58614a66b95ffc517fd2a97164f3ffea | |
parent | 534743cfa4ab57ece50a525b71c83e2cea742b5d (diff) | |
download | freebsd-ports-gnome-30209d76b51b5ae4b4c224f37c2fdcaaa7798855.tar.gz freebsd-ports-gnome-30209d76b51b5ae4b4c224f37c2fdcaaa7798855.tar.zst freebsd-ports-gnome-30209d76b51b5ae4b4c224f37c2fdcaaa7798855.zip |
Update to 0.5.0
New features:
* support for 802.1Q (VLANs) tagged packets
* support for FDDI links. [EXPERIMENTAL]
* two new primitives have been added: source MAC address
and destination MAC address
* static aggregation directives (src_host, dst_host, ..)
are now superseded by primitives that can be stacked
together to form complex aggregation methods.
The commandline syntax of the client program has been
consequently changed to support these new features
Approved by: fjoe (mentor) (implicit)
-rw-r--r-- | net-mgmt/pmacct/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 2 | ||||
-rw-r--r-- | net/pmacct/Makefile | 2 | ||||
-rw-r--r-- | net/pmacct/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index bebd8f66cbce..17d9db2321d6 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 4fef1c5f2f53..db6753ec5b78 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.4.2.tar.gz) = fefad3dc7097b0b39965719af6e76683 +MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657 diff --git a/net/pmacct/Makefile b/net/pmacct/Makefile index bebd8f66cbce..17d9db2321d6 100644 --- a/net/pmacct/Makefile +++ b/net/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ diff --git a/net/pmacct/distinfo b/net/pmacct/distinfo index 4fef1c5f2f53..db6753ec5b78 100644 --- a/net/pmacct/distinfo +++ b/net/pmacct/distinfo @@ -1 +1 @@ -MD5 (pmacct-0.4.2.tar.gz) = fefad3dc7097b0b39965719af6e76683 +MD5 (pmacct-0.5.0.tar.gz) = 3f8896f8e430a4f101195a569e177657 |