diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-07 03:42:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-07 03:42:23 +0800 |
commit | 364d924cda1020515ca5d186c619e17b074cc837 (patch) | |
tree | 442e06275ecfea1849641453128b534849a91ca7 | |
parent | caa1036b5fdf471919fd3c6fa66184814558e050 (diff) | |
download | freebsd-ports-gnome-364d924cda1020515ca5d186c619e17b074cc837.tar.gz freebsd-ports-gnome-364d924cda1020515ca5d186c619e17b074cc837.tar.zst freebsd-ports-gnome-364d924cda1020515ca5d186c619e17b074cc837.zip |
Update to 2.6.0
PR: ports/194432
Approved by: maintainer timeout (20 days)
-rw-r--r-- | net-mgmt/yaf/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/yaf/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/yaf/pkg-plist | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile index 5cc47429fd27..4e782460f9e1 100644 --- a/net-mgmt/yaf/Makefile +++ b/net-mgmt/yaf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ diff --git a/net-mgmt/yaf/distinfo b/net-mgmt/yaf/distinfo index 246263d4362c..5bc7cec148fb 100644 --- a/net-mgmt/yaf/distinfo +++ b/net-mgmt/yaf/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaf-2.5.0.tar.gz) = 79c3498a77e9be11487b22fb6c4fe886965042de3c875c6242b54c3f9e9a4c9d -SIZE (yaf-2.5.0.tar.gz) = 1530757 +SHA256 (yaf-2.6.0.tar.gz) = 7562d0e81e398fe491b81cad0b96996d2ac21f649d28ecda7ca258480dab6bb8 +SIZE (yaf-2.6.0.tar.gz) = 1569256 diff --git a/net-mgmt/yaf/pkg-plist b/net-mgmt/yaf/pkg-plist index e5638bd26db0..64a12ea06e8a 100644 --- a/net-mgmt/yaf/pkg-plist +++ b/net-mgmt/yaf/pkg-plist @@ -1,6 +1,7 @@ bin/airdaemon bin/filedaemon bin/getFlowKeyHash +bin/ipfixDump bin/yaf bin/yafMeta2Pcap bin/yafcollect @@ -83,6 +84,10 @@ lib/yaf/ircplugin.a lib/yaf/ircplugin.so lib/yaf/ircplugin.so.1 lib/yaf/ircplugin.so.1.0.1 +lib/yaf/ldapplugin.a +lib/yaf/ldapplugin.so +lib/yaf/ldapplugin.so.1 +lib/yaf/ldapplugin.so.1.0.1 lib/yaf/ldpplugin.a lib/yaf/ldpplugin.so lib/yaf/ldpplugin.so.1 @@ -157,11 +162,9 @@ man/man1/airdaemon.1.gz man/man1/applabel.1.gz man/man1/filedaemon.1.gz man/man1/getFlowKeyHash.1.gz +man/man1/ipfixDump.1.gz man/man1/yaf.1.gz man/man1/yafMeta2Pcap.1.gz man/man1/yafdhcp.1.gz man/man1/yafdpi.1.gz man/man1/yafscii.1.gz -@dirrm lib/yaf -@dirrm include/yaf -@dirrm include/airframe |