diff --git a/debian/changelog b/debian/changelog index e827542..18e455f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,127 @@ +ssowat (11.1.4) stable; urgency=low + + - Releasing as stable + + -- Alexandre Aubin Wed, 01 Feb 2023 20:28:06 +0100 + +ssowat (11.1.3) testing; urgency=low + + - debian: have a proper postinst script that reload (not restart, omg) nginx... (beed8a5) + + -- Alexandre Aubin Mon, 30 Jan 2023 16:33:17 +0100 + +ssowat (11.1.2.5) testing; urgency=low + + - Fix auth_header parsing when password contains semicolon ([#204](https://github.com/yunohost/ssowat/pull/204)) + + Thanks to all contributors <3 ! (ewilly) + + -- Alexandre Aubin Thu, 19 Jan 2023 17:21:40 +0100 + +ssowat (11.1.2.4) testing; urgency=low + + - security: rework previous fixes to use the new use_remote_user_var_in_nginx_conf in ssowat conf introduced in yunohost 11.1.2 (8faa805) + + -- Alexandre Aubin Tue, 10 Jan 2023 00:03:31 +0100 + +ssowat (11.1.2.3) testing; urgency=low + + - Stupid typo (4e92965) + + -- Alexandre Aubin Mon, 09 Jan 2023 20:51:17 +0100 + +ssowat (11.1.2.2) testing; urgency=low + + - Iterate on previous security fixes: ignore Auth header on PROPFIND routes, and don't drop Auth header which are not Basic auth (92f1e05) + + -- Alexandre Aubin Mon, 09 Jan 2023 19:47:04 +0100 + +ssowat (11.1.2.1) testing; urgency=low + + - security: clear custom ssowat headers when user is not logged in ([#209](https://github.com/yunohost/ssowat/pull/209)) + - security: Also check client-provided auth headers to prevent impersonation (7a2d0ed) + + Thanks to all contributors <3 ! (selfhoster1312) + + -- Alexandre Aubin Mon, 09 Jan 2023 18:32:46 +0100 + +ssowat (11.1.2) testing; urgency=low + + - [fix] helpers.lua: openssl v3 support for hmac_sha512 ([#208](https://github.com/yunohost/ssowat/pull/208)) + - [fix] password check, path to yunohost lib changed in 11.x (71f68b0) + - [i18n] Translations updated for Basque, German, Polish, Slovak, Spanish, Ukrainian + + Thanks to all contributors <3 ! (Christian Wehrli, Cyril Romain, Grzegorz Cichocki, Jose Riha, quiwy, Tymofii-Lytvynenko, xabirequejo) + + -- Alexandre Aubin Fri, 06 Jan 2023 00:40:30 +0100 + +ssowat (11.1.0) testing; urgency=low + + - User info self-edit would not update displayName (which is supposed to be the same as cn) resulting in inconsistencies (e2996f1) + - [i18n] Translations updated for Basque, Galician, Slovak, Turkish + + Thanks to all contributors <3 ! (José M, Jose Riha, Sedat Albayrak, xabirequejo) + + -- Alexandre Aubin Tue, 25 Oct 2022 22:47:20 +0200 + +ssowat (11.0.9) stable; urgency=low + + - Bump version for stable release + + -- Alexandre Aubin Sun, 07 Aug 2022 23:30:35 +0200 + +ssowat (11.0.8) testing; urgency=low + + - [i18n] Translations updated for Polish, Slovak, Telugu + + Thanks to all contributors <3 ! (Alice Kile, Jose Riha, Radek Raczkowski) + + -- Alexandre Aubin Sun, 07 Aug 2022 12:19:38 +0200 + +ssowat (11.0.7) testing; urgency=low + + - [i18n] Translations updated for Spanish + + Thanks to all contributors <3 ! (JimScope, Alexandre Aubin) + + -- tituspijean Tue, 17 May 2022 23:59:32 +0200 + +ssowat (11.0.6) testing; urgency=low + + - [i18n] Translations updated for Finnish, French, Galician, German, Kabyle, Turkish + + Thanks to all contributors <3 ! (3ole, Alexandre Aubin, Eylul Dogruel, José M, Kayou, Mico Hauataluoma, Selyan Slimane Amiri, Tagada) + + -- Kay0u Tue, 29 Mar 2022 14:26:27 +0200 + +ssowat (11.0.2) testing; urgency=low + + - [mod] debian: Misc updates in control file for bullseye (136e4f2) + + -- Alexandre Aubin Wed, 19 Jan 2022 21:24:38 +0100 + +ssowat (4.4.0) testing; urgency=low + + - Bump version for 4.4.0 + + -- Alexandre Aubin Wed, 19 Jan 2022 21:20:37 +0100 + +ssowat (4.3.3.1) stable; urgency=low + + - [i18n] Translations updated for Dutch, Finnish + + Thanks to all contributors <3 ! (Boudewijn, Mico Hauataluoma) + + -- Alexandre Aubin Wed, 19 Jan 2022 21:20:37 +0100 + +ssowat (4.3.3) stable; urgency=low + + - [i18n] Translations updated for Dutch, German + + Thanks to all contributors <3 ! (Boudewijn, Valentin von Guttenberg) + + -- Alexandre Aubin Wed, 29 Dec 2021 01:11:41 +0100 + ssowat (4.3.2.2) stable; urgency=low - [fix] Another fix for the redirect url check (981960f) diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control index 4b76bdd..0915ae1 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ssowat Section: net Priority: extra Maintainer: YunoHost Contributors -Build-Depends: debhelper (>=8.0.0) +Build-Depends: debhelper (>=8.0.0), debhelper-compat (= 13) Standards-Version: 3.9.1 Package: ssowat diff --git a/debian/postinst b/debian/postinst index c94f53c..541637e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,34 @@ #!/bin/bash -yunohost app ssowatconf > /dev/null 2>&1 -service nginx restart > /dev/null 2>&1 +set -e + +do_configure() { + systemctl reload nginx || true +} + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + +case "$1" in + configure) + do_configure + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + exit 0