aboutsummaryrefslogtreecommitdiff
path: root/net/apache/patches
Commit message (Collapse)AuthorAge
* apache: security bump to 2.4.43Sebastian Kemper2020-04-05
| | | | | | | | | | | | | | | | This minor version bump fixes: CVE-2020-1934 CVE-2020-1927 Upstream added cross-compile compatibility to apxs, so we can drop a sed script. Upstream also added the OpenWrt layout, so we can drop our local copy. The OpenSSL patch to remove deprecated symbols doesn't apply anymore and gets removed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apache: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apache: add extra packages + apache userSebastian Kemper2020-01-01
| | | | | | | | | | | | | This adds extra packages for certain modules (basically the ones that incur further dependencies), support files etc. This is pretty much follows Alpine's example. This updates the httpd.conf patch to _not_ uncomment MIMEMagicFile (because the module isn't loaded by default) and removes that changes that aren't needed anymore (because of the added module support). The patch now only changes the default user. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apache: break-out CONFIGURE_ARGS, add layoutSebastian Kemper2020-01-01
| | | | | | | | | | | | | | | | | | | | | | This gets rid of flags. For instance $(FPIC) shouldn't be forced onto applications (see [1]). And CONFIGURE_ARGS + CONFIGURE_VARS are broken out of Build/Configure. This way more arguments can be added easily in the future. The target is changed from apache to apache2 (which is used by upstream by default). the CONFIGURE_ARGS are changed where need to enable modules. This also renames one patch that fixes scoreboard location (the name 004-pidfile_fix.patch didn't describe what it's doing). Now with the OpenWrt layout in place 003-logdir_fix.patch can be removed. [1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apache: bump to 2.4.41Sebastian Kemper2020-01-01
| | | | | | | | | | - version bump - update license description - add PKG_BUILD_PARALLEL:=1 - remove two cross-compile patches and replace them with the cross-compile patch from buildroot (adds autoreconf to get this going) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apache: Update to 2.4.37Rosen Penev2018-11-06
| | | | | | | | | | | | | Fixes at least: CVE-2017-15710 CVE-2017-15715 CVE-2018-1283 CVE-2018-1312 Added CPE ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apache: fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | | | Remove build timestamp [0] and correct sorting [1]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/docs/stable-inputs/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* package apache: upgrade to 2.4.25heil2016-12-26
| | | | | | - refresh patches Signed-off-by: heil <heil@terminal-consulting.de>
* apache: fix build without sslv3Hauke Mehrtens2016-07-31
| | | | | | | SSLv3 support is deactivated in LEDE now, which causes a build problem in apache. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* apache: import from oldpackages, add myself as maintainer, add licenseThomas Heil2014-07-12
information, update source-url update to v2.2.27 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>