From e48ee86389a906132d3a1705aff51668091631f1 Mon Sep 17 00:00:00 2001 From: UncleDan Date: Mon, 7 Aug 2023 17:40:31 +0200 Subject: [PATCH 1/4] changelog --- changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog b/changelog index 0286117..54913f8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,14 @@ +turnkey-foswiki-18 (1) turnkey; urgency=low + + * Install latest upstream version of Foswiki: x.y.z (as of today, automatically searches for the revision). + + * Re-build on TurnKey Linux 18 (Debian 12 'bookworm') + + * Note: Please refer to turnkey-core's changelog for changes common to all + appliances. Here we only describe changes specific to this appliance. + + -- Daniele Lolli Tue, 3 Aug 2023 19:00:00 +0200 + turnkey-foswiki-17.1 (1) turnkey; urgency=low * Updated all Debian packages to latest. From b265f54634f62547bd4f9023c8a46b9b17d722d7 Mon Sep 17 00:00:00 2001 From: UncleDan Date: Mon, 7 Aug 2023 17:43:16 +0200 Subject: [PATCH 2/4] changelog --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index 54913f8..fbd7a3a 100644 --- a/changelog +++ b/changelog @@ -7,7 +7,7 @@ turnkey-foswiki-18 (1) turnkey; urgency=low * Note: Please refer to turnkey-core's changelog for changes common to all appliances. Here we only describe changes specific to this appliance. - -- Daniele Lolli Tue, 3 Aug 2023 19:00:00 +0200 + -- Daniele Lolli Tue, 7 Aug 2023 19:00:00 +0200 turnkey-foswiki-17.1 (1) turnkey; urgency=low From aab7394529c8b05511e77a247d5104c2464eb520 Mon Sep 17 00:00:00 2001 From: UncleDan Date: Mon, 7 Aug 2023 17:52:34 +0200 Subject: [PATCH 3/4] libapache2-mod-security2 --- plan/main | 1 + 1 file changed, 1 insertion(+) diff --git a/plan/main b/plan/main index 7cbb504..4b6637c 100644 --- a/plan/main +++ b/plan/main @@ -38,3 +38,4 @@ libdbi-perl /* Used for the Foswiki Page cache */ rcs zip unzip +libapache2-mod-security2 \ No newline at end of file From d42e0c4392f6f68f0f8b486f7f5902aec4b0a6e6 Mon Sep 17 00:00:00 2001 From: UncleDan Date: Mon, 7 Aug 2023 18:00:42 +0200 Subject: [PATCH 4/4] libapache2-mod-evasive --- plan/main | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plan/main b/plan/main index 4b6637c..f908fbf 100644 --- a/plan/main +++ b/plan/main @@ -38,4 +38,5 @@ libdbi-perl /* Used for the Foswiki Page cache */ rcs zip unzip -libapache2-mod-security2 \ No newline at end of file +libapache2-mod-security2 +libapache2-mod-evasive