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

Subscribers

People subscribed via source and target branches