From ca0a9f74005eabbda4d0dde573086628aea503bf Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 19 May 2023 09:38:48 +0000 Subject: [PATCH] busybox: update to 1.36.1 log: - https://git.busybox.net/busybox/log/?h=1_36_stable Bug fix release. 1.36.1 has fixes for line editing, detection of hardware sha1/sha256 support, unzip (do not create suid/sgid files unless -K), shell (printf and sleep with no args, handing of SIGINT in sleep), ed. release notes: - https://busybox.net --- packages/sysutils/busybox/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/busybox/package.mk b/packages/sysutils/busybox/package.mk index c993b98c04..7cf5de6e5f 100644 --- a/packages/sysutils/busybox/package.mk +++ b/packages/sysutils/busybox/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="busybox" -PKG_VERSION="1.36.0" -PKG_SHA256="542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5" +PKG_VERSION="1.36.1" +PKG_SHA256="b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314" PKG_LICENSE="GPL" PKG_SITE="http://www.busybox.net" PKG_URL="https://busybox.net/downloads/${PKG_NAME}-${PKG_VERSION}.tar.bz2"