aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | | 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>
* | | | | Merge pull request #10785 from neheb/appleRosen Penev2019-12-18
|\ \ \ \ \ | | | | | | | | | | | | [WIP]Add idevicerestore
| * | | | | libplist: Several fixesRosen Penev2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add myself as maintainer. Add PKG_CPE_ID. Switch to submenu for easier readability. Change libplist-utils name to the utility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libusbmuxd: Several fixesRosen Penev2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add myself as maintainer. Add PKG_CPE_ID. Add submenu for easier readability. Install extra tool. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libirecovery: Add packageRosen Penev2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for idevicerestore Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libimobiledevice: Update to latest masterRosen Penev2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to fix Wformat warning. Fixed license information. Removed outdated iconv dependency Placed in a submenu for readability. Added myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10819 from ja-pa/lmdb-fix-arRosen Penev2019-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | lmdb: use toolchain AR for compilation
| * | | | | | lmdb: use toolchain AR for compilationJan Pavlinec2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>