diff -Nru busybox-1.30.1/debian/changelog busybox-1.30.1/debian/changelog --- busybox-1.30.1/debian/changelog 2021-11-24 19:52:59.000000000 +0000 +++ busybox-1.30.1/debian/changelog 2022-02-04 22:10:23.000000000 +0000 @@ -1,3 +1,9 @@ +busybox (1:1.30.1-7ubuntu3) jammy; urgency=medium + + * Add dirname from coreutils to the initramfs (LP: #1960083) + + -- William 'jawn-smith' Wilson Fri, 04 Feb 2022 16:10:23 -0600 + busybox (1:1.30.1-7ubuntu2) jammy; urgency=medium * SECURITY UPDATE: invalid free or segfault via gzip data diff -Nru busybox-1.30.1/debian/config/pkg/initramfs busybox-1.30.1/debian/config/pkg/initramfs --- busybox-1.30.1/debian/config/pkg/initramfs 2021-11-16 11:10:52.000000000 +0000 +++ busybox-1.30.1/debian/config/pkg/initramfs 2022-02-04 22:10:23.000000000 +0000 @@ -220,7 +220,7 @@ # CONFIG_FEATURE_DD_STATUS is not set CONFIG_DF=y # CONFIG_FEATURE_DF_FANCY is not set -# CONFIG_DIRNAME is not set +CONFIG_DIRNAME=y # CONFIG_DOS2UNIX is not set # CONFIG_UNIX2DOS is not set CONFIG_DU=y