svn commit: r414331 - head/net/nmsg

Don Lewis truckman at FreeBSD.org
Sat Apr 30 06:44:23 UTC 2016


Author: truckman
Date: Sat Apr 30 06:44:21 2016
New Revision: 414331
URL: https://svnweb.freebsd.org/changeset/ports/414331

Log:
  Upgrade nmsg to version 0.11.2:
  
    * 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 at fsi.io>  Fri, 29 Apr 2016 13:37:40 -0400
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/net/nmsg/Makefile
  head/net/nmsg/distinfo

Modified: head/net/nmsg/Makefile
==============================================================================
--- head/net/nmsg/Makefile	Sat Apr 30 05:27:02 2016	(r414330)
+++ head/net/nmsg/Makefile	Sat Apr 30 06:44:21 2016	(r414331)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmsg
-PORTVERSION=	0.11.1
+PORTVERSION=	0.11.2
 CATEGORIES=	net
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 

Modified: head/net/nmsg/distinfo
==============================================================================
--- head/net/nmsg/distinfo	Sat Apr 30 05:27:02 2016	(r414330)
+++ head/net/nmsg/distinfo	Sat Apr 30 06:44:21 2016	(r414331)
@@ -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


More information about the svn-ports-all mailing list