[ubuntu/oneiric] busybox 1:1.18.4-2ubuntu1 (Accepted)
Scott Moser
smoser at ubuntu.com
Tue Jun 7 22:35:22 UTC 2011
busybox (1:1.18.4-2ubuntu1) oneiric; urgency=low
* Resynchronise with Debian (LP: #788888). Remaining changes:
- [udeb] Enable chvt, getopt (and -l), killall, losetup, NFS
mount, od, ping, stat, and remote syslog.
- [deb] Enable mdev.
- [deb, static] Enable fractional sleep and CGI support for httpd.
- Enable 'mount -f' and mount helpers for all targets.
- Add busybox-initramfs.
- test-bin.patch: Move test and friends to /bin.
- static-sh-alias.patch: Add static-sh alias name for ash, and install
/bin/static-sh symlink to busybox in busybox-static.
- Add cross-compiling support.
* grep-o-loop.patch: dropped as fix and testcase in upstream
busybox (1:1.18.4-2) unstable; urgency=low
[ Loïc Minier ]
* Remove all references to tryexec's applet_no in patch applets-fallback as
this param is not used; this has the side effect of working around a
toolchain issue breaking busybox's exec on ARM; closes: #621137.
* Add debian/gbp.conf to ease usage with git-buildpackage.
* Add debian/README.source with some advice on git-buildpackage usage and
direct builds from a git checkout.
busybox (1:1.18.4-1) unstable; urgency=low
* new upstream bugfix release (1.18.4)
* refreshed debian/patches/u-mount-FreeBSD-support.patch
(fix build failure on kfreebsd) (Closes: #618644)
* refreshed applets-fallback.patch (compensate for offsets)
* added debian/udeb-sizes to track various options of udeb build
* added dirname-basename-skip-doubledash.diff (Closes: #580492)
* config:
- enable sha1sum & sha512sum in udeb (Closes: #615926)
- enable mktemp in udeb (Closes: #310440)
busybox (1:1.18.3-1) unstable; urgency=low
[ Michael Tokarev ]
* new upstream version (1.18.3). No config changes
(configs refreshed)
* patches:
- removed doc-man-name.patch (now upstream)
- removed init-console-CRTSCTS.patch (now upstream)
- removed all patches which are in 1.18 upstream:
readlink-use-xmalloc_realpath.patch
mark-Linux-specific-configuration-options.patch
init-loginutils-termios-portability-fixes.patch
init-halt-portability-improvements.patch
init-make-the-initial-TERM-value-configurable.patch
libbb.h-add-device-names-for-Hurd-and-FreeBSD.patch
mkdir-fix-p-on-FreeBSD.patch
libbb-conditionalize-AF_-usage-in-error-reporting.patch
tcpsvd-udpsvd-conditionalize-usage-of-SO_ORIGINAL_DS.patch
less-remove-misguided-dependency-on-PLATFORM_LINUX.patch
bootchartd-mounting-tmpfs-is-Linux-specific.patch
vlock-disable-linux-console-calls-on-other-systems.patch
cttyhack-serial-console-detection-is-Linux-specific.patch
klogd-make-it-work-on-non-linux-systems.patch
stty-sort-out-preprocessor-conditionals.patch
update-scripts-kconfig-_shipped.patch
blockdev.patch
- refreshed:
version.patch
make_gen_build_files_skip_quilt.patch
u-mount-FreeBSD-support.patch
- and refreshed all patches to be with sane options and w/o fuzz
- removed strip.patch, use SKIP_STRIP instead
* config features changes:
LIBM (math functions in awk and dc) (-deb -static =udeb)
NON_POSIX_CP (-deb =static =udeb)
TAR_NOPRESERVE_TIME (tar -m) (=deb +static =udeb) (closes: #238235)
MD5_SHA1_SUM_CHECK (md5sum&Co -c) (+de, +static =udeb)
MOUNT_LOOP_CREATE (+deb +static =udeb)
NC_SERVER & NC_EXTRA (netcat server mode) (+deb +static =udeb)
* config applets: (closes: #316847)
MKSWAP (+deb =static =udeb)
AR (+deb =static =udeb)
FREERAMDISK (+deb =static =udeb)
PIVOT_ROOT (+deb =static =udeb)
[ Cristian Greco ]
* debian/control: add Vcs-* fields
* debian/control: add Homepage: field
* debian/{control,rules}: use dpkg-vendor instead of lsb_release,
drop build-dep
* debian/{control,rules}: drop unneeded build-dep on quilt
* added debian/watch file
[ Michael Tokarev ]
* removed patching-related targets in debian/rules
(not needed anymore for 3.0 (quilt) source format)
* removed mentions of .svn from debian/rules since we moved to git
* removed unused DEB_{HOST,BUILD}_ARCH variables from debian/rules
* bump Standards-Version from 3.7.3 to 3.9.1. No (!) changes needed.
Date: Thu, 26 May 2011 15:02:29 -0400
Changed-By: Scott Moser <smoser at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Clint Byrum <clint at fewbar.com>
https://launchpad.net/ubuntu/oneiric/+source/busybox/1:1.18.4-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 26 May 2011 15:02:29 -0400
Source: busybox
Binary: busybox busybox-static busybox-initramfs busybox-udeb busybox-syslogd udhcpc udhcpd
Architecture: source
Version: 1:1.18.4-2ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott Moser <smoser at ubuntu.com>
Description:
busybox - Tiny utilities for small and embedded systems
busybox-initramfs - Standalone shell setup for initramfs
busybox-static - Standalone rescue shell with tons of builtin utilities
busybox-syslogd - Provides syslogd and klogd using busybox
busybox-udeb - Tiny utilities for the debian-installer (udeb)
udhcpc - Provides the busybox DHCP client implementation
udhcpd - Provides the busybox DHCP server implementation
Closes: 238235 310440 316847 580492 615926 618644 621137
Launchpad-Bugs-Fixed: 788888
Changes:
busybox (1:1.18.4-2ubuntu1) oneiric; urgency=low
.
* Resynchronise with Debian (LP: #788888). Remaining changes:
- [udeb] Enable chvt, getopt (and -l), killall, losetup, NFS
mount, od, ping, stat, and remote syslog.
- [deb] Enable mdev.
- [deb, static] Enable fractional sleep and CGI support for httpd.
- Enable 'mount -f' and mount helpers for all targets.
- Add busybox-initramfs.
- test-bin.patch: Move test and friends to /bin.
- static-sh-alias.patch: Add static-sh alias name for ash, and install
/bin/static-sh symlink to busybox in busybox-static.
- Add cross-compiling support.
* grep-o-loop.patch: dropped as fix and testcase in upstream
.
busybox (1:1.18.4-2) unstable; urgency=low
.
[ Loïc Minier ]
* Remove all references to tryexec's applet_no in patch applets-fallback as
this param is not used; this has the side effect of working around a
toolchain issue breaking busybox's exec on ARM; closes: #621137.
* Add debian/gbp.conf to ease usage with git-buildpackage.
* Add debian/README.source with some advice on git-buildpackage usage and
direct builds from a git checkout.
.
busybox (1:1.18.4-1) unstable; urgency=low
.
* new upstream bugfix release (1.18.4)
* refreshed debian/patches/u-mount-FreeBSD-support.patch
(fix build failure on kfreebsd) (Closes: #618644)
* refreshed applets-fallback.patch (compensate for offsets)
* added debian/udeb-sizes to track various options of udeb build
* added dirname-basename-skip-doubledash.diff (Closes: #580492)
* config:
- enable sha1sum & sha512sum in udeb (Closes: #615926)
- enable mktemp in udeb (Closes: #310440)
.
busybox (1:1.18.3-1) unstable; urgency=low
.
[ Michael Tokarev ]
* new upstream version (1.18.3). No config changes
(configs refreshed)
.
* patches:
- removed doc-man-name.patch (now upstream)
- removed init-console-CRTSCTS.patch (now upstream)
- removed all patches which are in 1.18 upstream:
readlink-use-xmalloc_realpath.patch
mark-Linux-specific-configuration-options.patch
init-loginutils-termios-portability-fixes.patch
init-halt-portability-improvements.patch
init-make-the-initial-TERM-value-configurable.patch
libbb.h-add-device-names-for-Hurd-and-FreeBSD.patch
mkdir-fix-p-on-FreeBSD.patch
libbb-conditionalize-AF_-usage-in-error-reporting.patch
tcpsvd-udpsvd-conditionalize-usage-of-SO_ORIGINAL_DS.patch
less-remove-misguided-dependency-on-PLATFORM_LINUX.patch
bootchartd-mounting-tmpfs-is-Linux-specific.patch
vlock-disable-linux-console-calls-on-other-systems.patch
cttyhack-serial-console-detection-is-Linux-specific.patch
klogd-make-it-work-on-non-linux-systems.patch
stty-sort-out-preprocessor-conditionals.patch
update-scripts-kconfig-_shipped.patch
blockdev.patch
- refreshed:
version.patch
make_gen_build_files_skip_quilt.patch
u-mount-FreeBSD-support.patch
- and refreshed all patches to be with sane options and w/o fuzz
- removed strip.patch, use SKIP_STRIP instead
.
* config features changes:
LIBM (math functions in awk and dc) (-deb -static =udeb)
NON_POSIX_CP (-deb =static =udeb)
TAR_NOPRESERVE_TIME (tar -m) (=deb +static =udeb) (closes: #238235)
MD5_SHA1_SUM_CHECK (md5sum&Co -c) (+de, +static =udeb)
MOUNT_LOOP_CREATE (+deb +static =udeb)
NC_SERVER & NC_EXTRA (netcat server mode) (+deb +static =udeb)
.
* config applets: (closes: #316847)
MKSWAP (+deb =static =udeb)
AR (+deb =static =udeb)
FREERAMDISK (+deb =static =udeb)
PIVOT_ROOT (+deb =static =udeb)
.
[ Cristian Greco ]
* debian/control: add Vcs-* fields
* debian/control: add Homepage: field
* debian/{control,rules}: use dpkg-vendor instead of lsb_release,
drop build-dep
* debian/{control,rules}: drop unneeded build-dep on quilt
* added debian/watch file
.
[ Michael Tokarev ]
* removed patching-related targets in debian/rules
(not needed anymore for 3.0 (quilt) source format)
* removed mentions of .svn from debian/rules since we moved to git
* removed unused DEB_{HOST,BUILD}_ARCH variables from debian/rules
* bump Standards-Version from 3.7.3 to 3.9.1. No (!) changes needed.
Checksums-Sha1:
455f224f34e74dcc291248f851eea145ece509f8 1668 busybox_1.18.4-2ubuntu1.dsc
d285855e5770b0fb7caf477dd41ce0863657b975 2130598 busybox_1.18.4.orig.tar.bz2
7e3cd859217e1865e8653b0ce4309808e0ae5af9 48675 busybox_1.18.4-2ubuntu1.debian.tar.gz
Checksums-Sha256:
19ddcb954f7e6e7b5b868aff0b8c5245a29f5f9540992764362cdf91ee853044 1668 busybox_1.18.4-2ubuntu1.dsc
4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa 2130598 busybox_1.18.4.orig.tar.bz2
a1de9ebccfe61662b864ca7aaa416722656683588983bfda6823a40476bc56e4 48675 busybox_1.18.4-2ubuntu1.debian.tar.gz
Files:
743b6fd18bc612df19560f04b575a49b 1668 utils optional busybox_1.18.4-2ubuntu1.dsc
b03c5b46ced732679e525a920a1a62f5 2130598 utils optional busybox_1.18.4.orig.tar.bz2
1a49fb81820d90bedc82fe212bd149eb 48675 utils optional busybox_1.18.4-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJN7qdQAAoJEFOMB2b0vLOO8HQIAJfauB19JjDmCojTVtHsXs1W
gh3zZxF8X6W0ZdenzDZGibLvXvcU65stO6tV9rGtYl1drCnEHT9BY29pwDq7PJ7m
i6Y+z+5pe1098rvnXZtvgyFr7N6wz8BgRTK1xM2EPQvSFR6Q6zUEsrrW7aICKMaM
n2dG08VXWI31IUTvDJEOvYH5YbTp3nJPC/hvVW2Ezf5SqKnEkWQdzlFBHmA4daPD
0SHZ5oVXrQLE8JYrPk4AIUGtTkb9gI8Mpq47WRJWso1jpRQmfhCZ+vWqL8GAQGv+
JsC8wbOPB5BaGxJvy4DSb07VcfZBtP0iISvQOs/3Z7IA+HyhEUrgFXcU6og0uP4=
=ZhW4
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list