Date: Sat, 14 Apr 2018 16:20:43 +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: r467326 - in head/net/axa: . files Message-ID: <201804141620.w3EGKhjG049596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Sat Apr 14 16:20:43 2018 New Revision: 467326 URL: https://svnweb.freebsd.org/changeset/ports/467326 Log: Upgrade net/axa to version 2.0.1: * Update support of libedit <= 3.11 (forced wchar support) * Deprecate use of self-signed certs * Add SIGINFO (ctrl-t) information getter for sratunnel/radtunnel * Add tools option to disable output buffering * Remove mgmt * Add stats (successor to mgmt) * Add library versioning * Add client-side hello allowing client to send system and dependency information * Update various internal AXA protocol semantics for AXA Protocol 2 * Add 8601 timestamps to accounting messages Sponsored by: Farsight Security, Inc. Deleted: head/net/axa/files/ Modified: head/net/axa/Makefile head/net/axa/distinfo head/net/axa/pkg-plist Modified: head/net/axa/Makefile ============================================================================== --- head/net/axa/Makefile Sat Apr 14 16:18:44 2018 (r467325) +++ head/net/axa/Makefile Sat Apr 14 16:20:43 2018 (r467326) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.6.0 +PORTVERSION= 2.0.1 #PORTREVISION= 1 CATEGORIES= net dns -MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= AXA library and tools Modified: head/net/axa/distinfo ============================================================================== --- head/net/axa/distinfo Sat Apr 14 16:18:44 2018 (r467325) +++ head/net/axa/distinfo Sat Apr 14 16:20:43 2018 (r467326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498781052 -SHA256 (axa-1.6.0.tar.gz) = b901731f70a63befd0b99e3ef922d48316df2a59212903f06133d0bde6006f28 -SIZE (axa-1.6.0.tar.gz) = 531108 +TIMESTAMP = 1523653507 +SHA256 (axa-2.0.1.tar.gz) = d23d7bfb6e36953d7524a60b1929641c73db7fc55bbb4914ae213187e733dfbc +SIZE (axa-2.0.1.tar.gz) = 571257 Modified: head/net/axa/pkg-plist ============================================================================== --- head/net/axa/pkg-plist Sat Apr 14 16:18:44 2018 (r467325) +++ head/net/axa/pkg-plist Sat Apr 14 16:20:43 2018 (r467326) @@ -19,11 +19,14 @@ include/axa/open_nmsg_out.h include/axa/protocol.h include/axa/socket.h include/axa/trie.h +include/axa/version.h include/axa/wire.h +include/axa/yajl_shortcuts.h +include/libmy/b64_encode.h lib/libaxa.a lib/libaxa.so -lib/libaxa.so.0 -lib/libaxa.so.0.0.0 +lib/libaxa.so.1 +lib/libaxa.so.1.0.0 libdata/pkgconfig/libaxa.pc man/man1/radtool.1.gz man/man1/radtunnel.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804141620.w3EGKhjG049596>