SHA256
1
0
forked from pool/busybox

Accepting request 351875 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/351875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/busybox?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2016-01-08 14:21:50 +00:00 committed by Git OBS Bridge
commit b97f39b134
7 changed files with 27 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05a6f9e21aad8c098e388ae77de7b2361941afa7157ef74216703395b14e319a
size 2252786

3
busybox-1.24.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d
size 2068803

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 3 12:01:09 UTC 2016 - p.drouand@gmail.com
- Update to version 1.24.1
* for a full list of changes see http://www.busybox.net/news.html
- Refresh busybox.install.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 20 16:16:14 UTC 2015 - mpluskal@suse.com Mon Apr 20 16:16:14 UTC 2015 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: busybox-static Name: busybox-static
Version: 1.23.2 Version: 1.24.1
Release: 0 Release: 0
Summary: The Swiss Army Knife of Embedded Linux Summary: The Swiss Army Knife of Embedded Linux
License: GPL-2.0+ License: GPL-2.0+

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 3 12:00:13 UTC 2016 - p.drouand@gmail.com
- Update to version 1.24.1
* for a full list of changes see http://www.busybox.net/news.html
- Refresh busybox.install.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 20 16:16:14 UTC 2015 - mpluskal@suse.com Mon Apr 20 16:16:14 UTC 2015 - mpluskal@suse.com

View File

@ -2,20 +2,23 @@ Index: busybox-1.19.4/applets/install.sh
=================================================================== ===================================================================
--- busybox-1.19.4.orig/applets/install.sh --- busybox-1.19.4.orig/applets/install.sh
+++ busybox-1.19.4/applets/install.sh +++ busybox-1.19.4/applets/install.sh
@@ -5,11 +5,11 @@ export LC_CTYPE=POSIX @@ -5,14 +5,14 @@
prefix=$1 prefix=$1
if [ -z "$prefix" ]; then if [ -z "$prefix" ]; then
- echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks/--scriptwrapper]" - echo "usage: applets/install.sh DESTINATION [--symlinks/--hardlinks/--binaries/--scriptwrapper]"
+ echo "usage: busybox.install DESTINATION [--symlinks/--hardlinks/--scriptwrapper]" + echo "usage: busybox.install DESTINATION [--symlinks/--hardlinks/--binaries/--scriptwrapper]"
exit 1 exit 1
fi fi
# Source the configuration
. ./.config
-h=`sort busybox.links | uniq` -h=`sort busybox.links | uniq`
+h=`sort /usr/share/busybox/busybox.links | uniq` +h=`sort /usr/share/busybox/busybox.links | uniq`
linkopts="" sharedlib_dir="0_lib"
scriptwrapper="n"
@@ -64,7 +64,7 @@ fi @@ -64,7 +64,7 @@ fi
rm -f "$prefix/bin/busybox" || exit 1 rm -f "$prefix/bin/busybox" || exit 1

View File

@ -17,7 +17,7 @@
Name: busybox Name: busybox
Version: 1.23.2 Version: 1.24.1
Release: 0 Release: 0
Summary: The Swiss Army Knife of Embedded Linux Summary: The Swiss Army Knife of Embedded Linux
License: GPL-2.0+ License: GPL-2.0+