aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libs: file: magic: remove "u" from patternMartin Schiller2021-07-20
| | | | | | | | This backports an upstream fix for the following warning: Warning: Unparsable number `xu \b, dcrypt version %d' Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* Merge pull request #16074 from neheb/nss3Rosen Penev2021-07-18
|\ | | | | nss: disable parallel compilation
| * nss: update to 3.67Rosen Penev2021-07-11
| | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Disable parallel compilation as there's something wrong with NSS' build system. Reliably fails with make -j 12 on a ryzen 3600. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | boost: fix compilation error under SPARCRosen Penev2021-07-14
| | | | | | | | | | | | Missing braces. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | uci2: bump to revision v1.0-5606418Jakov Petrina2021-07-14
| | | | | | | | | | | | Pull in latest API changes from upstream. Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | Merge pull request #16115 from haraldg/elektra_0.9.7Rosen Penev2021-07-13
|\ \ | | | | | | elektra: update to 0.9.7
| * | elektra: update to 0.9.7Harald Geyer2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * Use toml as new default storage backend: Upstream has removed the ini plugin, we have been using in the past. toml is still somewhat experimental, but upstream has designated it as future recommended default. * Remove the dependency on boost. The only plugin needing that has been removed upstram. * Enable plugins for libev and libuv event loop integration. This adds two new packages with the respective dependencies. Upstream has fixed the bugs preventing us from using this. * Enable the internal notification plugin/system. This allows applications to automatically receive notifications about changes to their configuration. Again upstream fixing bugs enables this for us. * Set the environment variable $XDG_CACHE_HOME to "/tmp/" globally to prevent elektra (and possibly other applications) from writing temporary data to flash. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | libs: gdbm: enable/install Berkley DBM compat layerAlexandru Ardelean2021-07-13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python supports both GNU dbm and Berkley DBM. GNU dbm also has a compatibility layer for Berkeley. The current Berkley DB in OpenWrt is 4.7 and hasn't been updated in ages. It's also pretty big. So, an alternative for Python is to use GNU dbm for both (GNU and Berkley). Also, removing static shared libraries from the build, to encourage the usage of the shared ones. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | libuv: bump to 1.41.1Hirokazu MORIKAWA2021-07-12
| | | | | | | | | | | | | | Update to 1.41.1 include fix CVE-2021-22918 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | ibrcommon: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | | | | | | | GCC11 defaults to C++17, which does not allow throw specifiers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | ibrdtn: fix compilation with GCC11Rosen Penev2021-07-11
|/ | | | | | GCC11 defaults to C++17, which does now allow specifying throw(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: update to 1.6.1Rosen Penev2021-07-08
| | | | | | | | Fixes compilation with GCC11. Reorganized Makefile variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16075 from neheb/ebmlRosen Penev2021-07-07
|\ | | | | libebml: fix compilation with GCC11
| * libebml: fix compilation with GCC11Rosen Penev2021-07-07
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libelektra: fix compilation with GCC11Rosen Penev2021-07-07
|/ | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libupm: Workaround for errors with GCC11Hirokazu MORIKAWA2021-07-07
| | | | | | https://github.com/openwrt/packages/issues/16060 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #16044 from tru7/libfmtRosen Penev2021-07-07
|\ | | | | libfmt: bump to version 8.0.1
| * libfmt: bump to version 8.0.1Othmar Truniger2021-07-05
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | Merge pull request #16049 from nxhack/libuv_CVE-2021-22918Rosen Penev2021-07-06
|\ \ | | | | | | libuv: fix CVE-2021-22918
| * | libuv: fix CVE-2021-22918Hirokazu MORIKAWA2021-07-06
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | idna: fix OOB read in punycode decoder libuv was vulnerable to out-of-bounds reads in the uv__idna_toascii() function which is used to convert strings to ASCII. This is called by the DNS resolution function and can lead to information disclosures or crashes. https://github.com/libuv/libuv/commit/b7466e31e4bee160d82a68fca11b1f61d46debae https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990561 https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / postgresql: prevent addition of ARM target flagSebastian Kemper2021-07-07
|/ | | | | | | | | | | | | | | | | | | configure.in checks for "ARMv8 CRC32C intrinsics" and goes as far as adding "-march=armv8-a+crc" to the target flags if the compiler allows it. This can clash with the OpenWrt target flags in CONFIG_TARGET_OPTIMIZATION. If for example the latter is set to "-mcpu=cortex-a9" the following warning is issued: cc1: warning: switch '-mcpu=cortex-a9' conflicts with '-march=armv5t' switch This commit prevents configure.in from adding the mentioned flag. The addition is unwanted when cross-compiling. An issue was raised for this recently, see [1]. [1] https://github.com/openwrt/packages/issues/16034 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libzip: fix typo in patch (fixes #15992)Michael Heimpold2021-07-02
| | | | | | This prevented expansion of libdir in pkgconfig. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #14716 from mhei/libgpiod-updateMichael Heimpold2021-07-01
|\ | | | | libgpiod: update to 1.6.3
| * libgpiod: update to 1.6.3Michael Heimpold2021-06-29
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #15797 from lnslbrty/update/libulfius-2.7.3Rosen Penev2021-06-29
|\ \ | |/ |/| libulfius: update to 2.7.3
| * libulfius: update to 2.7.3Toni Uhlig2021-06-22
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #15992 from mhei/libzip-fix-pkgconfigMichael Heimpold2021-06-29
|\ \ | | | | | | libzip: fix pkgconfig paths (fixes #15943)
| * | libzip: fix pkgconfig paths (fixes #15943)Michael Heimpold2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | We should use upstream patch here, which can be removed later, instead of maintaining our own one. Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Revert "uci2: update revision"Josef Schlehofer2021-06-29
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm reverting this commit, because it is pulling newer source code, but without doing a new version bump. This results that users who already installed this library on their router will have different package content than users who installed it after the commit. The another small reason is that commit subject - update revision is cryptic itself and should be more bulletproof like saying update to version 1.1 More details: https://github.com/openwrt/packages/pull/15990#issuecomment-870333695 This reverts commit e7793234815ae53cbf05f87ce36309af5956c399. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #15990 from sartura/uci2-bumpRosen Penev2021-06-28
|\ \ | | | | | | uci2: update revision
| * | uci2: update revisionJakov Petrina2021-06-28
| | | | | | | | | | | | | | | | | | Pull in new API function from upstream. Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | | libtirpc: update to 1.3.2Andy Walsh2021-06-27
|/ / | | | | | | | | | | update to 1.3.2 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | Merge pull request #15937 from TDT-AG/pr/20210623-libmariadbRosen Penev2021-06-26
|\ \ | | | | | | libmariadb: fix compilation cmake issue
| * | libmariadb: fix compilation cmake issueFlorian Eckert2021-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes the compilation issue of the upstream Cmake file. If this patch is not applied we get the following compilation error output. CMake Error at cmake/ConnectorName.cmake:30 (ENDMACRO): Flow control statements are not properly nested. Call Stack (most recent call first): CMakeLists.txt:423 (INCLUDE) The blamed cmake/ConnectorName.cmake file gets fixed with this patch. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #15946 from neheb/msRosen Penev2021-06-25
|\ \ \ | | | | | | | | msgpack-c: don't check for GTest
| * | | msgpack-c: don't check for GTestRosen Penev2021-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not available with OpenWrt. Fixes compilation when host GTest is present. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | spdlog: fix compilation with fmtlib 8Rosen Penev2021-06-24
|/ / / | | | | | | | | | | | | | | | Small API change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #15930 from mhei/libzip-updateMichael Heimpold2021-06-23
|\ \ \ | |/ / |/| | libzip: update to 1.8.0
| * | libzip: update to 1.8.0Michael Heimpold2021-06-21
| | | | | | | | | | | | | | | | | | Disable (new) support for zstd (Zstandard) compression for now. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #15932 from tru7/libfmtRosen Penev2021-06-22
|\ \ \ | | | | | | | | libfmt: bump to version 8.0.0
| * | | libfmt: bump to version 8.0.0Othmar Truniger2021-06-22
| | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | Merge pull request #15884 from neheb/domRosen Penev2021-06-21
|\ \ \ \ | |_|/ / |/| | | domoticz: update to 2021.1 and fix other packages
| * | | minizip: update to 3.0.2Rosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Add back compat header as domoticz really wants it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | jsoncpp: add back exceptionsRosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | domoticz wants them. No idea how to avoid it. Easier to just add back here. Removed several outdated options from CMake times. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libedit: update to version 20210522-3.1Jan Hak2021-06-21
| | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | icu: bump to 69.1Hirokazu MORIKAWA2021-06-20
| | | | | | | | | | | | | | | | | | | | | | | | ICU 69 updates to CLDR 39 locale data with many additions and corrections. ICU 69 also includes significant improvements for measurement unit formatting and number formatting in general, as well as many other bug fixes and enhancements. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | libmraa: don't build testsRosen Penev2021-06-19
| | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when gtest is present. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #15747 from neheb/tiff2Jiri Slachta2021-06-19
|\ \ \ \ | | | | | | | | | | tiff: update to 4.2.3
| * | | | tiff: update to 4.2.3Rosen Penev2021-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove automake patch as it's not used. Remove ftell patch as it seems to not be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #15880 from neheb/oggRosen Penev2021-06-16
|\ \ \ \ \ | | | | | | | | | | | | libogg: update to 1.3.5