- Update sysutils/busybox to 1.18.3 - busybox-1.18.3 is a bugfix release: * hush (fix for "cmd & [Enter]" behavior) * ping (IPv6 fix) * tar (fix for "tar -xzf FILE.tgz") * udhcp (fix for options specified in hex) * wc (-c and -m were swapped) * libbb (fixed a case when fork+(exec error) was leaving a zombie) * build system (does not force FEATURE_SUID anymore) PR: Submitted by: Chris Rees (utisoft_at_gmail.com) (maintainer) Tested on i386 for 7.3-RELEASE, 8.1-RELEASE and 9900030: - http://tinderbox.bayofrum.net/index.php?action=describe_port&id=2 --- busybox-1.18.3.diff begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/sysutils/busybox/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 5 Feb 2011 08:48:13 -0000 1.9 +++ Makefile 13 Feb 2011 15:06:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= busybox -PORTVERSION= 1.18.2 +PORTVERSION= 1.18.3 CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ \ http://distfiles.gentoo.org/distfiles/ Index: distinfo =================================================================== RCS file: /exports/cvsroot-freebsd/ports/sysutils/busybox/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 5 Feb 2011 08:48:13 -0000 1.3 +++ distinfo 13 Feb 2011 15:06:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (busybox-1.18.2.tar.bz2) = aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080 -SIZE (busybox-1.18.2.tar.bz2) = 2129503 +SHA256 (busybox-1.18.3.tar.bz2) = 83f112ee88b7eb85bea1cac0b1af33f61387a1036f1898c5ecd79813191a619b +SIZE (busybox-1.18.3.tar.bz2) = 2119251 --- busybox-1.18.3.diff ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Sorry, looks like send-pr munged the patch somehow... (or more likely me...) It's at http://www.bayofrum.net/~chris/patches/busybox-1.18.3.diff Chris
Responsible Changed From-To: freebsd-ports-bugs->sahil Take.
sahil 2011-02-14 00:49:58 UTC FreeBSD ports repository Modified files: sysutils/busybox Makefile distinfo Log: - Update to 1.18.3 PR: ports/154751 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Revision Changes Path 1.10 +1 -1 ports/sysutils/busybox/Makefile 1.4 +2 -2 ports/sysutils/busybox/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!