Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2016 06:44:22 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414331 - head/net/nmsg
Message-ID:  <201604300644.u3U6iMxd004612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604300644.u3U6iMxd004612>