aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* flac: disable vsxRosen Penev2022-01-29
| | | | | | Fixes compilation with powerpc64 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libunistring: update to 1.0Espen Jürgensen2022-01-18
| | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* neon: fix build on macosSergey V. Lobanov2022-01-17
| | | | | | | | neon detects Darwin on target build and fails due to darwin-specific build behaviour. OS detection is disable (as non required) via ne_cv_os_uname=Linux as a part of CONFIGURE_VARS Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* expat: bump to version 2.4.3Sebastian Kemper2022-01-17
| | | | | | | | | | | | | CVE-2021-45960 CVE-2021-46143 CVE-2022-22822 CVE-2022-22823 CVE-2022-22824 CVE-2022-22825 CVE-2022-22826 CVE-2022-22827 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* gpgme: Fix compile with glibc 2.34Hauke Mehrtens2022-01-13
| | | | | | | | | | | | | This backports a patch from upstream gpgme to fix compilation with glibc 2.34. It fixes the following build problem: posix-io.c: In function '_gpgme_io_spawn': posix-io.c:577:23: error: void value not ignored as it ought to be 577 | while ((i = closefrom (fd)) && errno == EINTR) | ^ make[5]: *** [Makefile:947: posix-io.lo] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libfmt: bump to new upstream version 8.1.1Othmar Truniger2022-01-13
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* serdisplib: fix build on macosSergey V. Lobanov2022-01-12
| | | | | | | | | ./configure script detects if serdisplib is built on non-linux build host and disables framebuffer driver. It blocks touchscreen_tool compilation. This detection is not required on cross-compile build so it is disabled via ac_cv_build=$(GNU_TARGET_NAME) in Makefile Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* libmodbus: update to 3.1.7Michael Heimpold2022-01-11
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* rpcsvc-proto: bump to 1.4.3Georgi Valkov2022-01-11
| | | | | | | | Fixes: rpcgen build (host-compile) on macOS https://github.com/openwrt/packages/pull/17430 https://github.com/openwrt/openwrt/pull/4638 Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
* boost: fix libboost_context for mips64Rosen Penev2022-01-08
| | | | | | There was an upstream patch that changes mips1 to mips. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libuhttpd: add compatibility for wolfssl >= 5.0Sergey V. Lobanov2022-01-06
| | | | | | | NTRU support has been removed in wolfssl 5.0 so it is required to mask NTRU specific code if wolfssl >= 5.0 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* Merge pull request #17440 from commodo/openblas-numpyJeffery To2022-01-03
|\ | | | | openblas,numpy: bump versions
| * libs: openblas: bump to version v0.3.19Alexandru Ardelean2021-12-27
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | dtc: drop packageRafał Miłecki2022-01-03
| | | | | | | | | | | | | | | | It has been imported as core package into OpenWrt repository. Its fdtget is required by sysupgrade on U-Boot devices so it couldn't live in an extra feed. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* | getdns: add optional support for libevent2Rui Salvaterra2022-01-03
| | | | | | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | getdns: clean up the configuration menuRui Salvaterra2022-01-03
| | | | | | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | libtorrent-rasterbar: add patch to fix compile with boost 1.78.0Josef Schlehofer2021-12-31
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | boost: Bump to version 1.78.0Carlos Miguel Ferreira2021-12-29
|/ | | | | | | | | | | This commit updates boost to version 1.78.0 More info about Boost 1.78.0 can be found at the usual place [1]. No new libraries have been added. [1]: https://www.boost.org/users/history/version_1_78_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* Merge pull request #17389 from clayface/openldapFlorian Eckert2021-12-23
|\ | | | | openldap: hide configurables when libopenldap is not enabled
| * openldap: hide configurables when libopenldap is not enabledMatthew Hagan2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When openldap is not enabled, the following configurables remain present in the config: CONFIG_OPENLDAP_DEBUG=y \# CONFIG_OPENLDAP_CRYPT is not set \# CONFIG_OPENLDAP_MONITOR is not set \# CONFIG_OPENLDAP_DB47 is not set \# CONFIG_OPENLDAP_ICU is not set This patch adds a libopenldap dependency for these options, removing the above from .config when libopenldap is not used. Further, move these configurables to Config.in. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | minizip: update to 3.0.4Rosen Penev2021-12-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | sqlite: update to v3.37 (2021-11-27)Marius Dinu2021-12-21
| | | | | | | | Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | neon: update to 0.32.1Rosen Penev2021-12-20
| | | | | | | | | | | | Add patch to get rid of xmlto dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | alsa-ucm-conf: update to 1.2.6.2Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | alsa-lib: update to 1.2.6.1Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | freetype: update to 2.11.1Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #17376 from neheb/20Alexandru Ardelean2021-12-20
|\ \ | |/ |/| jsoncpp: update to 1.9.5
| * jsoncpp: update to 1.9.5Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libtorrent-rasterbar: update to 2.0.5Rosen Penev2021-12-17
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | jose: remove libjoseRosen Penev2021-12-17
| | | | | | | | | | | | It can be built statically as nothing else uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libexif: update to 0.6.24Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libjpeg-turbo: update to 2.1.2Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libnetfilter-log: update to 1.0.2Rosen Penev2021-12-17
| | | | | | | | | | | | Remove all patches as they have been upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libmpdclient: update to 2.20Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libupnp: update to 1.14.12Rosen Penev2021-12-16
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libdaq3: update to 3.0.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* hwloc: update to 2.6.0W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* file: update to 6.41Rosen Penev2021-12-16
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #17337 from TDT-AG/pr/20211214-libqmiFlorian Eckert2021-12-15
|\ | | | | libqmi: fix missing CONFIG_ prefix
| * libqmi: fix missing CONFIG_ prefixFlorian Eckert2021-12-15
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | libgpg-error: update to 1.43W. Michael Petullo2021-12-14
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: udpate to 2.6.0W. Michael Petullo2021-12-13
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vips: update to 8.12.1W. Michael Petullo2021-12-13
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup: update to 2.74.2W. Michael Petullo2021-12-12
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* ldns: update to 1.8.1Eric Luehrsen2021-12-11
| | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* nss: update to 3.73Donald Hoskins2021-12-09
| | | | | | | | | Update to 3.73 to alievate critical vulnerability CVE-2021-43527: Memory corruption via DER-encoded DSA and RSA-PSS signatures https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/ Signed-off-by: Donald Hoskins <grommish@gmail.com>
* libslirp: new packageOskari Rauta2021-12-01
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* mariadb-common: Drop package and adjust configurationMichal Hrusecky2021-11-29
| | | | | | | | | | | | | The raison d'être of package mariadb-common was to provide common my.cnf config file that was being used to include subdirectories and then to push utf-8 as default everywhere. Let's make this file part of the server package as there we actually set other options as well and drop it from all clients. Instead let's set utf-8 as default in server, client and client libraries. While at it also set socket to the more common path and drop mysqld_safe script from the list of configuration files and do other minor tweaks. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* Merge pull request #17064 from cotequeiroz/mariadbEneas U de Queiroz2021-11-25
|\ | | | | mariadb, liburing: fix liburing dependency failure (use liburing if kernel supports it)
| * liburing: add KERNEL_IO_URING dependencyEneas U de Queiroz2021-11-04
| | | | | | | | | | | | This needs kernel io_uring support to work. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>