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
1diff --git a/debian/changelog b/debian/changelog
2index 07440f4..31e2331 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+apache2 (2.4.41-4ubuntu3.15) focal; urgency=medium
7+
8+ * d/p/fix-dolphin-to-delete-webdav-dirs.patch: Fix dolphin to make it
9+ possible to delete webdav directories. (LP: #1927742)
10+
11+ -- Michal Maloszewski <michal.maloszewski@canonical.com> Mon, 09 Oct 2023 21:47:01 +0200
12+
13 apache2 (2.4.41-4ubuntu3.14) focal-security; urgency=medium
14
15 * SECURITY UPDATE: HTTP request splitting with mod_rewrite and mod_proxy
16diff --git a/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch b/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch
17new file mode 100644
18index 0000000..84fd8d1
19--- /dev/null
20+++ b/debian/patches/fix-dolphin-to-delete-webdav-dirs.patch
21@@ -0,0 +1,17 @@
22+Description: Fix dolphin to make it possible to delete webdav dirs
23+Author: Michal Maloszewski <michal.maloszewski@canonical.com>
24+Bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=67039
25+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1927742
26+Last-Update: 2023-10-09
27+---
28+docs/conf/extra/httpd-dav.conf.in | 2 ++
29+1 file changed, 2 insertions(+), 0 deletions(-)
30+
31+--- a/docs/conf/extra/httpd-dav.conf.in
32++++ b/docs/conf/extra/httpd-dav.conf.in
33+@@ -48,3 +48,5 @@
34+ BrowserMatch "^XML Spy" redirect-carefully
35+ BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
36+ BrowserMatch " Konqueror/4" redirect-carefully
37++BrowserMatch " Konqueror/5" redirect-carefully
38++BrowserMatch " dolphin/" redirect-carefully
39diff --git a/debian/patches/series b/debian/patches/series
40index b652571..74bf6fa 100644
41--- a/debian/patches/series
42+++ b/debian/patches/series
43@@ -60,3 +60,4 @@ CVE-2022-37436.patch
44 CVE-2023-25690-1.patch
45 CVE-2023-25690-2.patch
46 CVE-2023-27522.patch
47+fix-dolphin-to-delete-webdav-dirs.patch

Subscribers

People subscribed via source and target branches