forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from openwrt:master #71
Open
pull
wants to merge
78
commits into
liudf0716:master
Choose a base branch
from
openwrt:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No patches needed to be rebased/simple version bump. Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 Signed-off-by: John Audia <[email protected]>
Update nano editor to version 8.3. Signed-off-by: Hannu Nyman <[email protected]>
Signed-off-by: Olivier Poitrey <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Use #elif defined instead of #elifdef as seen elsewhere throughout the patch file. This avoids the following errors when compiling with GCC 11: ``` mibgroup/ucd-snmp/proc.c:45:2: error: invalid preprocessing directive #elifdef; did you mean #ifdef? 45 | #elifdef HAVE_PCRE_H | ^~~~~~~ | ifdef mibgroup/ucd-snmp/proc.c:243:2: error: invalid preprocessing directive #elifdef; did you mean #ifdef? 243 | #elifdef HAVE_PCRE_H | ^~~~~~~ | ifdef ``` Signed-off-by: Wei-Ting Yang <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Austin Lane <[email protected]>
Signed-off-by: Austin Lane <[email protected]>
Signed-off-by: Austin Lane <[email protected]>
Signed-off-by: Othmar Truniger <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Jianhui Zhao <[email protected]>
Signed-off-by: Aleksey Kolosov <[email protected]>
This reverts commit 9e70d3c. As mentioned here: #25582 (comment) Signed-off-by: Alexandru Ardelean <[email protected]>
This backported patch is required to fix the build for loongarch64: ... ... loongarch64-openwrt-linux-musl/bin/ld.bfd: Zend/zend_fibers.o: in function `zend_fiber_init_context': zend_fibers.c:(.text+0xb34): undefined reference to `getcontext' ... loongarch64-openwrt-linux-musl/bin/ld.bfd: zend_fibers.c:(.text+0xb38): undefined reference to `getcontext' ... loongarch64-openwrt-linux-musl/bin/ld.bfd: zend_fibers.c:(.text+0xb74): undefined reference to `makecontext' ... loongarch64-openwrt-linux-musl/bin/ld.bfd: zend_fibers.c:(.text+0xb78): undefined reference to `makecontext' ... loongarch64-openwrt-linux-musl/bin/ld.bfd: Zend/zend_fibers.o: in function `.L170': zend_fibers.c:(.text+0xe34): undefined reference to `swapcontext' ... Signed-off-by: Michael Heimpold <[email protected]>
bcm2711: https://github.com/raspberrypi/rpi-eeprom/blob/v2024.11.12-2712/firmware-2711/release-notes.md#2024-10-10-use-soft-reset-to-preseve-sdram-contents-after-ramoops-latest https://github.com/raspberrypi/rpi-eeprom/blob/v2024.11.12-2712/firmware-2711/release-notes.md#2024-10-21-fix-pcie-bar-issue-for-some-switches--latest bcm2712: https://github.com/raspberrypi/rpi-eeprom/blob/v2024.11.12-2712/firmware-2712/release-notes.md#2024-10-10-add-support-to-override-the-boot-mode-at-power-on-latest https://github.com/raspberrypi/rpi-eeprom/blob/v2024.11.12-2712/firmware-2712/release-notes.md#2024-10-21-fix-pcie-bar-issue-for-some-switches--latest https://github.com/raspberrypi/rpi-eeprom/blob/v2024.11.12-2712/firmware-2712/release-notes.md#2024-11-05-numa---add-system_heapmax_order0-when-needed-latest https://github.com/raspberrypi/rpi-eeprom/blob/v2024.11.12-2712/firmware-2712/release-notes.md#2024-11-12-enable-initial_turbo60-by-default-latest Full changelog: raspberrypi/rpi-eeprom@v2024.09.23-2712...v2024.11.12-2712 Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Dropped: 003-without-vendored-meson.patch 004-workaround-for-multiple-top-level-packages-discovered.patch This time, we really need to use meson to build numpy. And to make things more complicated, the 'vendored' meson package (that comes with numpy) must be used. This is because they have some special logic in there that's specific to numpy. With this change, we also need to keep a special/internal 'openwrt-cross.txt.in' file, because cross-compiling numpy also requires that a 'longdouble_format' property be added. More details about this: numpy/numpy#23972 https://github.com/numpy/numpy/blob/maintenance/2.2.x/doc/source/building/cross_compilation.rst Removing quirk fix for x86_64 with detecting 'avx512f'. This should work with the new meson stuff. And finally, added a test.sh script. This should make sure that this package works fine during upgrades. Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Alexandru Ardelean <[email protected]>
go1.23.4 (released 2024-12-03) includes fixes to the compiler, the runtime, the trace command, and the syscall package. Signed-off-by: Tianling Shen <[email protected]>
remake this commit #25582 Fix nodejs compile errors after the introduction of abseil-cpp in #25565 Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Partially revert: 7b3d033 - Revert: Also fixes issue of not being able to build with musl >1.2.4, The issue has been resolved as of March 2024. For more details, see: mattn/go-sqlite3#1164 (comment) Signed-off-by: Wesley Gimenes <[email protected]>
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.35.0 Signed-off-by: Wesley Gimenes <[email protected]>
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.35.1 Signed-off-by: Wesley Gimenes <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Linux kernel userspace tool to examine and to tune power saving related features of the processor Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]> Small fixes to allow building with SDK (buildbots) Comile-tested: mxs Signed-off-by: Michael Heimpold <[email protected]>
Signed-off-by: W. Michael Petullo <[email protected]>
Signed-off-by: W. Michael Petullo <[email protected]>
Signed-off-by: W. Michael Petullo <[email protected]>
Signed-off-by: W. Michael Petullo <[email protected]>
Signed-off-by: W. Michael Petullo <[email protected]>
Signed-off-by: W. Michael Petullo <[email protected]>
Signed-off-by: Ray Wang <[email protected]>
Refreshed patches. Use libtirpc to fix missing bindresvport. It's not actually used. Signed-off-by: Rosen Penev <[email protected]>
Wrong cast type. Signed-off-by: Rosen Penev <[email protected]>
Add patch to fix compilation with fmt 11.1. Remove upstreamed patch. Signed-off-by: Rosen Penev <[email protected]>
Missing header. Signed-off-by: Rosen Penev <[email protected]>
Need a define for strcasestr Signed-off-by: Rosen Penev <[email protected]>
* add new additional peer * add more configuration comments * expose dht_isolation_prefix setting Signed-off-by: Moritz Warning <[email protected]>
Bug fixes: efahl/owut@9f63203 owut: fix missing SSL library message Enhancements: efahl/owut@e623a90 owut: cosmetic: include kernel version in build results efahl/owut@05f3bbe owut: allow alternate delimiters between added/removed packages efahl/owut@31b0478 owut: list server in 'versions' output efahl/owut@ec97414 readme: general updates Signed-off-by: Eric Fahlgren <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
- Update to 9.1.2 - Refresh the patches Signed-off-by: Vladimir Ermakov <[email protected]>
Release notes: 10.1.2: https://github.com/schollz/croc/releases/tag/v10.1.2 10.1.3: https://github.com/schollz/croc/releases/tag/v10.1.3 10.2.0: https://github.com/schollz/croc/releases/tag/v10.2.0 10.2.1: https://github.com/schollz/croc/releases/tag/v10.2.1 Signed-off-by: Jonas Jelonek <[email protected]>
Release notes: 0.20.11: https://github.com/eza-community/eza/releases/tag/v0.20.11 0.20.12: https://github.com/eza-community/eza/releases/tag/v0.20.12 0.20.13: https://github.com/eza-community/eza/releases/tag/v0.20.13 0.20.14: https://github.com/eza-community/eza/releases/tag/v0.20.14 0.20.15: https://github.com/eza-community/eza/releases/tag/v0.20.15 Signed-off-by: Jonas Jelonek <[email protected]>
The initial idea was to have the new package in the existing category, not to create a new one. Thanks @anomeome for spotting this. Signed-off-by: Michael Heimpold <[email protected]>
Signed-off-by: Peter van Dijk <[email protected]>
Fsh helps you access local shell and TCP services behind a NAT or firewall. More details: https://github.com/heiher/hev-fsh Signed-off-by: Ray Wang <[email protected]>
Use meson. Upstream prefers it. Remove upstreamed patches. Signed-off-by: Rosen Penev <[email protected]>
Fixes compilation with Boost 1.87. Move away from codeload. Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
The existing endpoint can handle IPv6 addresses as well.
update init script to use procd Signed-off-by: Mohd Husaam Mehdi <[email protected]>
* update init script to validate and process UCI * the option conf_file can be used to pass a conf file instead of using UCI Signed-off-by: Mohd Husaam Mehdi <[email protected]>
Signed-off-by: Noah Meyerhans <[email protected]>
Release notes: https://github.com/docker/compose/releases/tag/v2.32.2 Signed-off-by: Javier Marcet <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )