From a201ce2668b1d4ce3e186b306187d24e1100825ac16a892ca54f75b4f3606728 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 6 Jun 2023 13:46:17 +0000 Subject: [PATCH] Accepting request 1090575 from home:dirkmueller:Factory - update to 1.36.1: * 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. OBS-URL: https://build.opensuse.org/request/show/1090575 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=120 --- busybox-1.36.0.tar.bz2 | 3 --- busybox-1.36.0.tar.bz2.sig | Bin 121 -> 0 bytes busybox-1.36.1.tar.bz2 | 3 +++ busybox-1.36.1.tar.bz2.sig | Bin 0 -> 95 bytes busybox.changes | 10 ++++++++++ busybox.spec | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 busybox-1.36.0.tar.bz2 delete mode 100644 busybox-1.36.0.tar.bz2.sig create mode 100644 busybox-1.36.1.tar.bz2 create mode 100644 busybox-1.36.1.tar.bz2.sig diff --git a/busybox-1.36.0.tar.bz2 b/busybox-1.36.0.tar.bz2 deleted file mode 100644 index add8182..0000000 --- a/busybox-1.36.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5 -size 2523487 diff --git a/busybox-1.36.0.tar.bz2.sig b/busybox-1.36.0.tar.bz2.sig deleted file mode 100644 index d5d21c1f66fab48544f14e88b26687212077dafb1e2927d1e86715381b885962..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmeAuXJHUzVlWp|WI6fLF~97Y!0iijS@_+z^MtNBIW3x%DS3 + +- update to 1.36.1: + * 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. + ------------------------------------------------------------------- Fri Jan 6 08:01:46 UTC 2023 - Radoslav Kolev diff --git a/busybox.spec b/busybox.spec index c3ebf1b..001bffa 100644 --- a/busybox.spec +++ b/busybox.spec @@ -24,7 +24,7 @@ %bcond_without static Name: busybox -Version: 1.36.0 +Version: 1.36.1 Release: 0 Summary: Minimalist variant of UNIX utilities linked in a single executable License: GPL-2.0-or-later