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

Proposed by Michał Małoszewski
Status: Rejected
Rejected by: Andreas Hasenack
Proposed branch: ~michal-maloszewski99/ubuntu/+source/apache2:ubuntu/devel
Merge into: ubuntu/+source/apache2:ubuntu/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
Bryce Harrington (community) Needs Resubmitting
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+453167@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michał Małoszewski (michal-maloszewski99) wrote :
Revision history for this message
Bryce Harrington (bryce) wrote :

This will need re-spun as an SRU update for mantic (and a regular update to 24.04 once it opens).

Michal, you can go ahead and mark this abandoned/deleted, and I'll pick it up again once 20.04 opens.

review: Needs Resubmitting
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Marking this as rejected, given previous comment.

Unmerged commits

5d22c34... by Michał Małoszewski

changelog

a565f49... 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)

05bf4fb... by Lena Voytek

2.4.57-2ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

8f012d7... by Marc Deslauriers

2.4.57-2ubuntu1 (patches unapplied)

Imported using git-ubuntu import.

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 118f242..e56a4f9 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+apache2 (2.4.57-2ubuntu3) mantic; 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:07:37 +0200
12+
13 apache2 (2.4.57-2ubuntu2) mantic; urgency=medium
14
15 * d/control: Upgrade lua build dependency to 5.4
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 d2c00e2..186045f 100644
41--- a/debian/patches/series
42+++ b/debian/patches/series
43@@ -13,3 +13,4 @@ fix-macro.patch
44
45 # This patch is applied manually
46 #suexec-custom.patch
47+fix-dolphin-to-delete-webdav-dirs.patch

Subscribers

People subscribed via source and target branches