mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
4ac1b91806cbafa4819adb249305557352452884
Commit 8f88a644ed ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.
Due to this change, libssh2 fails to build with output:
Applying 0002-src-add-strict-KEX-to-fix-CVE-2023-48795-Terrapin-Attack.patch using patch:
patching file src/kex.c
Hunk #1 succeeded at 3037 (offset 5 lines).
Hunk #2 succeeded at 3062 (offset 5 lines).
Hunk #3 succeeded at 3315 (offset 5 lines).
Hunk #4 succeeded at 3406 (offset 5 lines).
Hunk #5 succeeded at 3440 (offset 5 lines).
Hunk #6 succeeded at 3476 (offset 5 lines).
Hunk #7 succeeded at 3489 (offset 5 lines).
Hunk #8 succeeded at 3523 (offset 5 lines).
Hunk #9 succeeded at 3569 (offset 5 lines).
Hunk #10 succeeded at 3591 (offset 5 lines).
Hunk #11 succeeded at 3633 (offset 5 lines).
Hunk #12 succeeded at 3654 (offset 5 lines).
Hunk #13 succeeded at 3687 (offset 5 lines).
Hunk #14 succeeded at 3709 (offset 5 lines).
Hunk #15 succeeded at 3892 (offset 5 lines).
Hunk #16 succeeded at 3918 (offset 5 lines).
Hunk #17 succeeded at 3967 (offset 5 lines).
patching file src/libssh2_priv.h
Hunk #1 succeeded at 699 (offset -37 lines).
Hunk #2 succeeded at 873 (offset -38 lines).
Hunk #3 succeeded at 914 (offset -38 lines).
Hunk #4 succeeded at 1149 (offset -38 lines).
patching file src/packet.c
Hunk #1 succeeded at 605 (offset -19 lines).
Hunk #2 succeeded at 656 (offset -19 lines).
Hunk #3 succeeded at 1404 (offset -23 lines).
Hunk #4 succeeded at 1474 (offset -23 lines).
patching file src/packet.h
Hunk #1 FAILED at 72.
1 out of 1 hunk FAILED -- saving rejects to file src/packet.h.rej
This commit refreshes the package patches on the current package version.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
…
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%