apache: bump to 2.4.41 & sync with master
This is a squash of the following cherry-picked commits: 14f4f0be 4e6bdd8a c8aba511 2d188fd3 31e0d618 39e68309 a1472254 d6476f30 258967b0 e94a0829 6bd63d24 66bb68a7 d44ad09f Short summary: - version is bumped to 2.4.41 - httpd is renamed to apache2 to avoid overwriting of other servers (for instance busybox's httpd) - the name apache2 is now also used for directories, for instance /etc/apache2 instead of /etc/apache - a simple init script it added (/etc/init.d/apache2) - a user "apache" is added upon package installation and used by default - adds the Apache modules (in the main package as well as in additional packages) - Makefile and patches are updated and cleaned - adds myself as maintainer - improves the cross-compile setup (via configure variables, patches & sed scripts) - apxs is fixed up so that external modules can be added easily For more details please check the individual commits provided above. Signed-off-by:Sebastian Kemper <sebastian_ml@gmx.net>
Showing
- net/apache/Config.in 0 additions, 11 deletionsnet/apache/Config.in
- net/apache/Makefile 312 additions, 121 deletionsnet/apache/Makefile
- net/apache/files/apache2.init 20 additions, 0 deletionsnet/apache/files/apache2.init
- net/apache/files/openwrt.layout 24 additions, 0 deletionsnet/apache/files/openwrt.layout
- net/apache/patches/001-Makefile_in.patch 0 additions, 14 deletionsnet/apache/patches/001-Makefile_in.patch
- net/apache/patches/001-cross-compile.patch 57 additions, 0 deletionsnet/apache/patches/001-cross-compile.patch
- net/apache/patches/002-test_char_h.patch 0 additions, 49 deletionsnet/apache/patches/002-test_char_h.patch
- net/apache/patches/003-logdir_fix.patch 0 additions, 37 deletionsnet/apache/patches/003-logdir_fix.patch
- net/apache/patches/004-fix-scoreboard-location.patch 11 additions, 0 deletionsnet/apache/patches/004-fix-scoreboard-location.patch
- net/apache/patches/005-httpd_conf.patch 5 additions, 55 deletionsnet/apache/patches/005-httpd_conf.patch
- net/apache/patches/010-reproducible-builds.patch 5 additions, 9 deletionsnet/apache/patches/010-reproducible-builds.patch
Loading
Please register or sign in to comment