wok rev 22095
Up busybox (1.31.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 31 18:29:38 2019 +0100 (2019-10-31) |
parents | 8c1e8618de66 |
children | c2bd5d258aac |
files | busybox/receipt busybox/stuff/busybox-1.31-ash.u dfu-util/receipt |
line diff
1.1 --- a/busybox/receipt Thu Oct 31 17:27:28 2019 +0100 1.2 +++ b/busybox/receipt Thu Oct 31 18:29:38 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="busybox" 1.7 -VERSION="1.31.0" 1.8 +VERSION="1.31.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/busybox/stuff/busybox-1.31-ash.u Thu Oct 31 17:27:28 2019 +0100 2.2 +++ b/busybox/stuff/busybox-1.31-ash.u Thu Oct 31 18:29:38 2019 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 Some SliTaz scripts (cook) need that... 2.5 ---- busybox-1.30/shell/ash.c 2.6 -+++ busybox-1.30/shell/ash.c 2.7 -@@ -13300,7 +13300,13 @@ 2.8 +--- busybox-1.31/shell/ash.c 2.9 ++++ busybox-1.31/shell/ash.c 2.10 +@@ -13304,7 +13304,13 @@ 2.11 if (strchr(name, '/')) 2.12 return name; 2.13
3.1 --- a/dfu-util/receipt Thu Oct 31 17:27:28 2019 +0100 3.2 +++ b/dfu-util/receipt Thu Oct 31 18:29:38 2019 +0100 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Device Firmware Upgrade Utilities (for USB devices)." 3.5 MAINTAINER="pascal.bellard@slitaz.org" 3.6 LICENSE="GPL2" 3.7 -WEB_SITE="http://dfu-util.gnumonks.org/" 3.8 +WEB_SITE="http://dfu-util.sourceforge.net/" 3.9 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WGET_URL="http://dfu-util.sourceforge.net/releases/$TARBALL"