- Sep 03, 2023
-
-
Tianling Shen authored
ver 0.23.13 (2023/05/22) * input - curl: fix busy loop after connection failed - curl: hide "404" log messages for non-existent ".mpdignore" files * archive - zzip: fix crash bug * database - simple: reveal hidden songs after deleting containing CUE * decoder - ffmpeg: reorder to a lower priority than "gme" - gme: require GME 0.6 or later * output - pipewire: fix corruption bug due to missing lock * Linux - shut down if parent process dies in --no-daemon mode - determine systemd unit directories via pkg-config * support libfmt 10 ver 0.23.12 (2023/01/17) * input - curl: require CURL 7.55.0 or later * decoder - mad: fix integer underflow with very small files * tags - fix crash bug due to race condition * output - pipewire: adjust to PipeWire 0.3.64 API change * fix build failures with GCC 13 Removed upstreamed patch. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit f43e7a5067f5d594ffee9ad66fe50256b423c524)
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit b5463d16f1b962c36784ff92252db49b5b3791b9)
-
Robert Marko authored
It seems that the Makefile has both CC and CFLAGS hardcoded and does not allow overriding them by ones being passed by the buildsystem. This works fine until CONFIG_PKG_ASLR_PIE_ALL is selected, then building will fail with: arm-openwrt-linux-muslgnueabi/bin/ld.bfd: mhz.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC arm-openwrt-linux-muslgnueabi/bin/ld.bfd: mhz.o(.text+0x75c): unresolvable R_ARM_CALL relocation against symbol `__aeabi_l2d@@GCC_3.5 So, lets add a patch pending upstream that allows both CC and CFLAGS to be overriden so that ones passed by the buildsystem are actually respected. Fixes: 89123b308f98 ("mhz: add new package") Signed-off-by:
Robert Marko <robimarko@gmail.com> (cherry picked from commit 6c28f46f37d35dce06c320d9ac7f256c113aea22)
-
Josef Schlehofer authored
Changelog: https://www.knot-resolver.cz/2023-01-26-knot-resolver-5.6.0.html https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit a5314681149259827c1eec074ae11fe6b7a80961)
-
- Sep 02, 2023
-
-
Alex Shumsky authored
`/proc/net/netstat` `TcpExt:` line is 2064 chars long on linux 6.1 Signed-off-by:
Alex Shumsky <alexthreed@gmail.com> [PKG_RELEASE bump added] (cherry picked from commit b5bf5927f70231683262de36276ead1029f524e6)
-
Luca Barbato authored
Bottom is a top/htop workalike with few additional features, written in rust. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit f3a6491674ab451535e392b63e94a545abf3f292)
-
Jeffery To authored
Currently, the run-test code tries to find the package source directory based on the directory name only. This fails for the Go compiler package because there is more than one directory named "golang". This uses the full path listed in the "Source:" line of the control file to find the package source directory. This also: * Checks for the test script earlier, to avoid installing and removing ipk files when there is no test script to be run * Makes PKG_VERSION parsing more lenient, as the package may not have a PKG_RELEASE, e.g. attendedsysupgrade-common Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 5422bd621836e361bcb49c427f888fe3a8df267c)
-
Nuno Gonçalves authored
Signed-off-by:
Nuno Gonçalves <nunojpg@gmail.com> (cherry picked from commit e95955f40b3731fa8df8bcc9b8b81218baa2b449)
-
Nuno Gonçalves authored
Signed-off-by:
Nuno Gonçalves <nunojpg@gmail.com> (cherry picked from commit 9536d28384d0d924e8b03ce42dbc2d61ce4174d0)
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 06e9fdfe00727d31a01e97c9946d4148687b8edb)
-
Paul Spooren authored
The package is terribly outdated and bundling it with the web UI is a task I don't find myself willing to take. Dropping it. FIX: #16008 Signed-off-by:
Paul Spooren <paul.spooren@rhebo.com>
-
John Audia authored
Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by:
John Audia <therealgraysky@proton.me> (cherry picked from commit 58719c0aa4f33dc8eae83b98daff501835904662)
-
- Sep 01, 2023
-
-
Jan Hák authored
Signed-off-by:
Jan Hák <jan.hak@nic.cz> (cherry picked from commit dea3e7acb6b4ef4b83defc2d40ad4dfeb10d1df4)
-
Jan Hák authored
Signed-off-by:
Jan Hák <jan.hak@nic.cz> (cherry picked from commit e79e4415139fd1bc475200a8e408dce9a7f89dc2)
-
Jan Hák authored
Signed-off-by:
Jan Hák <jan.hak@nic.cz> (cherry picked from commit f6aa1198eb14487d57bb5cb88fcc359376bfd3ed)
-
Jan Hák authored
Signed-off-by:
Jan Hák <jan.hak@nic.cz> (cherry picked from commit 9517ef080a88812b96ef55e55ddc83ada0a6a829)
-
Jan Hák authored
Signed-off-by:
Jan Hák <jan.hak@nic.cz> (cherry picked from commit 439694a0128739e493d5ff2d20a8cbd4d4ca253e)
-
Florian Eckert authored
In order to use the dbus interfaces via the command gdbus-codegen, the xml files must be copied into the building staging directory, so that other programmes can use them during compilation. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 161fd74fa2ccfebb4f7898fc77eba94f6a46e608)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 015106346ca1d6b71a83bb6c16be42112f1fc4ae)
-
Florian Eckert authored
Teardown error reporting is not needed, bacause it overrides init error reporting. Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit 5fa043000fdf97fda36d06cac005209fcda5910e)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry picked from commit dbf23705c50b898d5f2ce2fe4e7418d2f3a931c8)
-
Alex Shumsky authored
Signed-off-by:
Alex Shumsky <alexthreed@gmail.com>
-
Alex Shumsky authored
Signed-off-by:
Alex Shumsky <alexthreed@gmail.com>
-
- Aug 31, 2023
-
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Resolves: #15592 Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Tianling Shen authored
Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commit a86c47044d302c925bd3eec87fe3d83856b50f7d) [added a patch to fix build with Go 1.20] Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
Quintin Hill authored
Signed-off-by:
Quintin Hill <stuff@quintin.me.uk> (cherry picked from commit 0c93584975670a812b7a24ec17d1c959aa295ff7)
-
Quintin Hill authored
Signed-off-by:
Quintin Hill <stuff@quintin.me.uk> (cherry picked from commit 0ccd51244508310ec84ebe29b28922b041d4c3b0)
-
- Aug 30, 2023
-
-
Van Waholtz authored
Signed-off-by:
Van Waholtz <brvphoenix@gmail.com> (cherry picked from commit 073aae7f4e187b83def07f4c6a23b79a4ac2bcfc)
-
Van Waholtz authored
Add support for GO 1.21. Signed-off-by:
Van Waholtz <brvphoenix@gmail.com> (cherry picked from commit 115e209a74a7c1557e1150fd03464d2d3ace8368)
-
Van Waholtz authored
Signed-off-by:
Van Waholtz <brvphoenix@gmail.com> (cherry picked from commit ae3629f56abd46f2925aaf35cac786a1941ac5d6)
-
Nikos Mavrogiannopoulos authored
It is not used by its included scripts. Resolves: #21799 Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Aug 29, 2023
-
-
Stan Grishin authored
[23.05] miniupnpd: remove uci-defaults and fw4-include files for nftables var…
-
Nikos Mavrogiannopoulos authored
Signed-off-by:
Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
-
- Aug 28, 2023
-
-
Volker Christian authored
Fixes #21583 zstdlib and lzlib support is currently not neccessary for OpenWRT. Thus, Explicitly disable zstdlib and lzlib as they would be enabled automatically in case they are already installed. Signed-off-by:
Volker Christian <me@vchrist.at> (cherry picked from commit 3ee4f030b525d8d7c56605735df1c44d1362f026)
-
Volker Christian authored
Executables depending on binary package libmagic segfault in case package file is not installed. Libmagic needs file /usr/share/misc/magic to not segfault. Thus, install /usr/share/misc/magic along with libmagic and not with file. Signed-off-by:
Volker Christian <me@vchrist.at> (cherry picked from commit 5362b272cbe6124519616052bf61a6faee60cd2b)
-
Volker Christian authored
Signed-off-by:
Volker Christian <me@vchrist.at> (cherry picked from commit dae4f184f77aed1aae44edea7b10a5676f014693)
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit 09e06f959414ae968a2a6fd2ef9ffd182009a94b)
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from commit bc32e54713361dd6c3c8d676ee7b78c7eecb65eb)
-