Skip to content

Commit

Permalink
Upgrade nmsg to version 0.11.2:
Browse files Browse the repository at this point in the history
  * Fix a build failure when building without YAJL support (#47, #49).

  * dnsqr: Also perform query name filtering for UDP_UNSOLICITED_RESPONSE
    messages (#48).

  * dnsqr: Remove 'icmp' from the generated BPF (#20, #50).

  * dnsqr: Only set 'resolver_address_zeroed' field if addresses were zeroed
    from the underlying query/response packet fields (#51). Resolver address
    zeroing only works for the UDP message types, so we were incorrectly
    setting the 'resolver_address_zeroed' field for TCP and ICMP messages.

  * nmsg-dnsqr2pcap: Also dump ICMP and TCP packets (#52).

 -- Robert Edmonds <edmonds@fsi.io>  Fri, 29 Apr 2016 13:37:40 -0400

Sponsored by:	Farsight Security, Inc.
  • Loading branch information
DonLewisFreeBSD committed Apr 30, 2016
1 parent cdfe9d3 commit 9a909f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/nmsg/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= nmsg
PORTVERSION= 0.11.1
PORTVERSION= 0.11.2
CATEGORIES= net
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

Expand Down
4 changes: 2 additions & 2 deletions net/nmsg/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (nmsg-0.11.1.tar.gz) = b6cc09872673be21166de7e60ee30955248aec7ca9fda5d378b8f00460bdef88
SIZE (nmsg-0.11.1.tar.gz) = 620573
SHA256 (nmsg-0.11.2.tar.gz) = 9a8f02f4b3796fc5733f119825a81a5ea356231b953f2765f362220520b953b3
SIZE (nmsg-0.11.2.tar.gz) = 621053

0 comments on commit 9a909f3

Please sign in to comment.