[ubuntu/hirsute-proposed] busybox 1:1.30.1-6ubuntu1 (Accepted)

Balint Reczey rbalint at ubuntu.com
Mon Nov 9 21:25:18 UTC 2020


busybox (1:1.30.1-6ubuntu1) hirsute; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - [udeb] Enable chvt, killall, losetup, od, and stat.
    - 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 busybox-initramfs.
    - debian/config/pkg/deb
      debian/config/pkg/static:
      Enable chpasswd in standard and static builds (needed by LXC).
    - Move zz-busybox to busybox-initramfs to ensure we get links to all
      the tools we need, stop shipping it anywhere else.
    - Prefer busybox commands over klibc commands where there is duplication.
    - Add Ubuntu configuration for busybox binaries.
    - Enable the new klibc utility implementations, nuke and run-init
      in the initramfs package; and also enable reboot.  Doesn't yet make
      klibc-utils irrelevant - we still use ipconfig, fstype, and nfsmount
      - but it moves us much closer and should save a little bit of disk
      space.
    - debian/patches/58d998d2f927c20f2ba728611df587ac8ec8bda9.patch
      debian/patches/adjust-testsuite-for-fixed-bunzip2.patch
      Cherry-pick upstream fix for the bzip2 test failure
      Adjust testsuite expectations.
    - debian/config/pkg/initramfs: Enable the date applet with the same
      options as the other variants for use in fixrtc and casper scripts.
    - debian/config/pkg/initramfs
      debian/tree/busybox/usr/share/initramfs-tools/hooks/zz-busybox:
      Enable TLS in initramfs flavour of wget applet, requires openssl
    - debian/patches/45fa3f18adf57ef9d743038743d9c90573aeeb91.patch:
      Enable TLS verification with OpenSSL
    - SECURITY UPDATE: missing ssl cert validation in wget applet
      debian/patches/CVE-2018-1000500-2.patch: fix openssl options for cert
      verification in networking/wget.c. (CVE-2018-1000500)
    - Fix FTBFS with newer glibc:
      debian/config/pkg/*: disable CONFIG_FEATURE_MOUNT_NFS. This is only
      required for kernels < 2.6.23, and no longer builds with glibc in
      groovy as the RPC functions are gone.
  * Dropped changes, included in Debian:
    debian/patches/stime-is-clock_settime.patch: stime is obsolete, use
    clock_settime instead.

busybox (1:1.30.1-6) unstable; urgency=medium

  [ Aurelien Jarno ]
  * Team upload.
  * cherry-pick settimeofday for glibc v2.31+ compatibility fix for upstream.
    Closes: #966074.

busybox (1:1.30.1-5) unstable; urgency=medium

  [ Aurelien Jarno ]
  * Team upload.
  * cherry-pick glibc 2.31 compatibility fix from upstream. Closes: #955368.

Date: Mon, 09 Nov 2020 11:59:42 +0100
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/busybox/1:1.30.1-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 Nov 2020 11:59:42 +0100
Source: busybox
Architecture: source
Version: 1:1.30.1-6ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Closes: 955368 966074
Changes:
 busybox (1:1.30.1-6ubuntu1) hirsute; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - [udeb] Enable chvt, killall, losetup, od, and stat.
     - 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 busybox-initramfs.
     - debian/config/pkg/deb
       debian/config/pkg/static:
       Enable chpasswd in standard and static builds (needed by LXC).
     - Move zz-busybox to busybox-initramfs to ensure we get links to all
       the tools we need, stop shipping it anywhere else.
     - Prefer busybox commands over klibc commands where there is duplication.
     - Add Ubuntu configuration for busybox binaries.
     - Enable the new klibc utility implementations, nuke and run-init
       in the initramfs package; and also enable reboot.  Doesn't yet make
       klibc-utils irrelevant - we still use ipconfig, fstype, and nfsmount
       - but it moves us much closer and should save a little bit of disk
       space.
     - debian/patches/58d998d2f927c20f2ba728611df587ac8ec8bda9.patch
       debian/patches/adjust-testsuite-for-fixed-bunzip2.patch
       Cherry-pick upstream fix for the bzip2 test failure
       Adjust testsuite expectations.
     - debian/config/pkg/initramfs: Enable the date applet with the same
       options as the other variants for use in fixrtc and casper scripts.
     - debian/config/pkg/initramfs
       debian/tree/busybox/usr/share/initramfs-tools/hooks/zz-busybox:
       Enable TLS in initramfs flavour of wget applet, requires openssl
     - debian/patches/45fa3f18adf57ef9d743038743d9c90573aeeb91.patch:
       Enable TLS verification with OpenSSL
     - SECURITY UPDATE: missing ssl cert validation in wget applet
       debian/patches/CVE-2018-1000500-2.patch: fix openssl options for cert
       verification in networking/wget.c. (CVE-2018-1000500)
     - Fix FTBFS with newer glibc:
       debian/config/pkg/*: disable CONFIG_FEATURE_MOUNT_NFS. This is only
       required for kernels < 2.6.23, and no longer builds with glibc in
       groovy as the RPC functions are gone.
   * Dropped changes, included in Debian:
     debian/patches/stime-is-clock_settime.patch: stime is obsolete, use
     clock_settime instead.
 .
 busybox (1:1.30.1-6) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * Team upload.
   * cherry-pick settimeofday for glibc v2.31+ compatibility fix for upstream.
     Closes: #966074.
 .
 busybox (1:1.30.1-5) unstable; urgency=medium
 .
   [ Aurelien Jarno ]
   * Team upload.
   * cherry-pick glibc 2.31 compatibility fix from upstream. Closes: #955368.
Checksums-Sha1:
 288714dcd81a6aef2fc94566511efc8e6517fc9c 2415 busybox_1.30.1-6ubuntu1.dsc
 591d2a88cf40a7b1c169635c529e80314627c7fa 64228 busybox_1.30.1-6ubuntu1.debian.tar.xz
 4d86c40d45d965cc8b4128bea3bee26b0907fcbe 7320 busybox_1.30.1-6ubuntu1_source.buildinfo
Checksums-Sha256:
 1f6cff28eb446471484531d970fa74ad830547567c8376ad23afda02a378b488 2415 busybox_1.30.1-6ubuntu1.dsc
 0de50209979930767f1f2bb0f745786dbcd102c412989d3d3eff07e3cbb827a5 64228 busybox_1.30.1-6ubuntu1.debian.tar.xz
 01b5366a9c77a07a299169073816a19d0ac85b59a6f9513c6b46f53a9f99f878 7320 busybox_1.30.1-6ubuntu1_source.buildinfo
Files:
 b6205c14b34227b0db4bd3c229704bd4 2415 utils optional busybox_1.30.1-6ubuntu1.dsc
 725184afad4e547f294d2184b1f07d25 64228 utils optional busybox_1.30.1-6ubuntu1.debian.tar.xz
 68a87a8d5800b11145b7a9335c002fcc 7320 utils optional busybox_1.30.1-6ubuntu1_source.buildinfo
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl+pMUoACgkQg6KBkWsl
S0UeeA//XNSC5wO4osrAXRC05iNRd3HLmjuQPJvSzQIqo6rRH6YPBBb1tfVXChlF
DSY+XwRKvLJ5JH2zNGUO9tb4mAPrWzbTYBPmbNTYet05MD7tNoQAgVf2xVoPWbXf
ZWmPlOjlpKJs0XyPfkAXx98E75TPmhL4sxG5umAq1Y9mkeYQVlaOvCA2OvgnZRMb
o/VXjnjK0AXzOQwhO7ef/k3ncEiX7Ka0xod3Oqw0B7wFtMhBJi5BSbMNn8M/Cx4K
pgy8CXnB+F7ndp9ghR9/LpeLBULbBYUlrXo5MHpXzB4WjrdpxbtW7ILUfVkS7X+A
F629uOtNrBIeoAwFimcJYz+dAPzHGZpfwCbQR0ip+DKwPvhMwywCLUnJ+jh0v/Op
l8WLgA6P2fC07eD7AiHun2BWTMubuiTQWpZvc54HBYGPFD5mQqdktEhN+mjPLRHK
zcSq+wFIRhcEBOpXA1ZYZv4nDG5rxZBxJ3LK1RbzfkIrXeWUXQ4tSyKAhx9Tr/ol
pdvlG3N3j2Rw4RDqFOyKHdWrE3bESISLJsNDxreF3Ty1iuRWrcYSjWUClqM69Sbo
gWuIroDDKz2j1g0rwppQ/RIjMKgB0NSUkK8AA+sLHKW++eIs6rRSAi7BCsrAPd//
7Rkbyrhl/poE+oOt0dD9fEq62QViC6ws+vYtBlOihsrhe52xQdU=
=Y5o0
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list