Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-05 | apache2 (2.4.23-8+dyson1)HEADdyson/2.4.23-8+dyson1master | Igor Pashev | 1 | -0/+6 | |
2016-12-05 | Merge branch 'master' of git://anonscm.debian.org/pkg-apache/apache2 | Igor Pashev | 82 | -1283/+1852 | |
2016-11-20 | release 2.4.23-8 | Stefan Fritsch | 1 | -2/+2 | |
2016-11-20 | Introduce apache2-ssl-dev package | Stefan Fritsch | 5 | -3/+33 | |
This allows most modules to build without dealing with the libssl-dev mess. | |||||
2016-11-13 | release 2.4.23-7 | Stefan Fritsch | 1 | -2/+2 | |
2016-11-13 | Fix systemd unit naming for multi-instances. | Stefan Fritsch | 3 | -4/+5 | |
%I will unescape '-' to '/'. This means an instance name like proxy-balancer would try to use /etc/apache2-proxy/balancer which is not what we want. Use %i to avoid unescaping. | |||||
2016-11-13 | multi-instance: Move stuff to /var/run/apache2-xxx | Stefan Fritsch | 3 | -1/+10 | |
/var/run/apache2 may not be created if the default apache2 instance is not started. Make sure that nothing uses it. | |||||
2016-11-13 | use gzip -n for tgz in postinst | Stefan Fritsch | 2 | -1/+2 | |
2016-11-13 | Make apache2-dev depend on openssl 1.0 | Stefan Fritsch | 2 | -1/+8 | |
2016-11-09 | release 2.4.23-6 | Stefan Fritsch | 1 | -2/+2 | |
2016-11-09 | avoid building with openssl 1.1 for now | Stefan Fritsch | 2 | -1/+2 | |
2016-11-01 | set timezone in embedded tarball for reproducible build | Stefan Fritsch | 2 | -1/+8 | |
2016-09-29 | Add missing pattern to make the lintian override effective | Raphaël Hertzog | 1 | -1/+1 | |
2016-09-29 | Add some lintian overrides for non-problems | Raphaël Hertzog | 3 | -0/+7 | |
* two update-rc.d calls in postinst * a .js file with a very long line | |||||
2016-09-29 | Drop the manual "update-rc.d apache-htcacheclean remove" call | Raphaël Hertzog | 1 | -2/+0 | |
It's now again generated by dh_installinit. Thanks to lintian for catching this. | |||||
2016-09-29 | Prepare upload to unstable | Raphaël Hertzog | 1 | -2/+4 | |
2016-09-21 | Update apache-htcacheclean.init to have sensible Default-Start values | Raphaël Hertzog | 5 | -23/+46 | |
With the old value, "systemctl enable apache-htcacheclean" would fail like this: Synchronizing state of apache-htcacheclean.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable apache-htcacheclean update-rc.d: error: apache-htcacheclean Default-Start contains no runlevels, aborting. So we add meta-data to make the script enabled by default but we actually disable it immediately in the postinst. And we can clean up some hacks that we introduced to cover for the Default-Start value being empty. | |||||
2016-09-20 | Drop /lib/systemd/system/apache2.service.d/forking.conf | Raphaël Hertzog | 3 | -4/+2 | |
We have proper native systemd support now. | |||||
2016-09-20 | setup-instance: better systemd support | Raphaël Hertzog | 3 | -14/+41 | |
Rely on the systemd apache2@instance.service for multi-instance support. Update the associated README. | |||||
2016-09-20 | a2enmod: implement systemd support | Raphaël Hertzog | 2 | -11/+33 | |
Use systemctl when systemd is in use and make it aware of the apache-htcacheclean@instance.service generic service for multi-instance support. | |||||
2016-09-20 | Add systemd unit files. Closes: #798430 | Raphaël Hertzog | 7 | -2/+75 | |
Partly based on former work of Timo Aaltonen <tjaalton@debian.org>. | |||||
2016-09-20 | Make it obvious that the init script reads a different default file ↵ | Raphaël Hertzog | 1 | -1/+1 | |
depending on its name | |||||
2016-08-21 | Improve preinst for reproducible build | Stefan Fritsch | 2 | -1/+15 | |
The timestamps inside the tar file are not used for anything. Set them to an arbitrary fixed value. Same for permissions (because of umask), user, umask. | |||||
2016-08-12 | releases 2.4.23-4 | Stefan Fritsch | 1 | -2/+2 | |
2016-08-12 | Fix pre-inst script for new installations. | Stefan Fritsch | 2 | -1/+7 | |
2016-08-11 | release 2.4.23-3 | Stefan Fritsch | 1 | -2/+2 | |
2016-08-11 | dh_ apache2: Be less strict with versioned recommends | Stefan Fritsch | 2 | -1/+3 | |
It will just make backports harder and there is no reason to recommend the current version. Instead use the last version with significant changes to apache2-maintscript-helper. | |||||
2016-08-11 | apache2_switch_mpm: check if admin has disabled the mpm | Stefan Fritsch | 2 | -7/+20 | |
Don't override the local admin's action if the requested mpm has been disabled by the admin. This may not be perfect, because we don't check if the current mpm has been enabled by the admin. But on the other hand, the admin-installed state is also set for the mpm that has been active during the 2.2 -> 2.4 update. So there may not be an alternative. | |||||
2016-08-11 | Fix info message | Stefan Fritsch | 1 | -2/+2 | |
rc=32 means local admin made the change | |||||
2016-08-11 | Also restore re-introduced *.load files | Stefan Fritsch | 3 | -1/+22 | |
These may have gone missing due to dpkg thinking they still belong to apache2.2-common. dpkg really should offer an explicit API to make it forget about removed obsolete conffiles. | |||||
2016-08-10 | Make mod_proxy_html depend on mod_xml2enc | Stefan Fritsch | 2 | -1/+2 | |
2016-08-10 | Fix conffiles from wheezy upgrade | Stefan Fritsch | 6 | -1/+174 | |
Some conffile may have got the wrong content during upgrade from wheezy to early jessie versions. In order to fix this without dpkg prompting the user, we need to replace those conffiles during preinst. Unfortunately, in preinst the package is not yet unpacked so we cannot access any of its files. Therefore, the correct conffile content is embedded in a base64 encoded tarball in the preinst script. | |||||
2016-08-07 | Fix error handling in is_problematic_index_html() in postinst | Stefan Fritsch | 1 | -2/+2 | |
The 'return 1' could never trigger because cut always returns 0. | |||||
2016-07-21 | release 2.4.23-2 | Stefan Fritsch | 1 | -2/+2 | |
2016-07-21 | Add mitigation for HTTP_PROXY envvar issue | Stefan Fritsch | 3 | -0/+26 | |
2016-07-05 | release 2.4.23-1 | Stefan Fritsch | 1 | -2/+2 | |
2016-07-05 | note CVE-2016-4979 in changelog | Stefan Fritsch | 1 | -1/+5 | |
2016-07-05 | Tweaks for 2.4.23 | Stefan Fritsch | 5 | -17/+6 | |
- changelog - add new *.load files - drop obsolete ap_get_useragent_host_modperl_crash.patch - explicitly enable mod_proxy_http2 and mod_proxy_fdpass | |||||
2016-07-05 | Revert "Fix conffiles from wheezy upgrade" | Stefan Fritsch | 6 | -169/+1 | |
Revert fix for now. Will upload 2.4.23 first and then include the fix in a later upload when it got more testing. This reverts commit be57de2935c807f7fef290d96ce699fc160f0036. | |||||
2016-06-14 | Use 'Require method' instead of in userdir.conf | Stefan Fritsch | 2 | -6/+2 | |
Limit/LimitExcept is broken by design. | |||||
2016-06-04 | Fix spelling typo | Jean-Michel Vourgère | 1 | -1/+1 | |
2016-05-29 | Re-introduce mod_imagemap and mod_cern_meta | Stefan Fritsch | 4 | -1/+4 | |
2016-05-29 | dh_apache2: add missing options to the help summary | Stefan Fritsch | 1 | -0/+1 | |
2016-05-29 | set SHELL=/bin/bash during configure for reproducible builds | Stefan Fritsch | 2 | -1/+3 | |
2016-05-29 | Fix conffiles from wheezy upgrade | Stefan Fritsch | 6 | -1/+174 | |
Some conffile may have got the wrong content during upgrade from wheezy to early jessie versions. In order to fix this without dpkg prompting the user, we need to replace those conffiles during preinst. Unfortunately, in preinst the package is not yet unpacked so we cannot access any of its files. Therefore, the correct conffile content is embedded in a base64 encoded tarball in the preinst script. | |||||
2016-05-28 | release 2.4.20-2 | Stefan Fritsch | 1 | -2/+2 | |
2016-05-28 | fix postrm check for index.html | Stefan Fritsch | 2 | -1/+6 | |
And check the check during build. | |||||
2016-05-28 | add ref to upstream commit | Stefan Fritsch | 1 | -0/+1 | |
2016-05-28 | Fix segfault with logresolve -c | Stefan Fritsch | 3 | -0/+14 | |
2016-05-28 | Bump Standards-Version | Stefan Fritsch | 2 | -1/+2 | |