Skip to content

Commit

Permalink
Bump buildroot to 2024.02.4 (#3487)
Browse files Browse the repository at this point in the history
* buildroot d03dda4fcf...baa16784d2 (5):
  > Merge tag '2024.02.4' into 2024.02.x-haos
  > fs/erofs: add config options for dedupe, fragments and ztailpacking
  > fs/erofs: add LZMA compression, allow configurable compression level
  > package/erofs-utils: add config option for LZMA compression
  > package/erofs-utils: bump to 1.7.1
  • Loading branch information
sairon authored Jul 23, 2024
1 parent 5d5bc36 commit 6de9da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot
Submodule buildroot updated 90 files
+0 −4 .checkpackageignore
+3 −0 .editorconfig
+60 −0 .gitlab/issue_templates/default.md
+16 −0 CHANGES
+3 −1 DEVELOPERS
+2 −2 Makefile
+3 −0 board/pine64/rockpro64/linux.fragment
+1 −0 configs/rockpro64_defconfig
+69 −2 fs/erofs/Config.in
+22 −2 fs/erofs/erofs.mk
+1 −1 fs/tar/tar.mk
+1 −1 linux/Config.in
+6 −6 linux/linux.hash
+1 −1 package/Makefile.in
+3 −3 package/apache/apache.hash
+1 −1 package/apache/apache.mk
+2 −2 package/composer/composer.mk
+1 −1 package/cvs/cvs.mk
+2 −2 package/daq/daq.hash
+5 −1 package/daq/daq.mk
+6 −0 package/erofs-utils/Config.in
+1 −1 package/erofs-utils/erofs-utils.hash
+10 −3 package/erofs-utils/erofs-utils.mk
+1 −1 package/fluent-bit/fluent-bit.hash
+1 −1 package/fluent-bit/fluent-bit.mk
+1 −0 package/flutter-engine/flutter-engine.mk
+1 −1 package/flutter-engine/gen-tarball
+0 −34 package/ghostscript/0001-Fix-build-without-BUILD_PDF.patch
+2 −2 package/ghostscript/ghostscript.hash
+1 −1 package/ghostscript/ghostscript.mk
+1 −1 package/glibc/glibc.hash
+14 −1 package/glibc/glibc.mk
+0 −1 package/liblockfile/liblockfile.hash
+0 −1 package/liblockfile/liblockfile.mk
+18 −0 package/libmad/0003-drop-GCC-fforce-mem-option.patch
+1 −1 package/libmad/libmad.mk
+5 −12 package/libopenssl/libopenssl.mk
+6 −6 package/linux-headers/Config.in.host
+1 −1 package/localedef/localedef.mk
+1 −1 package/mesa3d-headers/mesa3d-headers.mk
+0 −58 package/mesa3d/0006-drisw-fix-build-without-dri3.patch
+0 −42 package/mesa3d/0007-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch
+3 −3 package/mesa3d/mesa3d.hash
+1 −1 package/mesa3d/mesa3d.mk
+4 −3 package/network-manager/Config.in
+3 −3 package/ntp/ntp.hash
+1 −1 package/ntp/ntp.mk
+7 −0 package/octave/octave.mk
+32 −0 package/openssh/0001-Improve-detection-of-fzero-call-used-regs-used.patch
+41 −0 package/openssh/0002-sshsigdie-async-signal-unsafe.patch
+3 −0 package/openssh/openssh.mk
+1 −1 package/openvpn/openvpn.hash
+1 −1 package/openvpn/openvpn.mk
+1 −1 package/php/php.hash
+1 −1 package/php/php.mk
+3 −1 package/pkg-download.mk
+1 −1 package/python3/python3.mk
+7 −2 package/qt6/qt6base/qt6base.mk
+10 −6 package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch
+1 −1 package/raspberrypi-usbboot/raspberrypi-usbboot.hash
+2 −2 package/raspberrypi-usbboot/raspberrypi-usbboot.mk
+1 −1 package/redis/redis.hash
+1 −1 package/redis/redis.mk
+1 −1 package/sentry-cli/sentry-cli.mk
+0 −45 package/systemd/0001-install-fix-compiler-warning-about-empty-directive-argument.patch
+1 −1 package/systemd/systemd.hash
+1 −1 package/systemd/systemd.mk
+2 −2 package/tor/tor.hash
+1 −1 package/tor/tor.mk
+4 −4 package/vlc/vlc.hash
+1 −1 package/vlc/vlc.mk
+1 −1 package/xfsprogs/Config.in
+1 −1 package/xmrig/xmrig.hash
+1 −1 package/xmrig/xmrig.mk
+0 −27 package/znc/0001-LibreSSL-3.5-opaqued-structures.patch
+0 −68 package/znc/0002-Fix-build-with-libressl.patch
+0 −30 package/znc/0003-DH_set0_pqg-and-DH_get0_key-have-existed-since-Libre.patch
+0 −53 package/znc/0004-Add-support-SWIG-4.1.0-drop-support-for-4.0.1.patch
+3 −3 package/znc/Config.in
+1 −1 package/znc/znc.hash
+1 −1 package/znc/znc.mk
+3 −2 support/download/cvs
+2 −2 support/download/helpers
+1 −1 support/misc/Vagrantfile
+3 −1 support/scripts/apply-patches.sh
+9 −2 support/testing/infra/builder.py
+1 −1 support/testing/tests/package/sample_python_pybind.py
+86 −0 support/testing/tests/package/test_ntp.py
+10 −0 support/testing/tests/package/test_ntp/rootfs-overlay/etc/ntp.conf
+3 −3 utils/genrandconfig

0 comments on commit 6de9da2

Please sign in to comment.