Merge ~michal-maloszewski99/ubuntu/+source/apache2:dolphin-focal-1927742 into ubuntu/+source/apache2:ubuntu/focal-devel

Proposed by Michał Małoszewski
Status: Work in progress
Proposed branch: ~michal-maloszewski99/ubuntu/+source/apache2:dolphin-focal-1927742
Merge into: ubuntu/+source/apache2:ubuntu/focal-devel
Diff against target: 47 lines (+25/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/fix-dolphin-to-delete-webdav-dirs.patch (+17/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+453168@code.launchpad.net
To post a comment you must log in.

Unmerged commits

ff6fe4d... by Michał Małoszewski

changelog

516029b... by Michał Małoszewski

* d/p/fix-dolphin-to-delete-webdav-dirs.patch: Fix dolphin to make it
  possible to delete webdav directories. (LP: #1927742)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 07440f4..31e2331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1apache2 (2.4.41-4ubuntu3.15) focal; urgency=medium
2
3 * d/p/fix-dolphin-to-delete-webdav-dirs.patch: Fix dolphin to make it
4 possible to delete webdav directories. (LP: #1927742)
5
6 -- Michal Maloszewski <michal.maloszewski@canonical.com> Mon, 09 Oct 2023 21:47:01 +0200
7
1apache2 (2.4.41-4ubuntu3.14) focal-security; urgency=medium8apache2 (2.4.41-4ubuntu3.14) focal-security; urgency=medium
29
3 * SECURITY UPDATE: HTTP request splitting with mod_rewrite and mod_proxy10 * SECURITY UPDATE: HTTP request splitting with mod_rewrite and mod_proxy
diff --git a/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch b/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch
4new file mode 10064411new file mode 100644
index 0000000..84fd8d1
--- /dev/null
+++ b/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch
@@ -0,0 +1,17 @@
1Description: Fix dolphin to make it possible to delete webdav dirs
2Author: Michal Maloszewski <michal.maloszewski@canonical.com>
3Bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=67039
4Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1927742
5Last-Update: 2023-10-09
6---
7docs/conf/extra/httpd-dav.conf.in | 2 ++
81 file changed, 2 insertions(+), 0 deletions(-)
9
10--- a/docs/conf/extra/httpd-dav.conf.in
11+++ b/docs/conf/extra/httpd-dav.conf.in
12@@ -48,3 +48,5 @@
13 BrowserMatch "^XML Spy" redirect-carefully
14 BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
15 BrowserMatch " Konqueror/4" redirect-carefully
16+BrowserMatch " Konqueror/5" redirect-carefully
17+BrowserMatch " dolphin/" redirect-carefully
diff --git a/debian/patches/series b/debian/patches/series
index b652571..74bf6fa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -60,3 +60,4 @@ CVE-2022-37436.patch
60CVE-2023-25690-1.patch60CVE-2023-25690-1.patch
61CVE-2023-25690-2.patch61CVE-2023-25690-2.patch
62CVE-2023-27522.patch62CVE-2023-27522.patch
63fix-dolphin-to-delete-webdav-dirs.patch

Subscribers

People subscribed via source and target branches