Skip to content

Commit ab5eb3b

Browse files
committed
Update radsecproxy to version 1.9.0.
Upstream changes: 2021-05-28 1.9.0 New features: - Accept multiple source* configs for IPv4/v6 - Specify source per server - User configurable cipher-list and ciphersuites - User configurable TLS versions - Config option for DH-file - Add rID and otherName options to certifcateAttributeCheck - Allow multiple matchCertificateAttribute - Option to start dynamic server in blocking mode Misc: - Move radsecproxy manpage to section 8 - Log CUI and operator-name if present - Log CN for incomming TLS connections Bug Fixes: - Fix overlapping log lines - Fix memory leak in logging - Fix dynidsc example scripts input validation (CVE-2021-32642) 2020-08-06 1.8.2 Bug fixes: - Fix wrong config-unhexing if %25 (%) occurs - Fix compatibility with GCC 10 (#63) - Fix spelling in manpage - Fix modifyVendorAttribute not applied (#62) - Fix unncessary status-server when in minimal mode (#61)
1 parent 379889d commit ab5eb3b

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

net/radsecproxy/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.11 2020/05/22 10:56:31 adam Exp $
1+
# $NetBSD: Makefile,v 1.12 2021/05/28 06:20:33 he Exp $
22

3-
VERSION= 1.8.1
3+
VERSION= 1.9.0
44
DISTNAME= radsecproxy-${VERSION}
5-
PKGREVISION= 3
65
CATEGORIES= net
76
MASTER_SITES= ${MASTER_SITE_GITHUB:=radsecproxy/}
87

net/radsecproxy/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.6 2020/04/20 00:43:28 joerg Exp $
1+
$NetBSD: distinfo,v 1.7 2021/05/28 06:20:33 he Exp $
22

3-
SHA1 (radsecproxy-1.8.1.tar.gz) = 4b62f3f7bbaeff11ca201f140f06d0b5664501bf
4-
RMD160 (radsecproxy-1.8.1.tar.gz) = ea252a220388ede6cd0a27c7961215a5c11ccd63
5-
SHA512 (radsecproxy-1.8.1.tar.gz) = 4bf19a1490f63ae790612e0f15dfe539ddfbf4e0a3f16ba97532c612a6ab877d1686169ceba75f100cf098c501a3abad30302383d2277f915eceeeee98ba6232
6-
Size (radsecproxy-1.8.1.tar.gz) = 326921 bytes
3+
SHA1 (radsecproxy-1.9.0.tar.gz) = ac2e43db9e748949c6433b43d7575e3f5a30424c
4+
RMD160 (radsecproxy-1.9.0.tar.gz) = d06f7b7f339d7893a7eee03edd11bbd065a2fb9f
5+
SHA512 (radsecproxy-1.9.0.tar.gz) = a6edfc2673caebc9ed83ab31e313d9f5b593a8ef01893b9983bee595bb3996c7844c1492ea3456f9fe0c5200e68000ff549a59b56914e02746d9fa91a11a8b2f
6+
Size (radsecproxy-1.9.0.tar.gz) = 427216 bytes
77
SHA1 (patch-rewrite.c) = 2b8b8f450b6591d3c21c19748dc4656b3b3d2646

0 commit comments

Comments
 (0)