aboutsummaryrefslogtreecommitdiff
path: root/libs
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>
* Merge pull request #11011 from micmac1/apache-2Rosen Penev2020-01-13
|\ | | | | apache: fix build + remove BROKEN from dbd-mysql
| * 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>
* | Merge pull request #10994 from BKPepe/libseccompNikos Mavrogiannopoulos2020-01-13
|\ \ | |/ |/| libseccomp: update to version 2.4.2
| * libseccomp: update to version 2.4.2Josef Schlehofer2020-01-12
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #11010 from flyn-org/cyrus-saslHannu Nyman2020-01-13
|\ \ | | | | | | cyrus-sasl: install module symbolic links of form libX.so
| * | cyrus-sasl: install module symbolic links of form libX.soW. Michael Petullo2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | I was too aggressive in recommending that we remove the module symbolic links of form libX.so as part of commit c9ce769b. It turns out that at least Postfix relies on these, and I suspect any application that makes use of libsasl2 will require them too. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #10906 from micmac1/apr-masterHannu Nyman2020-01-12
|\ \ \ | | | | | | | | apr + apr-util: cleanups + add drivers
| * | | 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>
| * | | 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>
* | | | Merge branch 'libgd-fix' (fixes #10970)Michael Heimpold2020-01-12
|\ \ \ \ | |_|_|/ |/| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | libgd: provide a -full variantW. Michael Petullo2020-01-08
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The php7-mod-gd package requires that freetype support exist in libgd, but this is not included in the default libgd build. In order to allow a working php7-mod-gd package while keeping the default libgd package as small as possible, this commit introduces a -full variant of the libgd package. Ref: https://github.com/openwrt/packages/issues/10944 Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libcap: Fix compilation with uClibc-ngRosen Penev2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | The test does not compile with --static. As this does not touch binaries, not bumping the package release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libwebsockets: move to 3.2.1Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | 3.2.x is formally "not maintained" and people should stick with 3.1.x until a new release of the master branch occurs. However, in reality, 3.2.1 has been released, with performance improvements and fixes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libev: bump to 4.31Karl Palsson2020-01-09
| | | | | | | | | | | | | | | | | | Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | Merge pull request #10969 from ja-pa/measurement-kit-0.10.8Rosen Penev2020-01-08
|\ \ \ | |/ / |/| | measurement-kit: update to version 0.10.8
| * | measurement-kit: update to version 0.10.8Jan Pavlinec2020-01-09
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | libcap: Update to 2.29Rosen Penev2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed PKG_LICENSE. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libwebsockets: enable unix socket support in the full buildMathew McBride2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | This functionality can be used by downstream applications such as ttyd to present their HTTP service as a unix domain socket rather than a TCP server. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | | postgresql: fix PKG_HASHDaniel Golle2020-01-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | postgresql: update to version 12.1Daniel Golle2020-01-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libgd: fix building with freetype supportW. Michael Petullo2020-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Freetype support is required for php7-mod-gd as of commit 0f10c8c8, which causes the PHP7 package to build using this external libgd library. This commit adds FREETYPE_INCLUDE_DIRS to the definition of CMAKE_OPTIONS. Without this, libgd does not build freetype support as shown by this message: .... Build libgd: -- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS) -- Configuring done -- Generating done .... Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | liburcu: Don't build under ARC, not even InstallDevRosen Penev2020-01-03
| | | | | | | | | | | | | | | | | | This should finally get rid of buildbot failures. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | rpcsvc-proto: set as buildonlyAndy Walsh2020-01-03
| | | | | | | | | | | | | | | | | | * set package buildonly Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | Merge pull request #10441 from neheb/glibtripolar2019-12-31
|\ \ \ | | | | | | | | glib2: Disable Werror
| * | | glib2: Disable WerrorRosen Penev2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On GCC9, it throws a Wformat-nonliteral error. Unfortunately, there's no easy was to fix it as it is fortify-headers where the warning ultimately comes from. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10652 from gladiac1337/pcre2-jit-coRosen Penev2019-12-30
|\ \ \ \ | |_|_|/ |/| | | pcre2: Update to v10.34 & add JIT-support for select architectures
| * | | pcre2: Update PCRE2 to v10.34Christian Lachner2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | - Update download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | pcre2: Add JIT-support for select architectures in PCRE2Christian Lachner2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This commit adds a config-option for JIT in libpcre2. According to research published on https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/ this should give a 10x performance increase on JIT operations which can be desireable for high performance Apache mod_rewrite or haproxy reqrep operations. This option is available on all officially supported architecutres which are listed on https://pcre.org/current/doc/html/pcre2jit.html#SEC2. Furthermore, it is enabled by default on the following architectures: arm, i686, x86_64. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | libtirpc: update to 1.2.5Andy Walsh2019-12-30
| |_|/ |/| | | | | | | | | | | | | | | | | * update to 1.2.5 * remove upstream merged patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | Merge pull request #10872 from neheb/rpRosen Penev2019-12-25
|\ \ \ | | | | | | | | rpcsvc-proto: Fix compilation with uClibc-ng
| * | | rpcsvc-proto: Fix compilation with uClibc-ngRosen Penev2019-12-24
| | | | | | | | | | | | | | | | | | | | | | | | Also fixed compilation with full iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | spice: fix building against arc770-uclibc toolchainYousong Zhou2019-12-25
|/ / / | | | | | | | | | | | | | | | | | | | | | Supersedes openwrt/packages#10873 Ref: https://github.com/openwrt/packages/pull/10873 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #10849 from neheb/nssRosen Penev2019-12-23
|\ \ \ | | | | | | | | nss: Fix compilation with uClibc-ng
| * | | nss: Fix compilation with uClibc-ngRosen Penev2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | _GNU_SOURCE is needed for fdopen, sigaction, and probably more. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libmbim: bump libmbim to 1.20.4Nicholas Smith2019-12-23
| | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | boost: Fix embarassing ARC typoRosen Penev2019-12-21
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10843 from ClaymorePT/boost_1.72.0Rosen Penev2019-12-21
|\ \ \ \ | |/ / / |/| | | boost: Package Version Update (1.72.0)
| * | | boost: Package Version Update (1.72.0)Carlos Miguel Ferreira2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Boost to version 1.72.0 There are no new libraries in this release. Note: - This commit also adds a post-release patch to fix an issue with Boost.Coroutine More info about Boost 1.72.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_72_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | Merge pull request #10842 from neheb/icuRosen Penev2019-12-19
|\ \ \ \ | | | | | | | | | | icu: Backport C++11 math patch
| * | | | icu: Backport C++11 math patchRosen Penev2019-12-19
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / h2o: backport backtrace detectionJames Taylor2019-12-20
|/ / / | | | | | | | | | | | | | | | | | | | | | backport patch for backtrace detection in h2o. This patch solves the issue of uclibc pretending to be glibc Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | Merge pull request #10061 from ynezz/upstream/service-status-fixRosen Penev2019-12-18
|\ \ \ | | | | | | | | treewide: fix service status
| * | | treewide: fix service status command in procd compatible servicesPetr Štetiar2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix breaking change introduced in the main tree with a commit 7519a36774ca ("base-files,procd: add generic service status") where the old service `status` callback function doesn't work anymore and needs to be renamed to `status_service`. This name was chosen for consistency with start and stop function callbacks, which are using `start_service` and `stop_service` naming schemes. While at it, fix whitespace issues in the status_service as well. Ref: http://lists.infradead.org/pipermail/openwrt-devel/2019-September/019035.html Reported-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | Merge pull request #10781 from Andy2244/samba-4.11-python3-newRosen Penev2019-12-18
|\ \ \ \ | | | | | | | | | | samba4: update to 4.11.4 (python3 version), add rpcsvc-proto, add libasn1 host build
| * | | | rpcsvc-proto: add new packageAndy Walsh2019-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * provides missing libtirpc headers (rpcsvc proto.x) * provides rpcgen Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
| * | | | libtasn1: add host-buildAndy Walsh2019-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * samba4 complains that it cant find the libasn1 host bins Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>