Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2018 06:35:41 +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: r480892 - head/net/axa
Message-ID:  <201809290635.w8T6ZfQl087141@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Sat Sep 29 06:35:41 2018
New Revision: 480892
URL: https://svnweb.freebsd.org/changeset/ports/480892

Log:
  Upgrade net/axa to version 2.1.0:
  
    * Add strict permissions requirement for config file
  
    * Update documentation to reflect apikey and port number changes
  
    * Add nmsg json support to sratunnel/radtunnel
  
    * Add and amend tests for config file permissions
  
    * Update nmsg-msg8-module-sie dependency to nmsg-msg9-module-sie
  
  Pet portlint.
  
  Sponsored by:	Farsight Security, Inc.

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

Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile	Sat Sep 29 06:31:44 2018	(r480891)
+++ head/net/axa/Makefile	Sat Sep 29 06:35:41 2018	(r480892)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	axa
-PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	net dns
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 
@@ -23,9 +22,10 @@ LIB_DEPENDS=	libcheck.so:devel/check \
 		libyajl.so:devel/yajl
 RUN_DEPENDS=	sie-nmsg>0:net/sie-nmsg
 
-GNU_CONFIGURE=	yes
 USES=		autoreconf gmake libedit libtool pathfix pkgconfig shebangfix \
 		ssl
+
+GNU_CONFIGURE=	yes
 CONFIGURE_SHELL=	${LOCALBASE}/bin/bash
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	cert_tools/axa_link_certs.in

Modified: head/net/axa/distinfo
==============================================================================
--- head/net/axa/distinfo	Sat Sep 29 06:31:44 2018	(r480891)
+++ head/net/axa/distinfo	Sat Sep 29 06:35:41 2018	(r480892)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523653507
-SHA256 (axa-2.0.1.tar.gz) = d23d7bfb6e36953d7524a60b1929641c73db7fc55bbb4914ae213187e733dfbc
-SIZE (axa-2.0.1.tar.gz) = 571257
+TIMESTAMP = 1538155875
+SHA256 (axa-2.1.0.tar.gz) = 80ab8b0272c8d41ee09e96c4eb5334197caffd33ba9f6e4433789d471945bfea
+SIZE (axa-2.1.0.tar.gz) = 572634



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