From e36c0d32cfdc14df1afd0382f1175649d2b415fa Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 6 Jun 2023 14:20:25 +0100 Subject: [PATCH] Add perl-authen-radius --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + README.md | 1 + readme-vars.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 64c39ea..1ee6d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN \ bind-tools \ font-noto-cjk \ openssh-client \ + perl-authen-radius \ perl-lwp-protocol-https \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 3f0fe18..6f3c689 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -24,6 +24,7 @@ RUN \ bind-tools \ font-noto-cjk \ openssh-client \ + perl-authen-radius \ perl-lwp-protocol-https \ smokeping==${SMOKEPING_VERSION} \ ssmtp \ diff --git a/README.md b/README.md index 81793c7..d6e4891 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **16.05.23:** - Add perl-authen-radius for Radius support. * **16.05.23:** - Rebase to Alpine 3.18. Deprecate armhf. * **11.05.23:** - Add perl-lwp-protocol-https for master/slave support over https. * **22.01.23:** - Revert to using Apache due to latency issues with nginx and fcgiwrap. diff --git a/readme-vars.yml b/readme-vars.yml index 3adeb52..ea70bb0 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -34,6 +34,7 @@ app_setup_block: | # changelog changelogs: + - { date: "16.05.23:", desc: "Add perl-authen-radius for Radius support." } - { date: "16.05.23:", desc: "Rebase to Alpine 3.18. Deprecate armhf." } - { date: "11.05.23:", desc: "Add perl-lwp-protocol-https for master/slave support over https." } - { date: "22.01.23:", desc: "Revert to using Apache due to latency issues with nginx and fcgiwrap." }