aboutsummaryrefslogtreecommitdiff
path: root/libs/apr-util/Makefile
Commit message (Collapse)AuthorAge
* 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>