wok rev 12893

Up busybox (1.20.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 28 10:03:33 2012 +0200 (2012-05-28)
parents b242093530f9
children 53da4d85cdb3
files busybox-pam/receipt busybox-static/receipt busybox/receipt busybox/stuff/busybox-1.20-getty.u ssfs-busybox/receipt
line diff
     1.1 --- a/busybox-pam/receipt	Mon May 28 09:50:41 2012 +0200
     1.2 +++ b/busybox-pam/receipt	Mon May 28 10:03:33 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox-pam"
     1.7 -VERSION="1.20.0"
     1.8 +VERSION="1.20.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-static/receipt	Mon May 28 09:50:41 2012 +0200
     2.2 +++ b/busybox-static/receipt	Mon May 28 10:03:33 2012 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="busybox-static"
     2.7 -VERSION="1.20.0"
     2.8 +VERSION="1.20.1"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/busybox/receipt	Mon May 28 09:50:41 2012 +0200
     3.2 +++ b/busybox/receipt	Mon May 28 10:03:33 2012 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="busybox"
     3.7 -VERSION="1.20.0"
     3.8 +VERSION="1.20.1"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -37,7 +37,6 @@
    3.13  cmdline.u
    3.14  su-nochdir.u
    3.15  diff.u
    3.16 -getty.u
    3.17  EOT
    3.18      cp $stuff/$PACKAGE-${VERSION%.*}.config .config
    3.19  }
     4.1 --- a/busybox/stuff/busybox-1.20-getty.u	Mon May 28 09:50:41 2012 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,17 +0,0 @@
     4.4 ---- busybox-1.20.0/loginutils/getty.c
     4.5 -+++ busybox-1.20.0/loginutils/getty.c
     4.6 -@@ -561,8 +561,14 @@ int getty_main(int argc UNUSED_PARAM, ch
     4.7 - 		 */
     4.8 - 		fd = open("/dev/tty", O_RDWR | O_NONBLOCK);
     4.9 - 		if (fd >= 0) {
    4.10 -+			/* TIOCNOTTY sends SIGHUP to the foreground
    4.11 -+			 * process group - which may include us!
    4.12 -+			 * Make sure to not die on it:
    4.13 -+			 */
    4.14 -+			sighandler_t old = signal(SIGHUP, SIG_IGN);
    4.15 - 			ioctl(fd, TIOCNOTTY);
    4.16 - 			close(fd);
    4.17 -+			signal(SIGHUP, old);
    4.18 - 		}
    4.19 - 	}
    4.20 - 
     5.1 --- a/ssfs-busybox/receipt	Mon May 28 09:50:41 2012 +0200
     5.2 +++ b/ssfs-busybox/receipt	Mon May 28 10:03:33 2012 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="ssfs-busybox"
     5.7 -VERSION="1.20.0"
     5.8 +VERSION="1.20.1"
     5.9  CATEGORY="base-system"
    5.10  SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot."
    5.11  MAINTAINER="pankso@slitaz.org"