./net/radsecproxy, Secure radius proxy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.10.0nb1, Package name: radsecproxy-1.10.0nb1, Maintainer: pkgsrc-users

radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
(RadSec) RADIUS transports. There is also experimental support for
TCP and DTLS.


Required to run:
[security/openssl] [security/nettle]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 251.16 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-05-26 17:06:05 by Havard Eidnes | Files touched by this commit (2)
Log message:
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
   2023-01-23 17:14:17 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update radsecproxy to version 1.9.2.

Pkgsrc changes:
 * Only checksums.

Upstream changes:
2023-01-23 1.9.2
        Bug Fixes:
        - Fix potential segfault in tcp log message
        - Fix DTLS over IPv6
        - Fix SSL shutdown/EOF for openssl 3.x (#108)
   2021-11-15 19:10:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
radsecproxy: use BLAKE2s
   2021-10-26 11:54:35 by Havard Eidnes | Files touched by this commit (2)
Log message:
Update radsecproxy to version 1.9.1.

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)
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-06-05 04:35:52 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(net/radsecproxy) regen PLIST
   2021-05-28 08:20:33 by Havard Eidnes | Files touched by this commit (2)
Log message:
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)