Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock X-Debbugs-Cc: [email protected] Control: affects -1 + src:busybox
Please unblock package busybox [ Reason ] This release fixes a single bug affecting debian-installer, namely, wget applet is removed from busybox.udeb (#1107392). There's no other changes, and non-udeb components are unaffected. [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock busybox/1.37.0-6 diff -Nru busybox-1.37.0/debian/changelog busybox-1.37.0/debian/changelog --- busybox-1.37.0/debian/changelog 2025-05-30 20:03:19.000000000 +0300 +++ busybox-1.37.0/debian/changelog 2025-06-08 00:34:24.000000000 +0300 @@ -1,3 +1,10 @@ +busybox (1:1.37.0-6) unstable; urgency=medium + + * udeb config: remove wget applet + (wget-udeb is used for this for many years) (Closes: #1107392) + + -- Michael Tokarev <[email protected]> Sun, 08 Jun 2025 00:34:24 +0300 + busybox (1:1.37.0-5) unstable; urgency=medium * d/control: switch from Static-Built-Using back to Built-Using diff -Nru busybox-1.37.0/debian/config/pkg/udeb busybox-1.37.0/debian/config/pkg/udeb --- busybox-1.37.0/debian/config/pkg/udeb 2025-05-19 14:29:28.000000000 +0300 +++ busybox-1.37.0/debian/config/pkg/udeb 2025-06-07 14:42:05.000000000 +0300 @@ -992,11 +992,11 @@ # CONFIG_TUNCTL is not set # CONFIG_FEATURE_TUNCTL_UG is not set CONFIG_VCONFIG=y -CONFIG_WGET=y +# CONFIG_WGET is not set # CONFIG_FEATURE_WGET_LONG_OPTIONS is not set -CONFIG_FEATURE_WGET_STATUSBAR=y -CONFIG_FEATURE_WGET_FTP=y -CONFIG_FEATURE_WGET_AUTHENTICATION=y +# CONFIG_FEATURE_WGET_STATUSBAR is not set +# CONFIG_FEATURE_WGET_FTP is not set +# CONFIG_FEATURE_WGET_AUTHENTICATION is not set # CONFIG_FEATURE_WGET_TIMEOUT is not set # CONFIG_FEATURE_WGET_HTTPS is not set # CONFIG_FEATURE_WGET_OPENSSL is not set

