update to radcli-1.2.11
This commit is contained in:
parent
9c62776c59
commit
3837fd1db9
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2018/05/09 19:56:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2018/09/24 20:28:43 sthen Exp $
|
||||
|
||||
COMMENT= simple RADIUS client library
|
||||
|
||||
SHARED_LIBS += radcli 0.2 # 6.0
|
||||
SHARED_LIBS += radcli 0.3 # 6.0
|
||||
|
||||
V= 1.2.10
|
||||
V= 1.2.11
|
||||
DISTNAME= radcli-$V
|
||||
|
||||
CATEGORIES= net
|
||||
@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB = ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit pthread
|
||||
WANTLIB += tasn1 unistring z
|
||||
|
||||
MASTER_SITES= https://github.com/radcli/radcli/releases/download/radcli_${V:S/./_/g}/
|
||||
MASTER_SITES= https://github.com/radcli/radcli/releases/download/$V/
|
||||
|
||||
LIB_DEPENDS= security/gnutls
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (radcli-1.2.10.tar.gz) = A+GWLvjTZStBBCuJYEInEQAV8n0DNIZ7gaX8ZoWTAAE=
|
||||
SIZE (radcli-1.2.10.tar.gz) = 544565
|
||||
SHA256 (radcli-1.2.11.tar.gz) = tiEOTH3q4jW7jE6d8gxPgsi8K9ptYhTVDFZnZgqzhUg=
|
||||
SIZE (radcli-1.2.11.tar.gz) = 549028
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/03/19 19:59:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2018/09/24 20:28:43 sthen Exp $
|
||||
include/radcli/
|
||||
include/radcli/radcli.h
|
||||
include/radcli/version.h
|
||||
@ -16,6 +16,7 @@ lib/pkgconfig/radcli.pc
|
||||
@man man/man3/rc_acct.3
|
||||
@man man/man3/rc_acct_proxy.3
|
||||
@man man/man3/rc_add_config.3
|
||||
@man man/man3/rc_apply_config.3
|
||||
@man man/man3/rc_auth.3
|
||||
@man man/man3/rc_auth_proxy.3
|
||||
@man man/man3/rc_avpair_add.3
|
||||
@ -61,6 +62,7 @@ lib/pkgconfig/radcli.pc
|
||||
@man man/man3/rc_own_hostname.3
|
||||
@man man/man3/rc_read_config.3
|
||||
@man man/man3/rc_read_dictionary.3
|
||||
@man man/man3/rc_read_dictionary_from_buffer.3
|
||||
@man man/man3/rc_send_server.3
|
||||
@man man/man3/rc_setdebug.3
|
||||
@man man/man3/rc_test_config.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user