Update to 1.36.1

This commit is contained in:
Tianon Gravi 2023-05-18 16:43:49 -07:00
parent 7a3eb469d6
commit ce868b8092
5 changed files with 15 additions and 19 deletions

View File

@ -265,8 +265,10 @@ RUN set -eux; \
CONFIG_FEATURE_UTMP \
CONFIG_FEATURE_WTMP \
{{ ) else "" end -}}
{{ if .version | startswith("1.35.") then ( -}}
# disable SHA hardware acceleration (temporarily), as it fails with SIGILL on some of GitHub's common CI systems; https://bugs.busybox.net/show_bug.cgi?id=15236
CONFIG_SHA256_HWACCEL CONFIG_SHA1_HWACCEL \
{{ ) else "" end -}}
'; \
\
make defconfig; \

View File

@ -24,9 +24,9 @@ RUN set -eux; \
# sub 1024g/2C766641 2006-12-12
RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys C9E9416F76E610DBD09D040F47B70C55ACC9965B
# https://busybox.net: 3 January 2023
ENV BUSYBOX_VERSION 1.36.0
ENV BUSYBOX_SHA256 542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5
# https://busybox.net: 19 May 2023
ENV BUSYBOX_VERSION 1.36.1
ENV BUSYBOX_SHA256 b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314
RUN set -eux; \
tarball="busybox-${BUSYBOX_VERSION}.tar.bz2"; \
@ -53,8 +53,6 @@ RUN set -eux; \
\
unsetConfs=' \
CONFIG_FEATURE_SYNC_FANCY \
# disable SHA hardware acceleration (temporarily), as it fails with SIGILL on some of GitHub's common CI systems; https://bugs.busybox.net/show_bug.cgi?id=15236
CONFIG_SHA256_HWACCEL CONFIG_SHA1_HWACCEL \
'; \
\
make defconfig; \

View File

@ -26,9 +26,9 @@ RUN set -eux; \
# sub 1024g/2C766641 2006-12-12
RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys C9E9416F76E610DBD09D040F47B70C55ACC9965B
# https://busybox.net: 3 January 2023
ENV BUSYBOX_VERSION 1.36.0
ENV BUSYBOX_SHA256 542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5
# https://busybox.net: 19 May 2023
ENV BUSYBOX_VERSION 1.36.1
ENV BUSYBOX_SHA256 b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314
RUN set -eux; \
tarball="busybox-${BUSYBOX_VERSION}.tar.bz2"; \
@ -61,8 +61,6 @@ RUN set -eux; \
CONFIG_FEATURE_INETD_RPC \
CONFIG_FEATURE_UTMP \
CONFIG_FEATURE_WTMP \
# disable SHA hardware acceleration (temporarily), as it fails with SIGILL on some of GitHub's common CI systems; https://bugs.busybox.net/show_bug.cgi?id=15236
CONFIG_SHA256_HWACCEL CONFIG_SHA1_HWACCEL \
'; \
\
make defconfig; \

View File

@ -210,9 +210,9 @@ ENV PATH /usr/src/buildroot/output/host/usr/bin:$PATH
# sub 1024g/2C766641 2006-12-12
RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys C9E9416F76E610DBD09D040F47B70C55ACC9965B
# https://busybox.net: 3 January 2023
ENV BUSYBOX_VERSION 1.36.0
ENV BUSYBOX_SHA256 542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5
# https://busybox.net: 19 May 2023
ENV BUSYBOX_VERSION 1.36.1
ENV BUSYBOX_SHA256 b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314
RUN set -eux; \
tarball="busybox-${BUSYBOX_VERSION}.tar.bz2"; \
@ -239,8 +239,6 @@ RUN set -eux; \
\
unsetConfs=' \
CONFIG_FEATURE_SYNC_FANCY \
# disable SHA hardware acceleration (temporarily), as it fails with SIGILL on some of GitHub's common CI systems; https://bugs.busybox.net/show_bug.cgi?id=15236
CONFIG_SHA256_HWACCEL CONFIG_SHA1_HWACCEL \
'; \
\
make defconfig; \

View File

@ -3,15 +3,15 @@
"buildroot": {
"version": "2023.02"
},
"date": "3 January 2023",
"sha256": "542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5",
"stability": "unstable",
"date": "19 May 2023",
"sha256": "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314",
"stability": "stable",
"variants": [
"glibc",
"uclibc",
"musl"
],
"version": "1.36.0"
"version": "1.36.1"
},
"latest-1": {
"buildroot": {