Skip to content

Commit

Permalink
Update radsecproxy to version 1.9.1.
Browse files Browse the repository at this point in the history
Pkgsrc changes:
 * None.

Upstream changes:
2021-10-25 1.9.1
        Misc:
        - OpenSSL 3.0 compatibility (#70)

        Bug Fixes:
        - Fix refused startup with openssl <1.1 (#82)
        - Fix compiler issue for Fedora 33 on s390x (#84)
        - Fix small memory leak in config parser
        - Fix lazy certificate check when connecting to TLS servers
        - Fix connect is aborted if first host in list has invalid certificate
        - Fix setstacksize for glibc 2.34 (#91)
        - Fix system defaults/settings for TLS version not honored (#92)
  • Loading branch information
he32 committed Oct 26, 2021
1 parent a50ceac commit 87922e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions net/radsecproxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2021/05/28 06:20:33 he Exp $
# $NetBSD: Makefile,v 1.13 2021/10/26 09:54:35 he Exp $

VERSION= 1.9.0
VERSION= 1.9.1
DISTNAME= radsecproxy-${VERSION}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=radsecproxy/}
Expand Down
8 changes: 4 additions & 4 deletions net/radsecproxy/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2021/10/07 14:42:38 nia Exp $
$NetBSD: distinfo,v 1.9 2021/10/26 09:54:35 he Exp $

RMD160 (radsecproxy-1.9.0.tar.gz) = d06f7b7f339d7893a7eee03edd11bbd065a2fb9f
SHA512 (radsecproxy-1.9.0.tar.gz) = a6edfc2673caebc9ed83ab31e313d9f5b593a8ef01893b9983bee595bb3996c7844c1492ea3456f9fe0c5200e68000ff549a59b56914e02746d9fa91a11a8b2f
Size (radsecproxy-1.9.0.tar.gz) = 427216 bytes
RMD160 (radsecproxy-1.9.1.tar.gz) = faed2995f01cee2a13b47b512f26b0223fee1b75
SHA512 (radsecproxy-1.9.1.tar.gz) = e72a3b55089cb985503c74a0aa0c62e0a05ac5325217900d39aa87563dd639f154ee372ac5e62ecd5aed92b832b0e58bc43f9588ed7950ec731fa5b297e5c07c
Size (radsecproxy-1.9.1.tar.gz) = 429268 bytes
SHA1 (patch-rewrite.c) = 2b8b8f450b6591d3c21c19748dc4656b3b3d2646

0 comments on commit 87922e2

Please sign in to comment.