Port details |
- sie-nmsg SIE message module plugin for libnmsg
- 1.3.1_3 net =2 1.3.1_2Version of this port present on the latest quarterly branch.
- Maintainer: truckman@FreeBSD.org
- Port Added: 2014-08-07 11:17:52
- Last Update: 2024-10-12 21:53:52
- Commit Hash: f06faad
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: dns
- License: APACHE20
- WWW:
- https://github.com/farsightsec/sie-nmsg
- Description:
- This package extends the libnmsg runtime <net/nmsg> to support the
following message types:
SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/sie-nmsg/ && make install clean
- To add the package, run one of these commands:
- pkg install net/sie-nmsg
- pkg install sie-nmsg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sie-nmsg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711443944
SHA256 (farsightsec-sie-nmsg-1.3.1_GH0.tar.gz) = aceb5f6074e6d0fae5d8d1f93af2a35a3721ec972a3b2d1403ed7bc9e182f76c
SIZE (farsightsec-sie-nmsg-1.3.1_GH0.tar.gz) = 23619
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libprotobuf-c.so : devel/protobuf-c
- libnmsg.so : net/nmsg
- libwdns.so : dns/wdns
- This port is required by:
- for Build
-
- dns/dnstable-convert
- net/axa
- for Run
-
- dns/dnstable-convert
- net/axa
Configuration Options:
- No options to configure
- Options name:
- net_sie-nmsg
- USES:
- autoreconf gmake libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_3 12 Oct 2024 21:53:52 |
Don Lewis (truckman) |
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 |
1.3.1_2 12 Jul 2024 03:18:15 |
Don Lewis (truckman) |
net/nmsg: Bump PORTREVSION of dependent ports
The last uprade of net/nmsg changed its shared library version. Bump
PORTREVISION of its dependent ports to force package rebuilds.
Sponsored by: DomainTools LLC |
1.3.1_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.3.1 28 Mar 2024 22:04:33 |
Don Lewis (truckman) |
net/sie-nmsg: Upgrade to 1.3.1
1.3.1:
* Fix to a test
1.3.0:
* Amend proto files to specify syntax version
* Change format of unknown rrtypes in JSON output
* Depend on libnmsg8 >= 1.0.0 for 0mq migration
Fetch from GitHub.
Sponsored by: DomainTools LLC |
1.2.1_3 10 Sep 2023 05:35:14 |
Don Lewis (truckman) |
net/nmsg: 1.1.0
1.1.0:
* Multiple performance improvements to JSON formatting.
* Multiple performance and concurrency improvements in nmsg_io loop.
* Add new dnsobs message type for raw passive DNS observations.
* Format DNS messages as JSON in base:dnsqr, base:dnstap, and
base:dnsobs.
* Format base:encode payload in human readable form in JSON output.
* Replace yajl with json-c for JSON parsing. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.1_2 12 Apr 2022 05:31:39 |
Don Lewis (truckman) |
dns/wdns: Upgrade to version 0.11.0
* Improve support for CAA records. (CAA was previously rendered as a
"generic" rdata type.)
* Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
per RFC6840 section 6.4.
* Fix parsing of A6 records that ommit and address portion. Correct
parsing of A6 records with prefix length 0. Correct handling of
A6 address bytes. The address bytes of an A6 record are an address
suffix relative to the prefix represented by the domain name, and
so must be copied to and from the lower order bytes of the internal
address representation. These A6 code updates were for the purposes
of clearing "round trip" test errors in the existing code base. (Only the first 15 lines of the commit message are shown above ) |
1.2.1_1 17 Sep 2021 19:49:43 |
Don Lewis (truckman) |
net/nmsg: upgrade to version 1.0.0
The network encapsulation library, nmsg, version 1.0.0 is released.
This release deprecates Crossroads I/O (libxs) support in favor of
ZeroMQ (libzmq). Note command-line updates enabling ZeroMQ socket
connections for nmsgtool, as described in its man page. In addition
the treatment of unknown rrtypes was amended for nmsgtool JSON
output. In detail:
Replace libXS with ZeroMQ and associated calls.
Developer API functions nmsg_input_open_xs(),
nmsg_input_open_xs_endpoint(), nmsg_io_add_input_xs_channel(),
nmsg_output_open_xs(), and nmsg_output_open_xs_endpoint() are
deprecated and replaced with respectively: nmsg_input_open_zmq(), (Only the first 15 lines of the commit message are shown above ) |
1.2.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.1 30 Jan 2020 04:56:05 |
truckman |
Upgrade net/sie-nmsg to version 1.2.1:
* Add several new unit tests.
Sponsored by: Farsight Security, Inc. |
1.2.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.0 05 Nov 2015 05:17:06 |
truckman |
Upgrade to vision 1.2.0
* json io: add stubs for formatters and printers
* dnsdedupe: implement formatters and parsers
* json io: dnsdedupe don't downcase names when parsing
* Merge pull request #11 from farsightsec/jsonio
Implement format and parse functions for all custom print fields.
Nuke PORTSCOUNT= since it doesn't help. See PR 204135 for the
details about why portscount isn't currently working for this port's
MASTER_SITE.
Sponsored by: Farsight Security, Inc. |
1.1.0 03 Nov 2015 05:22:51 |
truckman |
Test to see if portscout is happier with http instead of https. |
1.1.0 29 Oct 2015 00:13:54 |
truckman |
Restrict portscout to "master" MASTER_SITES because LOCAL is not indexed. |
1.1.0 22 Aug 2015 00:07:15 |
truckman |
Upgrade to version 1.1.0
Sponsored by: Farsight Security, Inc. |
0.17.0_2 06 Apr 2015 12:42:40 |
truckman |
Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.
Differential Revision: https://reviews.freebsd.org/D2236
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
0.17.0_1 10 Jan 2015 21:42:17 |
truckman |
MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that
can't use https. (Suggested by mat@)
Differential Revision: https://reviews.freebsd.org/D1485
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc. |
0.17.0_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.17.0_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.17.0 18 Aug 2014 12:57:47 |
wg |
net/sie-nmsg: update to 0.17.0
- Use install-strip make target
PR: 192758
Submitted by: maintainer |
0.16 07 Aug 2014 11:17:35 |
marino |
Add new port net/sie-nmsg
PR: 190731
Submitted by: Don Lewis (truckman@)
================================================================
This package extends the libnmsg runtime <net/nmsg> to support the
following message types:
SIE/dnsdedupe
SIE/newdomain
SIE/qr
SIE/reputation
SIE/delay |