Upgrade axa to version 1.3.4:
* Update copyright for 2016 where missing * Fix static analyzer warnings * Add missing libprotobuf_c_CFLAGS to Makefile.am * Fix typos in documentation * Fix typos in comments * Fix typo in json-schema.yaml * Update sratool/radtool in-tool contextual help * Update sratunnel/radtunnel usage() * Update man pages for missing commands/options * Fix bug in axa_link_certs where it would bail if no symlinks existed * Fix bug in axa_link_certs where it wouldn't process relative pathnames SHEBANG fix cert_tools/axa_link_certs.in Sponsored by: Farsight Security, Inc.
This commit is contained in:
parent
74e193e092
commit
6c508c18b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426191
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= axa
|
||||
PORTVERSION= 1.3.3
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= net dns
|
||||
MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight
|
||||
|
||||
|
@ -23,9 +23,11 @@ LIB_DEPENDS= libcheck.so:devel/libcheck \
|
|||
RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf gmake libedit libtool pathfix pkgconfig ssl
|
||||
USES= autoreconf gmake libedit libtool pathfix pkgconfig shebangfix \
|
||||
ssl
|
||||
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= cert_tools/axa_link_certs.in
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1476380147
|
||||
SHA256 (axa-1.3.3.tar.gz) = 3c9965ab52991ee800e7443df23e0fec4efe3434a5c25ebc69b60b1712d8f61e
|
||||
SIZE (axa-1.3.3.tar.gz) = 538018
|
||||
TIMESTAMP = 1479183167
|
||||
SHA256 (axa-1.3.4.tar.gz) = 63c2711fe4f4ef43974e3ce2a06fd48a81e44200bf5168040b275165fe1d210f
|
||||
SIZE (axa-1.3.4.tar.gz) = 694836
|
||||
|
|
Loading…
Reference in a new issue