Add perl-authen-radius

This commit is contained in:
TheSpad 2023-06-06 14:20:25 +01:00
parent 8f1e4672aa
commit e36c0d32cf
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN \
bind-tools \
font-noto-cjk \
openssh-client \
perl-authen-radius \
perl-lwp-protocol-https \
smokeping==${SMOKEPING_VERSION} \
ssmtp \

View File

@ -24,6 +24,7 @@ RUN \
bind-tools \
font-noto-cjk \
openssh-client \
perl-authen-radius \
perl-lwp-protocol-https \
smokeping==${SMOKEPING_VERSION} \
ssmtp \

View File

@ -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.

View File

@ -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." }