| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-05 | Merge branch 'master' of git://anonscm.debian.org/pkg-apache/apache2 | Igor Pashev | 2 | -19/+59 | |
| 2016-08-11 | dh_ apache2: Be less strict with versioned recommends | Stefan Fritsch | 1 | -1/+1 | |
| 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 | 1 | -7/+17 | |
| 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-06-04 | Fix spelling typo | Jean-Michel Vourgère | 1 | -1/+1 | |
| 2016-05-29 | dh_apache2: add missing options to the help summary | Stefan Fritsch | 1 | -0/+1 | |
| 2016-01-09 | apache2-maintscript-helper: Add some quotes | Stefan Fritsch | 1 | -7/+7 | |
| The ones in [ "$CUR_MPM" != "$MPM" ] are really necessary if a2query fails. Add some more fore safety. | |||||
| 2015-08-07 | dh_apache2 add a versioned dependency on apache2-bin | Stefan Fritsch | 1 | -1/+6 | |
| This is not nice, yet. But urgent :-| | |||||
| 2015-06-08 | Process actions in trigger states. #787103 | Colin Watson | 1 | -1/+1 | |
| 2015-04-28 | Fix typo in dh_apache2.in man page | Stefan Fritsch | 1 | -1/+1 | |
| 2014-09-28 | Defer actions by maintscript-helper if apache2 is unconfigured | Stefan Fritsch | 1 | -2/+18 | |
| If apache2 is not yet configured, the configuration files for modules etc. are not yet installed. Defer all actions by apache2-maintscript-helper in this case and execute them in apache2.postinst. | |||||
| 2014-09-01 | apache2-maintscript-helper: print config errors | Stefan Fritsch | 1 | -1/+9 | |
| Don't hide apache's error message if the config is broken | |||||
| 2014-06-01 | Merge branch 'master' of git://anonscm.debian.org/pkg-apache/apache2 | Igor Pashev | 1 | -1/+3 | |
| Conflicts: debian/changelog | |||||
| 2013-12-21 | apache2 (2.4.6-4+dyson2) unstable; urgency=lowdyson/2.4.6-4+dyson2 | Igor Pashev | 1 | -2/+19 | |
| * Added support for SMF to apache2-maintscript-helper | |||||
| 2013-11-02 | Allow 'apache2_invoke disconf' in postinst/preinst | Arno Töll | 1 | -1/+3 | |
| 2013-07-23 | Allos apache2-maintscript-helper consumers to use triggers in their ↵debian/2.4.6-2 | Arno Töll | 1 | -1/+1 | |
| maintainer script | |||||
| 2013-07-20 | correctly detect alternative httpds to be supported when using dh_apache2. ↵ | Arno Töll | 1 | -1/+1 | |
| We are off by one | |||||
| 2013-07-13 | Document that the dh_apache2 conditional must be available in postrm, too. ↵ | Arno Töll | 1 | -2/+2 | |
| Thanks to cjwatson for spotting this | |||||
| 2013-06-16 | Allow the use of apache2-maintscript-helper from a sub-function. We rely | Arno Töll | 1 | -3/+26 | |
| on dpkg's arguments supplied in $1, $2 etc. This clashes with function arguments supplied to to sh sub-function. Allow manual override in such cases. | |||||
| 2013-06-07 | Make apache2-maintscript-helper usable in uncommon environments | Arno Töll | 1 | -3/+8 | |
| 2013-06-07 | Send output of apache2-maintscript-helper to stderr, instead of stdout. ↵ | Arno Töll | 1 | -3/+3 | |
| Thanks to Robert Luberda for a patch | |||||
| 2013-06-07 | Remove the .suffix from maintainer script actions installed by dh_apache2 ↵ | Arno Töll | 1 | -4/+7 | |
| when using no *.apache2 file | |||||
| 2013-05-29 | fix pod error found by lintian | Stefan Fritsch | 1 | -1/+1 | |
| 2013-05-20 | Also purge the state when the module was disabled by the site administrator | Arno Töll | 1 | -1/+3 | |
| 2013-05-20 | Restart the web-server during upgrades | Arno Töll | 1 | -11/+11 | |
| 2013-05-20 | Hook dh_apache2 into postrm and prem | Arno Töll | 3 | -7/+33 | |
| Purge state in postrm only Let a2enmod purge state when calling -p for disabled modules | |||||
| 2013-05-12 | Move postrm script to prerm to fix 681546 | Arno Töll | 3 | -5/+5 | |
| 2013-05-08 | Add --noenable option to dh_apache (Closes #681544) | Arno Töll | 1 | -0/+12 | |
| 2012-07-29 | Properly implement -p/-N in dh_apache2 | Arno Töll | 1 | -1/+1 | |
| 2012-07-29 | APACHE2_NEED_ACTION is not defined for web apps | Arno Töll | 1 | -2/+1 | |
| 2012-07-29 | Properly check return code of a2query in apache2_invoke | Arno Töll | 1 | -2/+2 | |
| 2012-04-30 | Make dh_apache2 only accept shell function names as conditional | Stefan Fritsch | 1 | -8/+15 | |
| This avoids problems with shell and sed special characters, especially after debhelper reverted the fix for #660794. Also lower the minimum debhelper dependency of dh_apache2 again. | |||||
| 2012-04-27 | Improve apache2-maintscript-helper | Arno Töll | 1 | -2/+53 | |
| * Allow to turn debug info on through envvars * Document global variables | |||||
| 2012-04-27 | * Implement -r (restart server) switch for dh_apache2 | Arno Töll | 4 | -24/+37 | |
| * Add a third (optional) attribute to apache2_invoke * Remove break statements from apache2-maintscript-helper. In a shell case this does not what I think it would. | |||||
| 2012-04-27 | Even more fixes in apache2-maintscript-helper | Arno Töll | 1 | -43/+41 | |
| 2012-04-26 | * Add a -p|--purge option to a2enmod which purges the internal state data base | Arno Töll | 2 | -9/+31 | |
| * Make use of --purge in apache2-maintscript-helper * Guess upgrades from a pre-maintscript version in apache2-maintscript-helper * Document -p switch in man pages | |||||
| 2012-04-20 | Stop the mixed indentation mess: | Arno Töll | 2 | -0/+4 | |
| * add modelines to all files * ensure a consistent indendation * reformat configuration files | |||||
| 2012-04-09 | * Enable stateful configuration handling | Arno Töll | 1 | -7/+7 | |
| * Add -m flag to a2enmod to enable that mode * Update apache2-maintscript-helper to make use of that mode * Document the -m flag in manpages * Remove /var/lib/apache2 on purge * Fix matching issues in apache2-maintscript-helper. Make sure it only matches exact patterns. | |||||
| 2012-04-02 | Fix #666875 - change directory permissions to 755 by default. Thanks Axel ↵ | Arno Töll | 1 | -1/+2 | |
| Beckert for the hint | |||||
| 2012-03-31 | apache2_invoke fixes | Stefan Fritsch | 1 | -6/+22 | |
| - When activating modules, do a restart, not a reload. Quite a few modules don't initialize correctly if activated with a reload. - Force disabling of modules when we deinstall the package - Don't hide a2dis* error messages | |||||
| 2012-03-31 | this is more readable if we use a case | Stefan Fritsch | 1 | -19/+18 | |
| 2012-03-31 | be compatible with set -u | Stefan Fritsch | 1 | -1/+1 | |
| 2012-03-31 | replace some use of sed with shell constructs | Stefan Fritsch | 1 | -5/+4 | |
| 2012-03-28 | * Break gnome-user-share in the transitional package | Arno Töll | 1 | -53/+57 | |
| * Simplify APIs in apache2-maintscript-helper, rework apache2_invoke and apache2_switch_mpm again | |||||
| 2012-03-26 | * accept a single configuration in apache2_invoke only (BREAKS APIS) | Arno Töll | 4 | -36/+32 | |
| * Fix a double escape bug in the sed wrapper for dh_apache2 * Update dh_apache2 to work with the new apache2_invoke calling conventions | |||||
| 2012-03-25 | apache2-maintscript-helper: Add apache2_msg call, switch back to true in | Arno Töll | 2 | -17/+53 | |
| dh_apache2 as the default conditional. | |||||
| 2012-03-25 | Disable set -x again, update changelog | Arno Töll | 1 | -1/+2 | |
| 2012-03-25 | * Add some upgrade functions to apache2-maintscript-helper | Arno Töll | 3 | -25/+134 | |
| * Provide maintainer script details in variables to functions * Invoke the maintscript-helper for "remove" invokations in postrm, too. * Fix dh_apache2 - the last last minute fix broke postrm scripts, they accidentally had enmod instead of dismod as action | |||||
| 2012-03-25 | * Enable mod_version statically | Arno Töll | 1 | -0/+35 | |
| * Incorporate some packaging hints from our discussion yesterday to PACKAGING * Document TODOs in apache2-maintscript-helper | |||||
| 2012-03-20 | Make autoscripts only run on upgrades by default. | Stefan Fritsch | 1 | -4/+18 | |
| Also: Bump debhelper dependency of apache2-dev. Escape slashes in conditionals. | |||||
