update to radcli-1.3.1

This commit is contained in:
sthen 2023-01-30 13:10:13 +00:00
parent 4990401ae5
commit f0a6803b94
3 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,7 @@ COMMENT= simple RADIUS client library
SHARED_LIBS += radcli 1.0 # 8.0
V= 1.3.0
REVISION= 0
V= 1.3.1
DISTNAME= radcli-$V
CATEGORIES= net
@ -24,9 +23,7 @@ FAKE_FLAGS= pkgsysconfdir=${PREFIX}/share/examples/radcli
CONFIGURE_STYLE= gnu
# most tests need a running local RADIUS server; they talk about a
# run-server.sh script to run this but it's not actually included.
#SEPARATE_BUILD= Yes # breaks avpair test
# most tests need a running local RADIUS server; the script (ns.sh)
# provided to run this only supports Linux with netns.
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (radcli-1.3.0.tar.gz) = IN3IQp1ZEt+i5x+vyTiBhEzpjomMBBsd1/dXud3I/P0=
SIZE (radcli-1.3.0.tar.gz) = 600317
SHA256 (radcli-1.3.1.tar.gz) = 89Bxqa/ATQf5gqzUZQnyUKTaffmEhFsYUeLL93lC1mc=
SIZE (radcli-1.3.1.tar.gz) = 607279

View File

@ -44,6 +44,9 @@ lib/pkgconfig/radcli.pc
@man man/man3/rc_config_free.3
@man man/man3/rc_config_init.3
@man man/man3/rc_destroy.3
@man man/man3/rc_dict_addattr.3
@man man/man3/rc_dict_addval.3
@man man/man3/rc_dict_addvend.3
@man man/man3/rc_dict_findattr.3
@man man/man3/rc_dict_findval.3
@man man/man3/rc_dict_findvend.3