Merge ~bryce/ubuntu/+source/apache2:sru-lp1927742-lunar into ubuntu/+source/apache2:ubuntu/lunar-devel

Proposed by Bryce Harrington
Status: Work in progress
Proposed branch: ~bryce/ubuntu/+source/apache2:sru-lp1927742-lunar
Merge into: ubuntu/+source/apache2:ubuntu/lunar-devel
Diff against target: 48 lines (+26/-0)
3 files modified
debian/changelog (+9/-0)
debian/patches/fix-dolphin-to-delete-webdav-dirs.patch (+16/-0)
debian/patches/series (+1/-0)
Reviewer Review Type Date Requested Status
Canonical Server packageset reviewers Pending
Canonical Server Core Reviewers Pending
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+458986@code.launchpad.net
To post a comment you must log in.

Unmerged commits

30dd7ad... by Bryce Harrington

changelog

08d6308... by Bryce Harrington

  * d/p/fix-dolphin-to-delete-webdav-dirs.patch: Add dolphin and
    Konqueror/5 careful redirection so that directories can be deleted
    via webdav.
    (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 a42c22c..ced5c4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1apache2 (2.4.55-1ubuntu2.2) lunar; urgency=medium
2
3 * d/p/fix-dolphin-to-delete-webdav-dirs.patch: Add dolphin and
4 Konqueror/5 careful redirection so that directories can be deleted
5 via webdav.
6 (LP: #1927742)
7
8 -- Bryce Harrington <bryce@canonical.com> Tue, 16 Jan 2024 19:00:27 -0800
9
1apache2 (2.4.55-1ubuntu2.1) lunar-security; urgency=medium10apache2 (2.4.55-1ubuntu2.1) lunar-security; urgency=medium
211
3 * SECURITY UPDATE: mod_macro buffer over-read12 * SECURITY UPDATE: mod_macro buffer over-read
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 10064413new file mode 100644
index 0000000..1fac833
--- /dev/null
+++ b/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch
@@ -0,0 +1,16 @@
1Description: Recognize dolphin and Konqueror/5 browsers for webdav.
2 Without these settings, these browsers will be sent redirects on
3 URLs for directories specified without a trailing '/'. That can
4 prevent webdav DELETE operations from working.
5Author: Michal Maloszewski <michal.maloszewski@canonical.com>
6Bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=67039
7Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1927742
8Last-Update: 2024-01-16
9--- a/docs/conf/extra/httpd-dav.conf.in
10+++ b/docs/conf/extra/httpd-dav.conf.in
11@@ -48,3 +48,5 @@
12 BrowserMatch "^XML Spy" redirect-carefully
13 BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
14 BrowserMatch " Konqueror/4" redirect-carefully
15+BrowserMatch " Konqueror/5" redirect-carefully
16+BrowserMatch " dolphin/" redirect-carefully
diff --git a/debian/patches/series b/debian/patches/series
index f3a923c..c7cdbd9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
1fix-dolphin-to-delete-webdav-dirs.patch
1fhs_compliance.patch2fhs_compliance.patch
2no_LD_LIBRARY_PATH.patch3no_LD_LIBRARY_PATH.patch
3suexec-CVE-2007-1742.patch4suexec-CVE-2007-1742.patch

Subscribers

People subscribed via source and target branches