# HG changeset patch # User Pascal Bellard # Date 1338192213 -7200 # Node ID 3bdd365a98b029d57a95e57cd5c63eb7351ef130 # Parent b242093530f9b6b99c471258ade4cfa8f4e23fdb Up busybox (1.20.1) diff -r b242093530f9 -r 3bdd365a98b0 busybox-pam/receipt --- a/busybox-pam/receipt Mon May 28 09:50:41 2012 +0200 +++ b/busybox-pam/receipt Mon May 28 10:03:33 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-pam" -VERSION="1.20.0" +VERSION="1.20.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r b242093530f9 -r 3bdd365a98b0 busybox-static/receipt --- a/busybox-static/receipt Mon May 28 09:50:41 2012 +0200 +++ b/busybox-static/receipt Mon May 28 10:03:33 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox-static" -VERSION="1.20.0" +VERSION="1.20.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" diff -r b242093530f9 -r 3bdd365a98b0 busybox/receipt --- a/busybox/receipt Mon May 28 09:50:41 2012 +0200 +++ b/busybox/receipt Mon May 28 10:03:33 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="busybox" -VERSION="1.20.0" +VERSION="1.20.1" CATEGORY="base-system" SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" @@ -37,7 +37,6 @@ cmdline.u su-nochdir.u diff.u -getty.u EOT cp $stuff/$PACKAGE-${VERSION%.*}.config .config } diff -r b242093530f9 -r 3bdd365a98b0 busybox/stuff/busybox-1.20-getty.u --- a/busybox/stuff/busybox-1.20-getty.u Mon May 28 09:50:41 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ ---- busybox-1.20.0/loginutils/getty.c -+++ busybox-1.20.0/loginutils/getty.c -@@ -561,8 +561,14 @@ int getty_main(int argc UNUSED_PARAM, ch - */ - fd = open("/dev/tty", O_RDWR | O_NONBLOCK); - if (fd >= 0) { -+ /* TIOCNOTTY sends SIGHUP to the foreground -+ * process group - which may include us! -+ * Make sure to not die on it: -+ */ -+ sighandler_t old = signal(SIGHUP, SIG_IGN); - ioctl(fd, TIOCNOTTY); - close(fd); -+ signal(SIGHUP, old); - } - } - diff -r b242093530f9 -r 3bdd365a98b0 ssfs-busybox/receipt --- a/ssfs-busybox/receipt Mon May 28 09:50:41 2012 +0200 +++ b/ssfs-busybox/receipt Mon May 28 10:03:33 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ssfs-busybox" -VERSION="1.20.0" +VERSION="1.20.1" CATEGORY="base-system" SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot." MAINTAINER="pankso@slitaz.org"