update to radcli-1.3.0, mostly from bket@ but converted back to a plain

distfile now that one is available
This commit is contained in:
sthen 2020-11-21 17:23:40 +00:00
parent eedc01d17c
commit 67de571d53
3 changed files with 14 additions and 12 deletions

View File

@ -1,21 +1,21 @@
# $OpenBSD: Makefile,v 1.13 2020/11/12 17:00:06 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/11/21 17:23:40 sthen Exp $
COMMENT= simple RADIUS client library
SHARED_LIBS += radcli 0.3 # 6.0
SHARED_LIBS += radcli 1.0 # 8.0
V= 1.2.12
V= 1.3.0
DISTNAME= radcli-$V
CATEGORIES= net
HOMEPAGE= http://radcli.github.io/radcli/
HOMEPAGE= https://radcli.github.io/radcli/
# recent code BSD, some old MERIT/Livingston
PERMIT_PACKAGE= Yes
WANTLIB = ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit pthread
WANTLIB += tasn1 unistring z
WANTLIB += ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit
WANTLIB += pthread tasn1 unistring
MASTER_SITES= https://github.com/radcli/radcli/releases/download/$V/

View File

@ -1,2 +1,2 @@
SHA256 (radcli-1.2.12.tar.gz) = +hRo/vlDDTi4ADX+kmljVFqJj7h1GVzT7im65w0DAak=
SIZE (radcli-1.2.12.tar.gz) = 597289
SHA256 (radcli-1.3.0.tar.gz) = IN3IQp1ZEt+i5x+vyTiBhEzpjomMBBsd1/dXud3I/P0=
SIZE (radcli-1.3.0.tar.gz) = 600317

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-lib_util_h,v 1.2 2016/03/19 19:59:35 sthen Exp $
--- lib/util.h.orig Thu Nov 26 21:12:12 2015
+++ lib/util.h Sat Mar 19 19:57:09 2016
@@ -23,7 +23,9 @@ size_t rc_strlcpy(char *dst, char const *src, size_t s
$OpenBSD: patch-lib_util_h,v 1.3 2020/11/21 17:23:40 sthen Exp $
Index: lib/util.h
--- lib/util.h.orig
+++ lib/util.h
@@ -25,7 +25,9 @@ size_t rc_strlcpy(char *dst, char const *src, size_t s
#define SA_LEN(sa) \
(((sa)->sa_family == AF_INET) ? \
sizeof(struct sockaddr_in) : sizeof(struct sockaddr_in6))