Skip to content

Commit

Permalink
Switch to 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Nov 19, 2024
1 parent 5f161f2 commit 57caab8
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 351 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and Publish Docker Images

env:
VERSION: 2.20.0
VERSION: 2.20.1
PGVERSION: 15
DEBIANRELEASE: bookworm
DOCKERREVISION: 4
DOCKERREVISION: 1

on:
push:
Expand Down
5 changes: 4 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## v2.20.0-4
## v2.20.1-0
* Update to 2.20.1

## v2.20.0-4 _(2024A-11-14)_

* Fix SAML regression
* Fix Captcha rule bug
Expand Down
1 change: 0 additions & 1 deletion base-no-s6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ RUN echo "# Install packages from ${DEBIAN_VERSION} (${LLNGDIST})" && \
perl -000 -MJSON -i -ne '$_=JSON::from_json($_);$_->{reloadUrls}={};print JSON->new->pretty->canonical->encode($_)' /var/lib/lemonldap-ng/conf/lmConf-1.json && \
perl -i -pe 's/\r//g' /usr/share/perl5/Lemonldap/NG/Common/Conf/DefaultValues.pm && \
echo "patch no-none.patch" && patch -p1 <no-none.patch && \
echo "patch fix-handler.patch" && patch -p1 <fix-handler.patch && \
rm -f *.patch

#COPY syslogopt.patch .
Expand Down
24 changes: 0 additions & 24 deletions base-no-s6/fix-handler.patch

This file was deleted.

1 change: 0 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ RUN echo "# Install packages from ${DEBIAN_VERSION} (${LLNGDIST})" && \
perl -000 -MJSON -i -ne '$_=JSON::from_json($_);$_->{reloadUrls}={};print JSON->new->pretty->canonical->encode($_)' /var/lib/lemonldap-ng/conf/lmConf-1.json && \
perl -i -pe 's/\r//g' /usr/share/perl5/Lemonldap/NG/Common/Conf/DefaultValues.pm && \
echo "patch no-none.patch" && patch -p1 <no-none.patch && \
echo "patch fix-handler.patch" && patch -p1 <fix-handler.patch && \
rm -f *.patch

#COPY syslogopt.patch .
Expand Down
24 changes: 0 additions & 24 deletions base/fix-handler.patch

This file was deleted.

3 changes: 1 addition & 2 deletions portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ COPY *.patch /

RUN for p in appgrid.patch jwt-type.patch app-scope.patch ignorepollers.patch \
fixedLogout.patch more-logs.patch \
matrix-token.patch redirect-ajax.patch recaptcha3.patch \
saml-regression.patch captcha-fix.patch \
matrix-token.patch redirect-ajax.patch \
metadata-ttl.patch \
; do echo patch $p && patch -p1 < $p; done && \
rm -f /*.patch && \
Expand Down
15 changes: 0 additions & 15 deletions portal/captcha-fix.patch

This file was deleted.

119 changes: 0 additions & 119 deletions portal/recaptcha3.patch

This file was deleted.

13 changes: 0 additions & 13 deletions portal/saml-regression.patch

This file was deleted.

3 changes: 1 addition & 2 deletions uwsgi-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ COPY *.patch /

RUN for p in appgrid.patch jwt-type.patch app-scope.patch ignorepollers.patch \
fixedLogout.patch more-logs.patch \
matrix-token.patch redirect-ajax.patch recaptcha3.patch \
saml-regression.patch captcha-fix.patch \
matrix-token.patch redirect-ajax.patch \
metadata-ttl.patch \
; do echo patch $p && patch -p1 < $p; done && \
rm -f /*.patch && \
Expand Down
15 changes: 0 additions & 15 deletions uwsgi-portal/captcha-fix.patch

This file was deleted.

119 changes: 0 additions & 119 deletions uwsgi-portal/recaptcha3.patch

This file was deleted.

Loading

0 comments on commit 57caab8

Please sign in to comment.