aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* rpcsvc-proto: fix build with updated autotoolsOskari Rauta2023-03-19
| | | | | | | | After recent autotools update, rpcsvc-proto no longer compiles without autoreconf fixup because automake 1.15 is not found. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* libndpi: Update to 4.6Toni Uhlig2023-03-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* liburcu: update to version 0.14.0Jan Hák2023-03-15
| | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* libjpeg-turbo: enable static libraryOskari Rauta2023-03-14
| | | | | | | | Allow build of libjpeg as a static library as well; one is provided for libpng and possibly for other formats as well. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* sqlite3: Update to 3.41.1Tianling Shen2023-03-14
| | | | | | Removed `SQLITE3_JSON1` option as it was dropped by upstream. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* libdaq3: update to 3.0.11John Audia2023-03-12
| | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* protobuf-c: update to 1.4.1Rosen Penev2023-03-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* icu: fix ccache issueHirokazu MORIKAWA2023-03-11
| | | | | | | build error with ccache: https://github.com/openwrt/packages/issues/20618 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Revert "libgpiod: update to 2.0"Michael Heimpold2023-03-10
| | | | | | | | | This reverts commit 983835afe6fad074b347a8ff1dc8986d40773de5. I merged the library update to v2.0 to fast, it breaks openocd build due to API change. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Revert "libgpiod: introduce libgpiodcxx package for C++ binding"Michael Heimpold2023-03-10
| | | | | | | | | This reverts commit 82ea104b978dcd84919dfe5d1ee630791d85df10. I merged the library update to v2.0 to fast, it breaks openocd build due to API change. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #20609 from mhei/libgpiod-update-2.0Michael Heimpold2023-03-10
|\ | | | | libgpiod: update to 2.0 and introduce C++ binding
| * libgpiod: introduce libgpiodcxx package for C++ bindingMichael Heimpold2023-03-09
| | | | | | | | | | | | This adds a new package for the C++ binding. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * libgpiod: update to 2.0Michael Heimpold2023-03-09
| | | | | | | | | | | | | | | | | | | | | | | | This updates this library to the latest major version. Since the Python binding build changed in this version, let's switch to the Py3Package infrastructure. Also the older v1 kernel interface is not used anymore, so we can drop this part of the kernel configuration. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | openblas: don't allow ccache useAlexandru Ardelean2023-03-09
|/ | | | | | Fixes https://github.com/openwrt/packages/issues/20596 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* libqmi: bump to 1.32.4Kuan-Yi Li2023-03-09
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* libmbim: bump to 1.28.4Kuan-Yi Li2023-03-09
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* msgpack-c: Update to 6.0.0Tianling Shen2023-03-08
| | | | | | Removed 010-no-gtest.patch as upstream no longer detects it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tiff: force libdeflate support to offSebastian Kemper2023-03-07
| | | | | | | | | | | | | Commit 81d2b72 added a package providing libdeflate. Tiff by default links to it, causing a build error. Package libtiff is missing dependencies for the following libraries: libdeflate.so.0 This commit forces libdeflate use off to avoid this. No revision bump is done because the package is currently not compiling anyway. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libutp: add packageDaniel Golle2023-03-07
| | | | | | Add Transmission version of the uTorrent Transport Protocol library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libdht: add packageDaniel Golle2023-03-07
| | | | | | Add Kademlia Distributed Hash Table (DHT) library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libdeflate: add packageDaniel Golle2023-03-07
| | | | | | | Add package for libdeflate which is a library for fast, whole-buffer DEFLATE-based compression and decompression. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libb64: add packageDaniel Golle2023-03-07
| | | | | | Add generic base64 encode/decode (static) library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libdrm: update to 2.4.115Lucian Cristian2023-02-24
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libtirpc: update to v1.3.3Oskari Rauta2023-02-24
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* msgpack-c: Update to 5.0.0Tianling Shen2023-02-24
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nss: update to 3.88.1Lucian Cristian2023-02-20
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #20475 from cotequeiroz/openssl3Eneas U de Queiroz2023-02-20
|\ | | | | treewide: prepare packages for OpenSSL 3.0 update
| * libuhttpd: allow building with OpenSSL 3.0Eneas U de Queiroz2023-02-16
| | | | | | | | | | | | | | Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of deprecated API. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * gost_engine: add version 3.0.0.1Eneas U de Queiroz2023-02-16
| | | | | | | | | | | | | | | | | | | | | | With OpenSSL soon to be updated to 3.0, the gost engine will have to be bumped as well. Gost 3.0.0.1 will not build with OpenSSL 1.1. To avoid disruption, this commit detects the OpenSSL version from ENGINES_DIR in include/openssl-engin, and sets the package version accordingly. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | libgpiod: update to 1.6.4Michael Heimpold2023-02-18
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* nghttp2: update to 1.51.0An Phuc Nguyen2023-01-29
| | | Signed-off-by: An Phuc Nguyen <phucan.nguyen@daum.net>
* libwebp: bump to version 1.3.0Alexandru Ardelean2023-01-22
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* treewide: quote CC and CXXPaul Fertser2023-01-20
| | | | | | | When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs to be quoted to avoid word splitting on substitution. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* libjaylink: new packagePaul Fertser2023-01-20
| | | | | | | | | | libjaylink is a shared library written in C to access SEGGER J-Link and compatible devices. This is used by future OpenOCD versions to handle J-Link debug adapters. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* efivar: new packageOskari Rauta2023-01-18
| | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* hiredis: update to version 1.1.0Daniel Golle2023-01-18
| | | | | | | | | See project release page[1] for more details. Switch build to use CMake instead of autotools, allows removal of local patch. [1]: https://github.com/redis/hiredis/releases Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libv4l: update to 1.22.1Rosen Penev2023-01-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #20296 from neheb/1Michael Heimpold2023-01-16
|\ | | | | libxml2: build with cmake
| * libxml2: build with cmakeRosen Penev2023-01-13
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgd: update to 2.3.3Rosen Penev2023-01-15
| | | | | | | | | | | | Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | hidapi: remove now obsolete iconv patchRosen Penev2023-01-13
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | sbc: update to version 2.0Daniel Golle2023-01-13
| | | | | | | | | | | | | | Fixes issue with use of x86-specific compiler primitives on non-x86 systems which we had previously patched downstream, remove this patch. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libmad: update URL to use codebergRosen Penev2023-01-13
|/ | | | | | Upstream abandoned GitHub. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: don't use AUTORELEASERosen Penev2023-01-13
| | | | | | | | Seems upstream wants to get rid of it. Backport upstream patches fixing several CVEs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* postgresql: update to version 15.1Daniel Golle2023-01-14
| | | | | | | | | | | | | https://www.postgresql.org/docs/release/15.0/ https://www.postgresql.org/docs/release/15.1/ A dump/restore using pg_dumpall or use of pg_upgrade or logical replication is required for those wishing to migrate data from any previous release. Do not backport to release branch which should remain on version 14. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* elektra: get rid of pointless iconv patchRosen Penev2023-01-13
| | | | | | A better solution was discovered. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* faad2: update to 2.10.1Rosen Penev2023-01-13
| | | | | | Switch to local tarballs. Smaller and faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxcrypt: update to 4.4.33Rosen Penev2023-01-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* getdns: Update to 1.7.3Aquila Cooper2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog from upstream (https://github.com/getdnsapi/getdns/releases/tag/v1.7.3): * 2022-12-22: Version 1.7.3 * PR getdnsapi/getdns#532: Increase CMake required version 3.5 -> 3.20, because we need cmake_path for Absolute paths in pkg-config (See Issue getdnsapi/getdns#517) Thanks Gabriel Ganne * Updated to Stubby 0.4.3 quickfix release * 2022-08-19: Version 1.7.2 * Stubby updated to 0.4.2 quickfix release * 2022-08-19: Version 1.7.1 * Always send the `dot` ALPN when using DoT * Strengthen version determination for Libidn2 during cmake processing (thanks jpbion). * Fix for issue in UDP stream selection in case of timeouts. Thanks Shikha Sharma * Fix using asterisk in ipstr for any address. Thanks uzlonewolf. * Issue getdnsapi/stubby#295: rdata not correctly written for validation for certain RR type. Also, set default built type to RelWithDebInfo and expose CFLAGS via GETDNS_BUILD_CFLAGS define and via getdns_context_get_api_information() * Issue getdnsapi/getdns#524: Bug fixes from submodules' upstream? Thanks Johnnyslee * Issue getdnsapi/getdns#517: Allow Absolute path CMAKE_INSTALL_{INCLUDE,LIB}DIR in pkg-config files. Thanks Alex Shpilkin * Issue getdnsapi/getdns#512: Update README.md to show correct PGP key location. Thanks Katze Prior. Signed-off-by: Aquila Cooper <aquila@cpr.is>
* libwebsockets: update PKG_RELEASEJohn Crispin2023-01-04
| | | | | Fixes: df13b03e50 ("libwebsockets: fix uloop support") Signed-off-by: John Crispin <john@phrozen.org>