mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/nmsg: Upgrade to version 1.3.0
nmsg (1.3.0): * Added external configuration for Kafka IO. * Stop IO when output fails. * Add support and API for statistics module. * Remove prometheus integration. * Add NMSG_STATSMOD_CONFIG environment variable. * Bug fixes. * Documentation fixes. Bump PORTREVISION of dependent ports. Sponsored by: DomainTools LLC
This commit is contained in:
parent
73a7c1d294
commit
f06faad6cb
@ -1,6 +1,6 @@
|
||||
PORTNAME= dnstable-convert
|
||||
PORTVERSION= 0.13.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= axa
|
||||
PORTVERSION= 3.0.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net dns
|
||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= nmsg
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
||||
@ -16,7 +16,7 @@ LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USES= autoreconf gmake libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
CONFIGURE_ARGS= --with-pkgconfigdir='$${exec_prefix}/libdata/pkgconfig'
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1720668312
|
||||
SHA256 (nmsg-1.2.0.tar.gz) = 16d43d985f58bc816dbb57e77d86d0a293c7fa72e270219e82b73c39b46a4aa2
|
||||
SIZE (nmsg-1.2.0.tar.gz) = 744422
|
||||
TIMESTAMP = 1728705873
|
||||
SHA256 (nmsg-1.3.0.tar.gz) = b3bf2e4e8c2182b98461b177e137f53546d4b936767d2e301d2892b5ac5b4930
|
||||
SIZE (nmsg-1.3.0.tar.gz) = 435772
|
||||
|
@ -38,6 +38,8 @@ include/nmsg/random.h
|
||||
include/nmsg/rate.h
|
||||
include/nmsg/res.h
|
||||
include/nmsg/sock.h
|
||||
include/nmsg/statsmod.h
|
||||
include/nmsg/statsmod_plugin.h
|
||||
include/nmsg/strbuf.h
|
||||
include/nmsg/timespec.h
|
||||
include/nmsg/vendors.h
|
||||
@ -46,7 +48,7 @@ include/nmsg/zbuf.h
|
||||
lib/libnmsg.a
|
||||
lib/libnmsg.so
|
||||
lib/libnmsg.so.8
|
||||
lib/libnmsg.so.8.2.0
|
||||
lib/libnmsg.so.8.3.0
|
||||
lib/nmsg/nmsg_flt1_sample.so
|
||||
lib/nmsg/nmsg_msg9_base.so
|
||||
libdata/pkgconfig/libnmsg.pc
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= Net-Nmsg
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \
|
||||
CPAN
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= pynmsg
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= sie-nmsg
|
||||
PORTVERSION= 1.3.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net dns
|
||||
|
||||
MAINTAINER= truckman@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user