aboutsummaryrefslogtreecommitdiff
path: root/net/radsecproxy/patches
Commit message (Collapse)AuthorAge
* radsecproxy: update to 1.9.1Nick Hainke2022-07-04
| | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches: - 100-fix-setstacksize-for-glibc-2.34.patch Refresh patches: - 200-logdest-on-foreground.patch Changes: Misc: - OpenSSL 3.0 compatibility Bug Fixes: - Fix refused startup with openssl <1.1 - Fix compiler issue for Fedora 33 on s390x - 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 - Fix system defaults/settings for TLS version not honored Signed-off-by: Nick Hainke <vincent@systemli.org>
* radsecproxy: fix compilation with newer GCCRosen Penev2022-01-29
| | | | | | Errors on uninitialized variable. Only on powerpc64 for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* radsecproxy: Fix compile with glibc 2.34Hauke Mehrtens2022-01-11
| | | | | | | | | | | | This backports a patch from upstream radsecproxy to fix compilation with glibc 2.34. It fixes the following build problem: radsecproxy.h:35:5: error: missing binary operator before token "(" 35 | #if PTHREAD_STACK_MIN > PTHREAD_STACK_SIZE | ^~~~~~~~~~~~~~~~~ make[5]: *** [Makefile:623: dtls.o] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* radsecproxy: Bump to v1.9.0Toke Høiland-Jørgensen2021-08-12
| | | | | | | Remove 300-gcc10.patch as that was applied upstream, and refresh the other patch. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* radsecproxy: fix compilation with GCC10Rosen Penev2020-07-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* radsecproxy: update to 1.8.1Rosen Penev2020-01-25
| | | | | | | | | | | | Removed upstreamed OpenSSL patch. Added PKG_BUILD_PARALLEL for faster compilation. Cleaned up Makefile slightly. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* radsecproxy: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-08
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* radsecproxy: Bump to v1.7.2Toke Høiland-Jørgensen2018-09-04
| | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* radsecproxy: bump to 1.7.1Eneas U de Queiroz2018-07-09
| | | | | | Version 1.7.1 brings compatibility with openssl 1.1.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* radsecproxy: add packageToke Høiland-Jørgensen2014-07-31
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>