aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | croc: update to 9.6.15Jonas Jelonek2024-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelogs: 9.6.13: https://github.com/schollz/croc/releases/tag/v9.6.13 9.6.14: https://github.com/schollz/croc/releases/tag/v9.6.14 9.6.15: https://github.com/schollz/croc/releases/tag/v9.6.15 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | | | libmad: fix PKG_VERSION after apk changeRosen Penev2024-04-06
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ttymidi-sysex: refresh dirty patchHannu Nyman2024-04-06
| | | | | | | | | | | | | | | | | | | | | CI in PR #23827 noticed a dirty patch in ttymidi-sysex. Refresh the patch. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | ksmbd-tools: update to version 3.5.2Andrea Pesaresi2024-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: - Add durable handles parameter to ksmbd.conf. - Add payload_sz in ksmbd_share_config_response to validate ipc response. - Fix UAF and cleanups. Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
* | | nginx: add patch to fix compilation error on mips targetsChristian Marangi2024-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch to fix compilation error on mips targets. This was triggered after enabling LTO. It was discovered that -fPIC is enabled on building dynamic modules in CFLAGS but was missing on linking them. This patch adds the missing -fPIC also on linking. Fixes: 3b13b08ad98d ("nginx: Fix compilation with LTO") Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | nginx: drop redundant --with-cc-opt configure argChristian Marangi2024-04-06
| |/ |/| | | | | | | | | | | | | | | | | Drop redundant --with-cc-opt configure arg to mute warning of cc1: note: someone does not honour COPTS correctly, passed 2 times. CFLAGS are already parsed and correctly applied without this option and adding it just makes the CFLAGS appended twice. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | fx: update to 34.0.0Fabian Lipken2024-04-05
| | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@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>
* | base16384: bump to version 2.3.0源 文雨2024-04-05
| | | | | | | | Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* | dmx_usb_module: fix 6.6 kernel compileAdam Duskett2024-04-05
| | | | | | | | Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
* | clixon: Update to 7.0.1Philip Prindeville2024-04-05
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | collectd: enable statsd pluginEdmunt Pienkowsky2024-04-05
| | | | | | | | Signed-off-by: Edmunt Pienkowsky <roed@onet.eu>
* | nano: fix syntax highlighting for raw ucode scriptsJo-Philipp Wich2024-04-05
| | | | | | | | | | | | | | | | | | Text between interpreter line and start of first directive should only highlighted as uninterpreted when running in template mode, so adjust the match rule accordingly. Fixes: #23761 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | Merge pull request #23787 from stangri/master-curlStan Grishin2024-04-04
|\ \ | | | | | | curl: update to 8.7.1
| * | curl: update to 8.7.1Stan Grishin2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 8.7.1: https://curl.se/changes.html#8_7_1 * use the new --disable-docs flag for configure * update 200-no_docs_tests.patch * switch to APK-compatible revision Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | v2ray-geodata: Update to latest versionTianling Shen2024-04-04
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-geodata: use APK compatible version schemaTianling Shen2024-04-04
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | strongswan: Backport upstream fix for RNG definition conflictPhilip Prindeville2024-04-03
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | libcurl-gnutls: update to verison 8.7.1Daniel Golle2024-04-04
| | | | | | | | | | | | | | | | | | See https://curl.se/changes.html#8_7_1 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cryptsetup: update to version 2.7.1Daniel Golle2024-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most notable change is the introduction of (optional) support for hardware OPAL disk encryption. However, as this requires Linux 6.4 or later, support for OPAL is implicitely disabled until targets used for the package build have been updated to Linux 6.6. See release notes for 2.7.0 and 2.7.1 for more details: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.1-ReleaseNotes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: update to LVM2 2.03.17 and libdm Version 1.02.187Daniel Golle2024-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LVM2 Version 2.03.17 - 10th November 2022 ========================================= Add new options (--fs, --fsmode) for FS handling when resizing LVs. Fix 'lvremove -S|--select LV' to not also remove its historical LV right away. Fix lv_active field type to binary so --select and --binary applies properly. Switch to use mallinfo2 and use it only with glibc. Error out in lvm shell if using a cmd argument not supported in the shell. Fix lvm shell's lastlog command to report previous pre-command failures. Extend VDO and VDOPOOL without flushing and locking fs. Add --valuesonly option to lvmconfig to print only values without keys. Updates configure with recent autoconf tooling. Fix lvconvert --test --type vdo-pool execution. Add json_std output format for more JSON standard compliant version of output. Fix vdo_slab_size_mb value for converted VDO volume. Fix many corner cases in device_id, including handling of S/N duplicates. Fix various issues in lvmdbusd. DM Version 1.02.187 - 10th November 2022 ======================================== Add DM_REPORT_GROUP_JSON_STD for more JSON standard compliant output format. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | python-orjson: update to version 3.10.0Timothy M. Ace2024-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant changes since previous 3.9.13: - FIXED: Fix crash serializing str introduced in 3.9.11 - FIXED: Implement recursion limit of 1024 on orjson.loads() - FIXED: Use byte-exact read on str formatting SIMD path to avoid crash - Build now depends on Rust 1.72 or later - Support serializing numpy.float16 (numpy.half) - sdist uses metadata 2.3 instead of 2.1 - Improve Windows PyPI builds Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
* | | apcupsd: fix gcc 13 compliation errorIvan Pavlov2024-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On GCC13 build fails: toolchain-mipsel_24kc_gcc-13.2.0_musl/lib/libsupc++.a(eh_alloc.o): in function `std::__sv_check(unsigned int, unsigned int, char const*)': toolchain-mipsel_24kc_gcc-13.2.0_musl/gcc-13.2.0-final/mipsel-openwrt-linux-musl/libstdc++-v3/include/string_view:73: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)' collect2: error: ld returned 1 exit status make[5]: *** [Makefile:33: apcupsd] Error 1 Workaround found at https://lore.kernel.org/buildroot/87wmsbk386.fsf@48ers.dk/T/ Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | nlbwmon: Fix PKG_MIRROR_HASH after APK changesHannu Nyman2024-04-03
| | | | | | | | | | | | | | | | | | | | | Adjust PKG_MIRROR_HASH to the filename logic change due to APK preparations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | cgi-io: Fix PKG_MIRROR_HASH after APK changesHannu Nyman2024-04-03
| | | | | | | | | | | | | | | | | | | | | Adjust PKG_MIRROR_HASH to the filename change due to APK preparations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | mdio-tools: use commit hash as the source versionRobert Marko2024-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In light of the recent XZ events, it seems that using the tag as the source version reference is not ideal as it can be updated by the upstream lets switch to using the full commit hash as the source. This also should fix the APK semantic versioning by setting PKG_VERSION as well updating the PKG_MIRROR_HASH which got broken by recent APK changes. Signed-off-by: Robert Marko <robimarko@gmail.com>
* | | yggdrasil: move `yggdrasil-jumper` setup/shutdown logic to `netifd`Remy D. Farley2024-04-02
| | | | | | | | | | | | Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
* | | yggdrasil-jumper: add multiple ygg supportWilliam Fleurant2024-04-02
| | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | yggdrasil-jumper: initial commit buildsWilliam Fleurant2024-04-02
| | | | | | | | | | | | | | | | | | | | | | | | mips32/xiaomi-4c target bins stun-tcp ............ 1.7M yggdrasil-jumper .... 2.3M Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | Merge pull request #22599 from vooon/add-net-wgsdJosef Schlehofer2024-04-01
|\ \ \ | | | | | | | | wgsd: add package
| * | | wgsd: add packageVladimir Ermakov2024-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds WGSD, a service that enables use cases such as: - Building a mesh of WireGuard peers from a central registry - Dynamic discovery of WireGuard Endpoint addressing (both IP address and port number) - NAT-to-NAT WireGuard connectivity where UDP hole punching is supported. Provides two packages: - wgsd-coredns - a DNS-SD server, which allows clients to discover other wireguard peers - wgsd-client - a client, which query DNS server and update wireguard peers endpoints Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* | | | Merge pull request #23792 from jmarcet/luajit2Josef Schlehofer2024-04-01
|\ \ \ \ | | | | | | | | | | luajit2: update to v2.1-20240314
| * | | | luajit2: update to v2.1-20240314Javier Marcet2024-04-01
|/ / / / | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | xray-core: Update to 1.8.10Tianling Shen2024-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | yq: Update to 4.43.1Tianling Shen2024-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | alist: Update to 3.33.0Tianling Shen2024-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | lua-eco: update to 3.3.0Jianhui Zhao2024-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #23789 from rsalvaterra/tor-bumpRui Salvaterra2024-03-31
|\ \ \ \ | |_|/ / |/| | | tor: update to 0.4.8.10 stable
| * | | tor: update to 0.4.8.10 stableRui Salvaterra2024-03-31
|/ / / | | | | | | | | | | | | | | | | | | | | | Bugfix release, see the changelog [1] for what's new. [1] https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.8.10/ChangeLog Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | Merge pull request #23704 from graysky2/htopEtienne Champetier2024-03-31
|\ \ \ | | | | | | | | htop: build with CONFIG_HTOP_LMSENSORS=y
| * | | htop: build with CONFIG_HTOP_LMSENSORS=yJohn Audia2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default CONFIG_HTOP_LMSENSORS to y so users just need to install libsensors, no need to build your own, but no need to pay the size price when you don't use it. Closes #23700. Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | Merge pull request #23777 from jmarcet/docker-composeJosef Schlehofer2024-03-31
|\ \ \ \ | | | | | | | | | | docker-compose: Update to version 2.26.1
| * | | | docker-compose: add PKG_NAME to PKG_SOURCEJavier Marcet2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, the tarball was downloaded as vVERSION.tar.gz. For example, it was v2.26.1.tar.gz and that file was put into the dl folder within the OpenWrt build system. After this change, the tarball is properly downloaded as NAME-vVERSION.tar.gz. In this case, it will look like this: docker-compose-v.2.26.1.tar.gz The advantages of using this: - Users, developers will know that what they downloaded (it has name and version) - The tarball will not be overwritten by another package with the same version. Signed-off-by: Javier Marcet <javier@marcet.info> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [added commit message]
| * | | | docker-compose: Update to version 2.26.1Javier Marcet2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/docker/compose/releases/tag/v2.26.1 Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | kmsbd-tools: switch to use tagged releaseAndrea Pesaresi2024-03-31
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of checking Git sources, we will use now tagged releases. This solve the strange version 0~3.5.1-r1, now will be 3.5.2-r2 Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
* | | | netbird: update to 0.26.6jiangslee2024-03-30
| | | | | | | | | | | | | | | | Signed-off-by: jiangslee <jiangsili@qq.com>
* | | | tailscale: Update to 1.62.1Zephyr Lykos2024-03-30
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/tailscale/tailscale/releases/tag/v1.62.1 Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | | 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>
* | | | | Merge pull request #23744 from stangri/master-ngtcp2Stan Grishin2024-03-29
|\ \ \ \ \ | | | | | | | | | | | | ngtcp2: update to 1.4.0