From owner-svn-ports-head@freebsd.org Sat Sep 29 06:35:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CD8210BFDBA; Sat, 29 Sep 2018 06:35:42 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C767B701C4; Sat, 29 Sep 2018 06:35:41 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC48B1FF0D; Sat, 29 Sep 2018 06:35:41 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8T6ZfNh087142; Sat, 29 Sep 2018 06:35:41 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8T6ZfQl087141; Sat, 29 Sep 2018 06:35:41 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201809290635.w8T6ZfQl087141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 29 Sep 2018 06:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480892 - head/net/axa X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/net/axa X-SVN-Commit-Revision: 480892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 06:35:42 -0000 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