svn commit: r427833 - head/net/axa

Don Lewis truckman at FreeBSD.org
Mon Dec 5 06:01:49 UTC 2016


Author: truckman
Date: Mon Dec  5 06:01:47 2016
New Revision: 427833
URL: https://svnweb.freebsd.org/changeset/ports/427833

Log:
  Upgrade net/axa to version 1.4.0:
  
    axa (1.4.0) UNRELEASED; urgency=low
  
      * Fix bug in sratunnel where pcap output could underflow a counter and
        crash
      * Fix bug in sratool where 'get channels' would fail
      * Fix bug in sratunnel where error messages would fail to emit
      * Fix typos in manuals
      * Fix nonportable doxygen version check
      * Add missing files to EXTRA_DIST
      * Update README (proper package versions, better install instructions)
  
     -- Mike Schiffman <mschiffm at fsi.io>  Fri, 02 Dec 2016 00:49:13 +0000
  
    axa (1.3.5) UNRELEASED; urgency=low
  
      * Fix package descriptions
      * Require nmsg >= 0.11.2
  
    -- Mike Schiffman <mschiffm at fsi.io> Mon, 15 Nov 2016 17:19:14 +0000
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/net/axa/Makefile
  head/net/axa/distinfo

Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile	Mon Dec  5 05:57:51 2016	(r427832)
+++ head/net/axa/Makefile	Mon Dec  5 06:01:47 2016	(r427833)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	axa
-PORTVERSION=	1.3.4
+PORTVERSION=	1.4.0
 CATEGORIES=	net dns
 MASTER_SITES=	FARSIGHT/${PORTNAME} LOCAL/truckman/farsight
 

Modified: head/net/axa/distinfo
==============================================================================
--- head/net/axa/distinfo	Mon Dec  5 05:57:51 2016	(r427832)
+++ head/net/axa/distinfo	Mon Dec  5 06:01:47 2016	(r427833)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479183167
-SHA256 (axa-1.3.4.tar.gz) = 63c2711fe4f4ef43974e3ce2a06fd48a81e44200bf5168040b275165fe1d210f
-SIZE (axa-1.3.4.tar.gz) = 694836
+TIMESTAMP = 1480710774
+SHA256 (axa-1.4.0.tar.gz) = e2dd76ec1259383039bbc36b4e4efc7f0e68c4c0651ec39da7bc0c78df6d746f
+SIZE (axa-1.4.0.tar.gz) = 540240


More information about the svn-ports-all mailing list