forked from Lainports/freebsd-ports
Update net/libfixbuf to 2.3.1 and net-mgmt/yaf 2.11.0
PR: 238208 Approved by: maintainers timeout (20 days)
This commit is contained in:
parent
4fc25fcfc3
commit
7d9fb15072
7 changed files with 16 additions and 14 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= super_mediator
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://tools.netsa.cert.org/releases/
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yaf
|
||||
PORTVERSION= 2.10.0
|
||||
PORTVERSION= 2.11.0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://tools.netsa.cert.org/releases/
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libfixbuf.so:net/libfixbuf \
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix perl5 pkgconfig
|
||||
USES= gnome libtool pathfix perl5 pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --sysconfdir="${ETCDIR}"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1534693349
|
||||
SHA256 (yaf-2.10.0.tar.gz) = ed13a5d9f4cbbe6e82e2ee894cf3c324b2bb209df7eb95f2be10619bbf13d805
|
||||
SIZE (yaf-2.10.0.tar.gz) = 2138460
|
||||
TIMESTAMP = 1559120538
|
||||
SHA256 (yaf-2.11.0.tar.gz) = 5e2523eeeaa5ac7e08f73b38c599f321ba93f239011efec9c39cfcbc30489dca
|
||||
SIZE (yaf-2.11.0.tar.gz) = 2132776
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
bin/airdaemon
|
||||
bin/filedaemon
|
||||
bin/getFlowKeyHash
|
||||
bin/ipfixDump
|
||||
bin/yaf
|
||||
bin/yafMeta2Pcap
|
||||
bin/yafcollect
|
||||
|
|
@ -174,7 +173,6 @@ 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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libfixbuf
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 2.3.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://tools.netsa.cert.org/releases/
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix perl5 pkgconfig
|
||||
USES= gnome libtool pathfix perl5 pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1533264508
|
||||
SHA256 (libfixbuf-2.1.0.tar.gz) = d3a0ddf3f693e9421efaa8029c8ff1f78c81c39e77661dc40a05b3515d086fe7
|
||||
SIZE (libfixbuf-2.1.0.tar.gz) = 925899
|
||||
TIMESTAMP = 1559119803
|
||||
SHA256 (libfixbuf-2.3.1.tar.gz) = 2ba7877c5b09c120a20eb320d5d9e2ac93520c8308624eac3064aaece239bad3
|
||||
SIZE (libfixbuf-2.3.1.tar.gz) = 992880
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
bin/ipfixDump
|
||||
include/fixbuf/autoinc.h
|
||||
include/fixbuf/private.h
|
||||
include/fixbuf/public.h
|
||||
include/fixbuf/version.h
|
||||
lib/libfixbuf.a
|
||||
lib/libfixbuf.so
|
||||
lib/libfixbuf.so.6
|
||||
lib/libfixbuf.so.6.1.0
|
||||
lib/libfixbuf.so.9
|
||||
lib/libfixbuf.so.9.0.1
|
||||
libdata/pkgconfig/libfixbuf.pc
|
||||
man/man1/ipfixDump.1.gz
|
||||
%%DATADIR%%/cert_ipfix.xml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue