ubuntu/+source/apache2:ubuntu/devel

Last commit made on 2024-06-10
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ubuntu/+source/apache2
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ubuntu/+source/apache2

Recent commits

695ab83... by Bryce Harrington

2.4.59-2ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

bc488d2... by Bryce Harrington

Use https link in default index.html page for apache docs

Chris Murray has filed a PR in Salsa for this delta, so hopefully it
gets adopted in Debian soon. Meanwhile, adding it to the Ubuntu delta
for the oracular merge.

UD-Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057064

--CL--

* d/index.html: Fix https link to apache documentation.
  (LP: #2045055)

7755011... by Bryce Harrington

update-maintainer

a66f9ac... by Bryce Harrington

reconstruct-changelog

65a08a0... by Bryce Harrington

merge-changelogs

8ee9398... by Bryce Harrington

Allow execution when called from a postinst script through a trigger

UD-Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060450

--CL--

    - d/debhelper/apache2-maintscript-helper: Allow execution when called from a
      postinst script through a trigger (i.e., postinst triggered).
      Thanks to Roel van Meer. (Closes: #1060450)
      (LP #2038912)

e407f3a... by Bryce Harrington

Add careful redirection for dolphin and Konqueror/5

This was forwarded upstream to the Apache2 project, who have accepted it
in early 2024 to the 2.5 (devel) branch. It appears to not be available
in the stable 2.4.x branch yet, though:

    https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/conf/extra/httpd-dav.conf.in?view=log

Forwarding this to Debian as well might make sense if this doesn't
appear in a 2.4.x release soonish.

UD-Forwarded: https://bz.apache.org/bugzilla/show_bug.cgi?id=67039

--CL--

    - d/c/m/setenvif.conf, 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)

403f98d... by Bryce Harrington

Upgrade lua build dependency to 5.4

Previously, the Ubuntu delta to build against lua5.3 was proposed and
adopted (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979501,
status "Pending Upload"). The move now to lua5.4 should also be
proposed in Debian.

UD-Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071701

--CL--

    - d/control: Upgrade lua build dependency to 5.4
      (LP #1910372)

e43c8c8... by Bryce Harrington

Add Uncomplicated Firewall (UFW) profiles

The profiles for UFW were introduced back in 2008. It is not evident
why they were not proposed to Debian or why they wouldn't be of use to
them.

UD-Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071705

--CL--

    - d/control, d/apache2.install, d/apache2-utils.ufw.profile,
      d/apache2.dirs: Add ufw profiles
      (LP #261198)

cf49d19... by Bryce Harrington

Add apport hook

Debian doesn't use apport, and while sometimes they will accept apport
hooks anyway, in this case Debian appears to already have a bug
reporting script apache2-bin.bug-script so also having the apport hook
would seem redundant and perhaps a creator of confusion. So forwarding
this would not help Debian.

There's also not a benefit to us for forwarding this to them, unless it
would enable Apache2 to become a sync. We seem not to be at that point.

Another question (raised back in LP #609177 when the hook was
introduced) is whether the apport hook could use the
apache2-bin.bug-script to collect data. That script does appear to
attach more info than the apport hook (e.g. php extensions, a2query
details, ...) but might be better to avoid the Perl dependency just make
the apport hook perform the same data captures. Few bug reports seem to
get filed via apport, so this seems not crucially important, though.

UD-Forwarded: no, ubuntu-specific

--CL--

    - d/apache2.py, d/apache2-bin.install: Add apport hook
      (LP #609177)