aboutsummaryrefslogtreecommitdiff
path: root/libs/apr
Commit message (Collapse)AuthorAge
* apr/apr-util: add myself as maintainerSebastian Kemper2020-01-12
| | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | | | | - removes '$(FPIC)' and '--without-pic', there is no good reason for them being used (also @minfrin mentioned memory footprint implications when '--without-pic' is used) - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Resolves #10884 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr: Enable DSO and add several configure varsRosen Penev2019-05-06
| | | | | | | | | | | | | | Users have reported errors with Apache. Enable DSO to try to fix. Most of these vars default to no since we're cross-compiling. Change them to on since all the libc's that OpenWrt supports supports these. epoll for example should have better stability. Changed PKG_LICENSE to SPDX. Slight cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apr: Fix several format sizesRosen Penev2018-10-31
| | | | | | | | | The configure script assumes that several sizes are 64-bit when cross compiling. Backport a patch from the Yotco project to fix this. Fixes apache compilation issue as Apache passes -Werror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apr: Update to 1.6.5Rosen Penev2018-09-18
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apr: Update to 1.6.3Rosen Penev2018-06-07
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* apr: bump to version 1.6.2Thomas Heil2017-08-17
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* libs/apr: use @APACHE download facilityHeinrich Schuchardt2016-01-17
| | | | | | | Instead of explicitly specyfing an Apache mirror use the @APACHE download facility. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* apr: respect IPv6 settingsAlexander Ryzhov2015-05-21
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* apr: upgrade to 1.5.4heil2015-05-04
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* apr: import from oldpackages, add myself as maintainer, add licenseThomas Heil2014-07-12
information, update source-url, update to v1.5.1 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>