Date: Fri, 30 Jun 2017 07:50:24 +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: r444702 - head/net/axa Message-ID: <201706300750.v5U7oOxU082311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Fri Jun 30 07:50:24 2017 New Revision: 444702 URL: https://svnweb.freebsd.org/changeset/ports/444702 Log: Upgrade net/axa to version 1.6.0: * Fix make check Clang compiler warnings * Fix small bugs in apikey transport * Fix sratool/radtool command completion bug * Fix sratool/radtool overzealous help bug * Fix make check when building without yajl * Add axa_apikey_load_and_check_key() * Update README (additional examples) * Remove configure option to select compile-time list of available ciphers * Make config file errors emitted according to axa_debug level * Make nmsg file and udp output objects unbuffered Sponsored by: Farsight Security, Inc. Modified: head/net/axa/Makefile head/net/axa/distinfo Modified: head/net/axa/Makefile ============================================================================== --- head/net/axa/Makefile Fri Jun 30 07:14:17 2017 (r444701) +++ head/net/axa/Makefile Fri Jun 30 07:50:24 2017 (r444702) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0 +#PORTREVISION= 1 CATEGORIES= net dns MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight Modified: head/net/axa/distinfo ============================================================================== --- head/net/axa/distinfo Fri Jun 30 07:14:17 2017 (r444701) +++ head/net/axa/distinfo Fri Jun 30 07:50:24 2017 (r444702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493762895 -SHA256 (axa-1.5.1.tar.gz) = 63324acf6ca4276771edc674df9b14ea9ada44acb333cb77ec31bc8c819dd84b -SIZE (axa-1.5.1.tar.gz) = 530287 +TIMESTAMP = 1498781052 +SHA256 (axa-1.6.0.tar.gz) = b901731f70a63befd0b99e3ef922d48316df2a59212903f06133d0bde6006f28 +SIZE (axa-1.6.0.tar.gz) = 531108
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706300750.v5U7oOxU082311>