forked from pool/busybox
Accepting request 860408 from home:kukuk:container
- Update to version 1.32.1 - fixes a case where in ash, "wait" never finishes. - sendmail-ignore-F-option.patch: ignore -F option as used by cron (workaround for [bbn#13426]) OBS-URL: https://build.opensuse.org/request/show/860408 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=84
This commit is contained in:
parent
37f162f0c7
commit
67d783471a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c35d87f1d04b2b153d33c275c2632e40d388a88f19a9e71727e0bbbff51fe689
|
||||
size 2439463
|
3
busybox-1.32.1.tar.bz2
Normal file
3
busybox-1.32.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d57c4bd33974140fd4111260468af22856f12f5b5ef7c70c8d9b75c712a0dee
|
||||
size 2444679
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 08:17:09 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Update to version 1.32.1
|
||||
- fixes a case where in ash, "wait" never finishes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 07:26:20 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- sendmail-ignore-F-option.patch: ignore -F option as used by
|
||||
cron (workaround for [bbn#13426])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 14:40:27 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package busybox
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: busybox
|
||||
Version: 1.32.0
|
||||
Version: 1.32.1
|
||||
Release: 0
|
||||
Summary: Minimalist variant of UNIX utilities linked in a single executable
|
||||
License: GPL-2.0-or-later
|
||||
@ -29,6 +29,7 @@ Source2: busybox.config
|
||||
Source3: busybox-static.config
|
||||
Source4: man.conf
|
||||
Patch0: cpio-long-opt.patch
|
||||
Patch1: sendmail-ignore-F-option.patch
|
||||
# other patches
|
||||
Patch100: busybox.install.patch
|
||||
Provides: useradd_or_adduser_dep
|
||||
@ -72,6 +73,7 @@ PATH=/usr/share/busybox:$PATH SKIP_KNOWN_BUGS=1 ./runtest
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch100 -p0
|
||||
cp -a %{SOURCE1} docs/
|
||||
find "(" -name CVS -o -name .cvsignore -o -name .svn -o -name .gitignore ")" \
|
||||
|
12
sendmail-ignore-F-option.patch
Normal file
12
sendmail-ignore-F-option.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urN busybox-1.32.0.orig/mailutils/sendmail.c busybox-1.32.0/mailutils/sendmail.c
|
||||
--- busybox-1.32.0.orig/mailutils/sendmail.c 2020-06-26 20:47:44.000000000 +0200
|
||||
+++ busybox-1.32.0/mailutils/sendmail.c 2021-01-05 09:04:05.973347132 +0100
|
||||
@@ -271,7 +271,7 @@
|
||||
// -a is for ssmtp (http://downloads.openwrt.org/people/nico/man/man8/ssmtp.8.html) compatibility,
|
||||
// it is still under development.
|
||||
opts = getopt32(argv, "^"
|
||||
- "tf:o:iw:+H:S:a:*:v"
|
||||
+ "tf:o:iw:+H:S:a:*:vF:"
|
||||
"\0"
|
||||
// -v is a counter, -H and -S are mutually exclusive, -a is a list
|
||||
"vv:H--S:S--H",
|
Loading…
Reference in New Issue
Block a user