Skip to content

Commit 6da66c1

Browse files
committed
Update radsecproxy to version 1.10.0.
Pkgsrc changes: * Only checksums. Upstream changes: 2023-05-26 1.10.0 New features: - Native dynamic discovery for NAPTR and SRV records (#2, #83) - Optionally log accounting requests when respoinding directly (#72) - SNI support for outgoing connections (#90) - Optionally specify server name for certificate name check (#106) - Manual MTU setting for DTLS on non-linux platforms Misc: - Don't require server type to be set by dyndisc scripts - Improve locating openssl lib using pkg-config Bug Fixes: - Fix radius message length handling 2023-05-02 1.9.3 Bug Fixes: - Fix shutdown TLS connection on malformed radius message (#122) - Fix handling of lost requests in DTLS - Fix flush requests when dyndisc fails
1 parent 19ec93b commit 6da66c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

net/radsecproxy/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.14 2023/01/23 16:14:17 he Exp $
1+
# $NetBSD: Makefile,v 1.15 2023/05/26 15:06:05 he Exp $
22

3-
VERSION= 1.9.2
3+
VERSION= 1.10.0
44
DISTNAME= radsecproxy-${VERSION}
55
CATEGORIES= net
66
MASTER_SITES= ${MASTER_SITE_GITHUB:=radsecproxy/}

net/radsecproxy/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.11 2023/01/23 16:14:17 he Exp $
1+
$NetBSD: distinfo,v 1.12 2023/05/26 15:06:05 he Exp $
22

3-
BLAKE2s (radsecproxy-1.9.2.tar.gz) = d97e44ceaca84ff82ae30977c3ade7b32d20249ff9172552467407a27eb3d84c
4-
SHA512 (radsecproxy-1.9.2.tar.gz) = 6ea6441142339d26b3a7fa054a0bcd0ec1686c3205a78e2189752f431791eb31c47b65c26fffb72505b5291d0fd88cfe4df3101e9109a87eca33b7342d9e4119
5-
Size (radsecproxy-1.9.2.tar.gz) = 401379 bytes
3+
BLAKE2s (radsecproxy-1.10.0.tar.gz) = e753db6477a500802eb383fa19972a7db50a0c5295e10f375abd30f4ab87a9fe
4+
SHA512 (radsecproxy-1.10.0.tar.gz) = ba9967015561ef8ee3fbff68f58da785861d5213f5df9e1a27603dcb7688a26e927cbcb8b9845220bf436d99b170c5ce375cee6f5578ec193ac58e32e9c960df
5+
Size (radsecproxy-1.10.0.tar.gz) = 257188 bytes
66
SHA1 (patch-rewrite.c) = 2b8b8f450b6591d3c21c19748dc4656b3b3d2646

0 commit comments

Comments
 (0)