aboutsummaryrefslogtreecommitdiff
path: root/libs/apr-util
Commit message (Collapse)AuthorAge
* apr-util: update to 1.6.3krant2024-02-07
| | | | | | | - Remove upstreamed patches - Fix OS path leak in iconv configure script Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* apr-util: disable parallel buildMichal Vasilek2022-12-16
| | | | | | | | | | | Build reliably fails with -j20 crypto/apr_passwd.c:200:1: fatal error: error closing -: Broken pipe 200 | } | ^ compilation terminated. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* apr-util: fix config file and install to proper locationRosen Penev2020-12-08
| | | | | | This allows subversion to find it properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apache/apr/apr-util: remove maintainerSebastian Kemper2020-07-08
| | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: add configure varsSebastian Kemper2020-02-04
| | | | | | | | | | Adds configure variables for features that the compiler or the libc supports and which cannot be detected by apr-util's configure script when cross-compiling. Also removes one call to INSTALL_DIR (no functional change here). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: workaround reconfigure issueSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build system doesn't always work out the way OpenWrt intends it to. This was found by pure chance. apr-util was in build directory without any plugins selected. Then apache got selected, causing plugins to be selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in apr-util. But afterward apache couldn't find symbols related to LDAP. To workaround this add "clean" to make targets. No rev bump because no change for the apr-util packages. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: clean up InstallDevSebastian Kemper2020-01-30
| | | | | | | | | | | | | This removes the ifneq in InstallDev, because the maintainers are likely to forget to extend it when new plugins are added (this has already occurred). Also, this removes the la files, because OpenWrt won't allow them into staging anyway. No rev bump because meaningless for the apr-util packages. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: clean up Makefile and remove patchSebastian Kemper2020-01-26
| | | | | | | | | | | - removes 001-automake-compat.patch: Looks like this was meant as a workaround for a libtool issue. But it doesn't appear to be needed anymore. - cleans up installation defines (uses macros, cleans up sed scripts, removes gratuitous slashes & whitespaces) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: prevent recursive linkingSebastian Kemper2020-01-15
| | | | | | | | | | | | | | | | | | | | 004-avoid_ldap_by_defaut.patch: By default use --avoid-ldap since apache2 is the only user, and we don't want to add extra dependencies to other apr-utils rdepends. Patch from Ryan Niebur <ryanryan52@gmail.com>, copied from Debian. 005-apu_config_dont_list_indep_libs.patch: Prevent recursive linking of dependent libraries by apr-util users. Patch from Peter Samuelson <peter@p12n.org>, also copied from Debian. Makes libexpat and libiconv private. 006-avoid_db_by-default.patch: Make apu-config not output dbm libs by default. See Debian #622081. Patch from Stefan Fritsch <sf@debian.org>, also copied from Debian While bumping the revision also correct license information. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: add mariadb patchSebastian Kemper2020-01-13
| | | | | | | | | Patch by Kris Karas from https://bz.apache.org/bugzilla/attachment.cgi?id=35326&action=diff This patch is also used by Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr/apr-util: add myself as maintainerSebastian Kemper2020-01-12
| | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: add driversSebastian Kemper2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the following drivers as extra packages: - openssl - mysql - odbc - pgsql - sqlite3 - gdbm (dbm) - ldap This also removes the gratuitous dependency on libsqlite3 from libaprutil (dbd_sqlite3 was nevery packaged before, after all). With this ldap and session-crypto support can be enabled in apache. The mysql driver is currently marked BROKEN, because apr-util still uses mysql server headers, which aren't part of mariadb-connector-c. But there's work underway at apr-util upstream to fix that so that BROKEN can be removed during a feature version bump. The gdbm dbm driver got added together with a patch that fixes the error handling. Patch is from Debian. Resolves #10886 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: allow iconv-stub useSebastian Kemper2019-12-30
| | | | | | Allow iconv-stub use when NLS support is disabled. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* apr-util: clean up the packageSebastian Kemper2019-12-30
| | | | | | | | | | - removes extra flags '$(FPIC)' etc., there is no good reason for them being used - stops removing aclocal.m4 and build/ltmain.sh (reason of removal of these files is not apparent anymore) - adds PKG_BUILD_PARALLEL:=1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* apr-util: Update to 1.6.1Rosen Penev2018-06-09
| | | 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-util: bump to 1.6.0Thomas Heil2017-08-17
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* remove unnecessary libiconv dependenciesDon Rumata2016-02-18
| | | | | | | | | | | | | | | The compiled libaprutil library contains references to libiconv, libiconv_open and libiconv_close functions from the full gettext package even when the full gettext support is disabled (i.e. the CONFIG_BUILD_NLS configuration parameter is not set). The dependency on these ICONV functions breaks compilation of some packages that depend on libaprutil, such as subversion: <targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv' <targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_open' <targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_close' Signed-off-by: Don Rumata <don.rumata.vk@gmail.com>
* libs/apr-util: 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-util 1.5.3 is no longer hosted on biblio.org.Thomas Heil2014-10-07
| | | | | | - Get it from archive.apache.org. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* apr-util: update to 1.5.4Jiri Slachta2014-09-27
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* apr-util: import from oldpackages, add myself as maintainer, add licenseThomas Heil2014-07-12
information, update source-url update to v1.5.3 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>