# HG changeset patch # User Pascal Bellard # Date 1572542978 -3600 # Node ID 7f2789b79625f6733521b159ea59ee590114dd8a # Parent 8c1e8618de66577ab7abd9c909a8f3c9c7c06dc8 Up busybox (1.31.1) diff -r 8c1e8618de66 -r 7f2789b79625 busybox/receipt --- a/busybox/receipt Thu Oct 31 17:27:28 2019 +0100 +++ b/busybox/receipt Thu Oct 31 18:29:38 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox" -VERSION="1.31.0" +VERSION="1.31.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r 8c1e8618de66 -r 7f2789b79625 busybox/stuff/busybox-1.31-ash.u --- a/busybox/stuff/busybox-1.31-ash.u Thu Oct 31 17:27:28 2019 +0100 +++ b/busybox/stuff/busybox-1.31-ash.u Thu Oct 31 18:29:38 2019 +0100 @@ -1,7 +1,7 @@ Some SliTaz scripts (cook) need that... ---- busybox-1.30/shell/ash.c -+++ busybox-1.30/shell/ash.c -@@ -13300,7 +13300,13 @@ +--- busybox-1.31/shell/ash.c ++++ busybox-1.31/shell/ash.c +@@ -13304,7 +13304,13 @@ if (strchr(name, '/')) return name; diff -r 8c1e8618de66 -r 7f2789b79625 dfu-util/receipt --- a/dfu-util/receipt Thu Oct 31 17:27:28 2019 +0100 +++ b/dfu-util/receipt Thu Oct 31 18:29:38 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Device Firmware Upgrade Utilities (for USB devices)." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://dfu-util.gnumonks.org/" +WEB_SITE="http://dfu-util.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://dfu-util.sourceforge.net/releases/$TARBALL"