Skip to content

Commit

Permalink
buildroot: update to release 2023.05.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Sep 1, 2023
1 parent fb4bcbf commit 2e44b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot
Submodule buildroot updated 42 files
+1 −2 .checkpackageignore
+61 −0 CHANGES
+0 −9 Makefile
+3 −3 boot/grub2/0002-grub-mkconfig-Restore-umask-for-the-grub.cfg.patch
+126 −0 boot/grub2/0003-loader-efi-chainloader-Simplify-the-loader-state.patch
+165 −0 boot/grub2/0004-commands-boot-Add-API-to-pass-context-to-loader.patch
+80 −0 boot/grub2/0005-loader-efi-chainloader-Use-grub_loader_set_ex.patch
+105 −0 boot/grub2/0006-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch
+689 −0 boot/grub2/0007-video-Remove-trailing-whitespaces.patch
+204 −0 boot/grub2/0008-video-readers-png-Abort-sooner-if-a-read-operation-f.patch
+34 −0 boot/grub2/0009-video-readers-png-Refuse-to-handle-multiple-image-he.patch
+173 −0 boot/grub2/0010-video-readers-png-Drop-greyscale-support-to-fix-heap.patch
+44 −0 boot/grub2/0011-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff-.patch
+78 −0 boot/grub2/0012-video-readers-jpeg-Block-int-underflow-wild-pointer-.patch
+56 −0 boot/grub2/0013-net-ip-Do-IP-fragment-maths-safely.patch
+50 −0 boot/grub2/0014-net-http-Fix-OOB-write-for-split-http-headers.patch
+52 −0 boot/grub2/0015-net-http-Error-out-on-headers-with-LF-without-CR.patch
+116 −0 boot/grub2/0016-font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch
+83 −0 boot/grub2/0017-font-Fix-several-integer-overflows-in-grub_font_cons.patch
+93 −0 boot/grub2/0018-font-Fix-an-integer-underflow-in-blit_comb.patch
+19 −0 boot/grub2/grub2.mk
+18 −18 docs/website/download.html
+38 −0 docs/website/news.html
+1 −1 linux/Config.in
+7 −7 linux/linux.hash
+3 −1 package/heirloom-mailx/heirloom-mailx.mk
+7 −7 package/linux-headers/Config.in.host
+73 −0 package/log4cxx/0001-Make-ODBC-and-SMTP-opt-in-191.patch
+8 −1 package/log4cxx/log4cxx.mk
+4 −4 package/openjdk-bin/openjdk-bin.hash
+2 −2 package/openjdk-bin/openjdk-bin.mk
+0 −0 package/openjdk/17.0.8+7/0001-Add-ARCv2-ISA-processors-support-to-Zero.patch
+2 −2 package/openjdk/openjdk.hash
+2 −2 package/openjdk/openjdk.mk
+1 −1 package/pcm-tools/pcm-tools.hash
+14 −2 package/pcm-tools/pcm-tools.mk
+1 −1 support/misc/Vagrantfile
+0 −174 support/scripts/cpedb.py
+0 −65 support/scripts/gen-missing-cpe
+4 −4 support/scripts/pkg-stats
+1 −1 toolchain/helpers.mk
+0 −1 toolchain/toolchain-external/toolchain-external-synopsys-arc/Config.in

0 comments on commit 2e44b54

Please sign in to comment.