<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apache2/debian/apache2.postinst, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/pkg-apache/apache2/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/pkg-apache/apache2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/'/>
<updated>2016-09-21T09:10:31Z</updated>
<entry>
<title>Update apache-htcacheclean.init to have sensible Default-Start values</title>
<updated>2016-09-21T09:10:31Z</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-09-20T16:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=c5b62eaddedcb3d46d28cddb76c10e8c24612704'/>
<id>urn:sha1:c5b62eaddedcb3d46d28cddb76c10e8c24612704</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix conffiles from wheezy upgrade</title>
<updated>2016-08-10T09:29:30Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-08-10T09:25:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=237b6b842b3eb4674a6b09d456290d6a0905043d'/>
<id>urn:sha1:237b6b842b3eb4674a6b09d456290d6a0905043d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix error handling in is_problematic_index_html() in postinst</title>
<updated>2016-08-07T10:54:58Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-08-07T10:54:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=5eb37e95631674bdac6e0ba4d2d0f0fe1894917a'/>
<id>urn:sha1:5eb37e95631674bdac6e0ba4d2d0f0fe1894917a</id>
<content type='text'>
The 'return 1' could never trigger because cut always returns 0.
</content>
</entry>
<entry>
<title>Revert "Fix conffiles from wheezy upgrade"</title>
<updated>2016-07-05T21:16:58Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-07-05T21:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=6a1126a22878b5756d49e667e6e43f879b366744'/>
<id>urn:sha1:6a1126a22878b5756d49e667e6e43f879b366744</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fix conffiles from wheezy upgrade</title>
<updated>2016-05-29T09:43:52Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-05-29T09:41:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=be57de2935c807f7fef290d96ce699fc160f0036'/>
<id>urn:sha1:be57de2935c807f7fef290d96ce699fc160f0036</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Remove links to manpages.debian.org in default index.html</title>
<updated>2016-05-28T09:43:41Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-05-28T09:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=423c773a6872d5ba87d07caf6ef7d73360d1c6b1'/>
<id>urn:sha1:423c773a6872d5ba87d07caf6ef7d73360d1c6b1</id>
<content type='text'>
While there, add some rel="nofollow" to other links. Also update
problematic index.html files in postinst.
</content>
</entry>
<entry>
<title>rework htcacheclean integration</title>
<updated>2016-03-28T19:50:10Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2016-03-28T19:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=c77bac3538cca116d4d31d0f085f7bf00e4f3705'/>
<id>urn:sha1:c77bac3538cca116d4d31d0f085f7bf00e4f3705</id>
<content type='text'>
* split into separate init script
* activate/deactivate with a2enmod/a2dismo cache_disk
* don't run as root
* add test
</content>
</entry>
<entry>
<title>Don't treat mpm_itk as MPM module in deferred actions</title>
<updated>2015-10-24T20:04:04Z</updated>
<author>
<name>Stefan Fritsch</name>
<email>sf@sfritsch.de</email>
</author>
<published>2015-10-24T20:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=5b11ffcaa11cd72e8a80beaa23d90c27bbb11f9b'/>
<id>urn:sha1:5b11ffcaa11cd72e8a80beaa23d90c27bbb11f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed tests on deferred mpm switch (#789914)</title>
<updated>2015-07-20T13:29:40Z</updated>
<author>
<name>Jean-Michel Vourgère</name>
<email>nirgal@debian.org</email>
</author>
<published>2015-07-20T13:29:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=60dfe3d656aaecad281288e77d45e0fee9b3d919'/>
<id>urn:sha1:60dfe3d656aaecad281288e77d45e0fee9b3d919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Process actions in trigger states. #787103</title>
<updated>2015-06-07T22:21:44Z</updated>
<author>
<name>Colin Watson</name>
<email>cjwatson@ubuntu.com</email>
</author>
<published>2014-11-26T11:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-apache/apache2/commit/?id=82f959d7f6ad7e57cea2e9d85cdb159b719e3c83'/>
<id>urn:sha1:82f959d7f6ad7e57cea2e9d85cdb159b719e3c83</id>
<content type='text'>
</content>
</entry>
</feed>
