Skip to content

Commit

Permalink
net/axa: Upgrade to version 3.0.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DonLewisFreeBSD committed Apr 28, 2023
1 parent 0543cb5 commit 5a8286a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 1 addition & 3 deletions 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
Expand All @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions 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
8 changes: 3 additions & 5 deletions 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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 5a8286a

Please sign in to comment.