aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #23907 from qosmio/nghttp3-fix-release-numberStan Grishin2024-04-24
|\ | | | | nghttp3: Use APK style release number
| * nghttp3: Use APK style release numberSean Khan2024-04-12
| | | | | | | | | | | | | | | | Maintainer: Stan Grishin <stangri@melmac.ca> Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan <datapronix@protonmail.com>
* | Merge pull request #23908 from qosmio/ngtcp2-fix-release-numberStan Grishin2024-04-24
|\ \ | | | | | | ngtcp2: Use APK style release number
| * | ngtcp2: Use APK style release numberSean Khan2024-04-12
| |/ | | | | | | | | | | | | | | Maintainer: Stan Grishin <stangri@melmac.ca> Run tested: aarch64, Dynalink DL-WRX36, Master Branch Signed-off-by: Sean Khan <datapronix@protonmail.com>
* | treewide: exclude mips64Rosen Penev2024-04-23
| | | | | | | | | | | | These packages exclude mips but forget to exclude mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #23975 from krant/libwebpAlexandru Ardelean2024-04-22
|\ \ | | | | | | libwebp: update to 1.4.0
| * | libwebp: update to 1.4.0krant2024-04-21
| | | | | | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | | gost_engine: switch to local tarballsRosen Penev2024-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids PKG_UNPACK hacks. Added PKG_LICENSE_FILES. Reordered variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libmraa: Fix compilation with musl libc 1.2.5Hauke Mehrtens2024-04-20
| | | | | | | | | | | | | | | | | | | | | | | | Support POSIX basename used in musl libc 1.2.5. This backports a patch from upstream git. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | ibrcommon: remove basenameRosen Penev2024-04-19
| | | | | | | | | | | | | | | | | | Can be replaced with regular C++. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libssh: update to version 0.10.6, fix build with mbedtls 3.6Felix Fietkau2024-04-18
|/ / | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | mtdev: update to 1.1.7krant2024-04-13
| | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | nghttp2: fix CVE-2024-28182Hirokazu MORIKAWA2024-04-13
|/ | | | | | | update to v1.61.0 CVE-2024-28182: Reading unbounded number of HTTP/2 CONTINUATION frames to cause excessive CPU usage Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libevdev: update to 1.13.1krant2024-04-12
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libdeflate: update to 1.20krant2024-04-12
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libdrm: update to 2.4.120krant2024-04-10
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* pixman: update to 0.43.4krant2024-04-10
| | | | | | | - Use HTTPS for project URL - Drop obsolete patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libpciaccess: update to 0.18.1krant2024-04-10
| | | | | | | | - Use Meson build system - Drop upstreamed patch - Update project URL Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* c-ares: update to 1.28.1krant2024-04-10
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libarchive: update to 3.7.3krant2024-04-10
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* Merge pull request #23838 from krant/openblasAlexandru Ardelean2024-04-09
|\ | | | | openblas: update to 0.3.27
| * openblas: update to 0.3.27krant2024-04-07
| | | | | | | | | | | | - Add ONLY_CBLAS make flag to skip tests (fixes x86 builds) Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | protobuf: don't use shared libraries for hostRosen Penev2024-04-08
| | | | | | | | | | | | Avoids needing to handle rpath. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: refresh missed hashes after move to use ZSTD as defaultRobert Marko2024-04-08
| | | | | | | | | | | | | | | | | | This is a follow-up on the previous treewide refresh of hashes after move to ZSTD by default for compressing tarballs, as it seems that somehow CHECK_ALL missed couple of packages. Fixes: 272f55e87f07 ("treewide: refresh hashes after move to use ZSTD as default") Signed-off-by: Robert Marko <robimarko@gmail.com>
* | glib2: link libiconv when building host pkgTan Zien2024-04-07
| | | | | | | | | | | | | | | | some compile error happens when building. Linking to libiconv-full fixes this. refer to: https://github.com/openwrt/openwrt/commit/63dd14b906e9eb27bc878b95ac6777a3624b1135 Signed-off-by: Tan Zien <nabsdh9@gmail.com>
* | libpng: update to 1.6.43krant2024-04-07
|/ | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* libmad: fix PKG_VERSION after apk changeRosen Penev2024-04-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/xr_usb_serial_common: fix 6.6 kernel compileAdam Duskett2024-04-05
| | | | | | | Upstream: submitted https://github.com/kasbert/epsolar-tracer/pull/61 Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
* dmx_usb_module: fix 6.6 kernel compileAdam Duskett2024-04-05
| | | | Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
* Merge pull request #23743 from stangri/master-nghttp3Stan Grishin2024-03-29
|\ | | | | nghttp3: update to 1.2.0
| * nghttp3: update to 1.2.0Stan Grishin2024-03-25
| | | | | | | | | | | | | | * update PKG_RELEASE to be apk-compatible * update PKG_SOURCE/PKG_SOURCE_URL so that it builds Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | ngtcp2: update to 1.4.0Stan Grishin2024-03-25
|/ | | | | | | | * update PKG_RELEASE to be apk-compatible * update PKG_SOURCE/PKG_SOURCE_URL so that it builds * drop dependency on libopenssl as other SSL libs start to support HTTP/3 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* opus: revert to autotoolskrant2024-03-25
| | | | | | | | | Latest update in 6c3db5d has switched build system to Meson, which is broken on several non-SIMD platforms. Turns out, Meson support is not yet stable enough in the upstream, so we revert to autotools and drop meson-related patch. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* gost_engine: Update to version 3.0.3Hauke Mehrtens2024-03-23
| | | | | | | | | This version contains minor bugfixes. It fixes a compile problem with GCC 13. Changes: https://github.com/gost-engine/engine/compare/v3.0.1...v3.0.3 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* giflib: update to 5.2.2krant2024-03-23
| | | | | | Drop upstreamed CVE patches. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* opus: update to 1.5.1krant2024-03-22
| | | | | | | - Switch to Meson build system - Update patch with Meson build fixes Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libstrophe: update to 0.13.1krant2024-03-22
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* minizip: update to 4.0.5krant2024-03-22
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libdeflate: update to 1.19krant2024-03-22
| | | | | | - Use proper tarball URL. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* expat: update to 2.6.2krant2024-03-22
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libpfring: backport patch fixing compilation error for sa_dataChristian Marangi2024-03-19
| | | | | | | | | | | | Backport patch fixing compilation error for sa_data not well defined. This is triggered only on platform that makes use of fortify string and cause compilation error due to the fact that sa_data is not well defined and his size is arbitrary. Patch has been accepted in the PF_RING project and this is just a backport. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* libfstrm: add second maintainerPeter van Dijk2024-03-08
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* libwslay: remove, nothing depends on it since h2o is gonePeter van Dijk2024-03-07
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* libpqxx: update to version 7.9.0Igor Bezzubchenko2024-02-29
| | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* c-ares: update to 1.27.0krant2024-02-24
| | | | | | | - Update package URL - Don't set default CMake options Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* gperftools: add new packageJohn Audia2024-02-24
| | | | | | | | | | | | | | | | Thread-caching malloc provided by this package improves snort3 performance. I have been running with this for over seven months without issues. Avg CPU usage is down. Another user reported higher throughput achieved with snort3 compiled with this on samba transfers on system with CPU-limited snort performance.[1] 1. https://forum.openwrt.org/t/some-help-with-a-makefile-gperftools/165656/22 Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia <therealgraysky@proton.me>
* hyperscan: symlinks redundant ABI shared objectsJohn Audia2024-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(CP) macro rather than $(INSTALL_DATA) to preserve symlinks on shared objects which saves approx 11.8 M of space. From hyperscan-runtime_5.4.2-1: % ls -lh /usr/lib/libhs* -rw-r--r-- 1 root root 4.7M Feb 16 14:29 /usr/lib/libhs.so -rw-r--r-- 1 root root 4.7M Feb 16 14:29 /usr/lib/libhs.so.5 -rw-r--r-- 1 root root 4.7M Feb 16 14:29 /usr/lib/libhs.so.5.4.2 -rw-r--r-- 1 root root 1.2M Feb 16 14:29 /usr/lib/libhs_runtime.so -rw-r--r-- 1 root root 1.2M Feb 16 14:29 /usr/lib/libhs_runtime.so.5 -rw-r--r-- 1 root root 1.2M Feb 16 14:29 /usr/lib/libhs_runtime.so.5.4.2 % grep Installed-Size /usr/lib/opkg/info/hyperscan-runtime.control Installed-Size: 18370560 From hyperscan-runetime_5.4.2-2 (created by this PR): % ls -lh /usr/lib/libhs* lrwxr-xr-x 1 root root 10 Feb 22 15:56 /usr/lib/libhs.so -> libhs.so.5 lrwxr-xr-x 1 root root 14 Feb 22 15:56 /usr/lib/libhs.so.5 -> libhs.so.5.4.2 -rwxr-xr-x 1 root root 4.6M Feb 22 15:27 /usr/lib/libhs.so.5.4.2 lrwxr-xr-x 1 root root 18 Feb 22 15:56 /usr/lib/libhs_runtime.so -> libhs_runtime.so.5 lrwxr-xr-x 1 root root 22 Feb 22 15:56 /usr/lib/libhs_runtime.so.5 -> libhs_runtime.so.5.4.2 -rwxr-xr-x 1 root root 1.2M Feb 22 15:27 /usr/lib/libhs_runtime.so.5.4.2 % grep Installed-Size /usr/lib/opkg/info/hyperscan-runtime.control Installed-Size: 5918720 Credit to @efahl for pointing this out. Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* glib2: use internal pcre2 for hostRosen Penev2024-02-22
| | | | | | | There's some weird issue where -lpcre2 is not being passed. Fixes vala/host which links to static libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libiio: fix pkgconfig pathsRosen Penev2024-02-22
| | | | | | CMake build is passing host paths in pkgconfig file. Signed-off-by: Rosen Penev <rosenp@gmail.com>