git: 5a8286ae120c - main - net/axa: Upgrade to version 3.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 23:49:45 UTC
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a8286ae120c56c659c53cc93219e8dd0d96a6dc commit 5a8286ae120c56c659c53cc93219e8dd0d96a6dc Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2023-04-28 23:40:03 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2023-04-28 23:48:35 +0000 net/axa: Upgrade to version 3.0.1 3.0.1: * Miscellaneous updates to README and manpages. 3.0.0: * Add sratunnel/radtunnel -K kickfile option to allow rotating new output files based on -C packet count, -T elapsed seconds, or -Z file size. * Allow sratunnel/radtunnel -k (kickfile) to work with -i (interval). * Add sratunnel/radtunnel -Z option to clamp an output file size. * Add sratunnel/radtunnel -T option to stop output after elapsed seconds. * Add sratunnel/radtunnel -I option to allow non-TLS (insecure mode) for apikey method. * Fix various compiler warnings. * Remove various now-deprecated code. * Allow axa config file to be optional. * Remove SSH authentication and tunneling method. * Remove TLS authentication method. Remove the -S certs option. (TLS is still available using the apikey method.) * Add sratool/radtool -I option to allow non-TLS (insecure mode) for apikey method. * Remove unused time formatting code from tool stats. * Change the default TLS cipher to ECDHE-RSA-AES256-GCM-SHA384. * Use libwdns string formatting routines for sratool/radtool outputs for DNS rdata and dnsdedupe. * Use libnmsg JSON formatting routines for sratool/radtool NMSG outputs. * Improve built-in tools documentation. * Fix incorrect display of "buffering" command to use more specific description "forwarding mode". * Use UTC time for missed packet display (instead of local time). * Remove direct zlib and protobuf-c dependencies. * Interfaces changes, library package changed to libaxa3. The aarch64 link error should now be fixed, remove BROKEN. Sponsored by: DomainTools LLC --- net/axa/Makefile | 4 +--- net/axa/distinfo | 6 +++--- net/axa/pkg-plist | 8 +++----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/net/axa/Makefile b/net/axa/Makefile index 6b584ab3f39f..754aa293dd4f 100644 --- a/net/axa/Makefile +++ b/net/axa/Makefile @@ -1,5 +1,5 @@ PORTNAME= axa -PORTVERSION= 2.2.2 +PORTVERSION= 3.0.1 PORTREVISION= 0 CATEGORIES= net dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -13,8 +13,6 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/COPYRIGHT LICENSE_FILE_PD= ${WRKSRC}/license_pd -BROKEN_aarch64= alignment error at link time - BUILD_DEPENDS= bash:shells/bash \ sie-nmsg>0:net/sie-nmsg LIB_DEPENDS= liblmdb.so:databases/lmdb \ diff --git a/net/axa/distinfo b/net/axa/distinfo index 965c249944d9..7970dea41bb8 100644 --- a/net/axa/distinfo +++ b/net/axa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669005448 -SHA256 (axa-2.2.2.tar.gz) = 7cba4ccf6bae1d972a614b4acb1cf43fb7635bfd9fe777a6831b528f0218bce3 -SIZE (axa-2.2.2.tar.gz) = 584394 +TIMESTAMP = 1682645278 +SHA256 (axa-3.0.1.tar.gz) = 53e10fc17df56385d693fcd6d97cdb070585b499c7c1bb4e4dc411a4ec64f125 +SIZE (axa-3.0.1.tar.gz) = 570207 diff --git a/net/axa/pkg-plist b/net/axa/pkg-plist index 80827bda08e4..d8d4e28c7a20 100644 --- a/net/axa/pkg-plist +++ b/net/axa/pkg-plist @@ -1,7 +1,6 @@ bin/axa_link_certs bin/axa_make_cert bin/axa_server_cert -bin/axa_tsindextool bin/radtool bin/radtunnel bin/sratool @@ -15,7 +14,7 @@ include/axa/client_config.h include/axa/dns_walk.h include/axa/fields.h include/axa/json.h -include/axa/mdb.h +include/axa/kickfile.h include/axa/strbuf.h include/axa/open_nmsg_out.h include/axa/protocol.h @@ -27,8 +26,8 @@ include/axa/yajl_shortcuts.h include/libmy/b64_encode.h lib/libaxa.a lib/libaxa.so -lib/libaxa.so.1 -lib/libaxa.so.1.1.1 +lib/libaxa.so.3 +lib/libaxa.so.3.0.0 libdata/pkgconfig/libaxa.pc man/man1/radtool.1.gz man/man1/radtunnel.1.gz @@ -37,4 +36,3 @@ man/man1/sratunnel.1.gz man/man8/axa_link_certs.8.gz man/man8/axa_make_cert.8.gz man/man8/axa_server_cert.8.gz -man/man8/axa_tsindextool.8.gz