aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | tesseract: update to 5.3.4krant2024-02-22
| | | | | | | | | | | | - Fix NEON mis-detection which was breaking builds on some platforms Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | micropython: disable moldOskari Rauta2024-02-22
| | | | | | | | | | | | package fails to build with mold linker due to unregocnized flag. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | openvpn: update to 2.6.9Ivan Pavlov2024-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - license change is now complete, and all code has been re-licensed under the new license (still GPLv2, but with new linking exception for Apache2 licensed code). Code that could not be re-licensed has been removed or rewritten. - add support for building with mbedTLS 3.x.x - new option "--force-tls-key-material-export" to only accept clients that can do TLS keying material export to generate session keys (mostly an internal option to better deal with TLS 1.0 PRF failures). - Windows: bump vcpkg-ports/pkcs11-helper to 1.30 - Log incoming SSL alerts in easier to understand form and move logging from "--verb 8" to "--verb 3". - protocol_dump(): add support for printing "--tls-crypt" packets and other fixes For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.9/Changes.rst Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | 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>
* | screen: update to 4.9.1krant2024-02-22
| | | | | | | | | | | | - Remove upstreamed patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | coova-chilli: fix libxt-coova not loading properly from iptables ( ↵Pierre Parent2024-02-22
| | | | | | | | | | | | openwrt/packages#23092 ) Signed-off-by: Pierre Parent <m@pierre-parent.fr>
* | rtl_433: update to 23.11Edmunt Pienkowsky2024-02-22
| | | | | | | | Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
* | rtl-sdr: update to v2.0.1Edmunt Pienkowsky2024-02-22
| | | | | | | | Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
* | clamav: update to 1.3.0krant2024-02-22
| | | | | | | | | | | | | | - Add build-time Rust dependency - Don't set default and rename changed CMake options Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | croc: update to 9.6.12Jonas Jelonek2024-02-22
| | | | | | | | | | | | | | | | | | changelogs: 9.6.10: https://github.com/schollz/croc/releases/tag/v9.6.10 9.6.11: https://github.com/schollz/croc/releases/tag/v9.6.10 9.6.12: https://github.com/schollz/croc/releases/tag/v9.6.10 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | fswebcam: update to 20200725krant2024-02-22
| | | | | | | | | | | | - Remove dead mirror Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | git: update to 2.43.2krant2024-02-22
| | | | | | | | | | | | - Refresh a patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | boinc: update to 7.24.3krant2024-02-22
| | | | | | | | | | | | | | - Use local tarball - Remove upstreamed and refresh remaining patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | avrdude: update to 7.3krant2024-02-22
| | | | | | | | | | | | | | | | | | - Use local tarball - Use CMake - Depend from libusb-1.0 instead of libusb-compat - Remove obsolete patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | ripgrep: update to 14.1.0krant2024-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Link pcre2 dynamically - it was linked statically and libpcre2 dependency was useless - it magically fixes build error when global LTO is enabled - it reduces resulting binary size - Use 'release-lto' cargo profile to further reduce binary size 'rg' binary sizes comparision (arm_cortex-a9+neon): - 4293KB: unmodified - 4018KB: dynamic libpcre2 - 3521KB: dynamic libpcre2 + release-lto Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | bluez: update to 5.72krant2024-02-22
| | | | | | | | | | | | | | | | - Use HTTPS for URL - Don't set default configure option - Refresh the patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | 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>
* | nghttp3: fix pkgconfig fileRosen Penev2024-02-22
| | | | | | | | | | | | CMake build is passing host paths in pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | sysstat: update to 12.7.5krant2024-02-21
| | | | | | | | | | | | | | | | | | - Update package URLs - Add missing xz dependency - Fix incorrectly set sa_dir - Refresh the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | nlbwmon: update to Git HEAD (2024-02-21)Jo-Philipp Wich2024-02-21
| | | | | | | | | | | | | | | | | | | | | | 8dab2ae24c54 neigh: fix potential integer underflow in avl_cmp_neigh() 992f9078b1d5 nfnetlink: fix netlink dump receive logic ec1a39e53d3f nfnetlink: improve message reception in event callback 0ef61c3bebcb build: convert CMakeList.txt to lowercase c7616bcfaaef nlbwmon: utilize uloop interval timer if available Fixes: https://github.com/jow-/nlbwmon/issues/57 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | libffi: update to 3.4.6krant2024-02-21
| | | | | | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | libpng: update to 1.6.42krant2024-02-21
| | | | | | | | | | | | | | | | - Don't set default and rename renamed CMake options - Enable NEON optimizations - Rebase the patch Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | ovn: bump to 22.03.5Yousong Zhou2024-02-22
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | openvswitch: bump to 2.17.9Yousong Zhou2024-02-22
| | | | | | | | | | | | | | | | | | | | | | Refresh and backport patches so that - ./python path in the source code takes precedence over the same dir in hostpkg - OVN LTS version 22.03.5 which depends on Open vSwitch 3.0 can compile with Open vSwitch 2.17 Fixes: https://github.com/openwrt/packages/issues/22744 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | libcurl-gnutls: fix buildkrant2024-02-21
| | | | | | | | | | | | | | | | | | - Missing --without-nghttp3 was leaking host includes and breaking the build - Remove or rename deprecated configure options - Add --disable-libcurl-option to reduce package size - Use .xz instead of .bz2 for PKG_SOURCE Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* | rtty: update to 8.1.1Jianhui Zhao2024-02-21
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | dockerd: Update to 25.0.3Gerard Ryan2024-02-21
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | docker: Update to 25.0.3Gerard Ryan2024-02-21
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | containerd: Update to 1.7.13Gerard Ryan2024-02-21
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | runc: Update to 1.1.12Gerard Ryan2024-02-21
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | mwan3: check removed route before removalJonas Lochmann2024-02-20
| | | | | | | | | | | | | | | | | | | | This makes mwan3rtmon check if mwan3_get_routes returns a route before removing it. This helps with IPv6 routes with source address selector removal where multiple original routes are transformed to the same mwan3 route if one of the source routes is removed while the others are kept. Signed-off-by: Jonas Lochmann <git@inkompetenz.org>
* | openvpn: fix start_path_instance functionDirk Brenken2024-02-20
| | | | | | | | | | | | | | | | | | | | Check the conffile existance (with .conf extension), before calling the function 'start_path_instance'. This fixes errors with non-existing and wrong spelling instances. Signed-off-by: Dirk Brenken <dev@brenken.org> - Update commit description Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #23472 from mhei/php8-update-to-8.3.3Michael Heimpold2024-02-20
|\ \ | | | | | | php8: update to 8.3.3
| * | php8: update to 8.3.3Michael Heimpold2024-02-19
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | btop: Update to 1.3.2Tianling Shen2024-02-20
| | | | | | | | | | | | | | | | | | Synced LDFLAGS from upstream Makefile. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2raya: Update to 2.2.4.7Tianling Shen2024-02-20
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | yq: Update to 4.41.1Tianling Shen2024-02-20
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | strongswan: add empty configGlen Huang2024-02-20
| | | | | | | | | | | | | | | | | | | | | Without it, using uci to manipulate ipsec config can result in errors, making it much difficult to use in uci-defaults for example. Signed-off-by: Glen Huang <me@glenhuang.com>
* | | snort3: build against hyperscanJohn Audia2024-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increases snort's IPS fast pattern matching by 2x (compared to the ac_full engine) and 3x (compared to ac_bfna). This is most noticeable for users of large rules sets and when doing deep flow inspection. For more see: https://blog.snort.org/2020/09/snort-3-hyperscan-.html Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | | libuv: fix CVE-2024-24806Hirokazu MORIKAWA2024-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.48.0 CVE-2024-24806 : Improper Domain Lookup that potentially leads to SSRF attacks Vulnerabilities fixed * CVE-2024-24806 / GHSA-f74f-cvh7-c6q6 0f2d7e7, 3530bcc and e0327e1 Notable Changes * linux: disable io_uring on ppc64 and ppc64le #4285 * linux: disable io_uring on hppa below kernel 6.1.51 #4224 * win/spawn: optionally run executable paths with no file extension #4292 (We recommend that most users consider setting this by default) Important Bugs Fixed * unix,win: fix busy loop with zero timeout timers #4250, #4304. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | ocserv: updated configNikos Mavrogiannopoulos2024-02-19
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | ocserv: use better separator for sedNikos Mavrogiannopoulos2024-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents clashes with network addresses that contain '/'. Resolves: #18589 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | Merge pull request #23348 from nmav/bug/23185Nikos Mavrogiannopoulos2024-02-19
|\ \ \ | |/ / |/| | openconnect: make host dependency more resilient
| * | openconnect: make host dependency more resilientNikos Mavrogiannopoulos2024-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Retry when resolveip fails as it seems to be causing issues on startup depending on various unpredictable parameters. Resolves: #23185 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | Merge pull request #23463 from mhei/fix-aprMichael Heimpold2024-02-19
|\ \ \ | | | | | | | | apr/subversion: fix subversion build and apache-mod-php8 build regres…
| * | | apr/subversion: fix subversion build and apache-mod-php8 build regression ↵Michael Heimpold2024-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fixes #23460) The recent upgrade of apr included a change with should fix the subversion build. Unfortunately, this fix resulted in a build regression of apache-mod-php8. The new approach is to pass the locations of the apr config helpers to configure via parameter. Fixes: 68dd7b7cf632 ("apr: update to 1.7.4") Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | mariadb: fix compilation with newer fmtRosen Penev2024-02-18
| | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libfmt: fix compilation with mariadbRosen Penev2024-02-18
| | | | | | | | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | h2o: remove, nothing depends on it anymorePeter van Dijk2024-02-18
| | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>