Version in base suite: 6.11-3.1+deb11u1 Base version: cifs-utils_6.11-3.1+deb11u1 Target version: cifs-utils_6.11-3.1+deb11u2 Base file: /srv/ftp-master.debian.org/ftp/pool/main/c/cifs-utils/cifs-utils_6.11-3.1+deb11u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/c/cifs-utils/cifs-utils_6.11-3.1+deb11u2.dsc changelog | 6 ++++++ patches/root_sbindir-hook.patch | 11 +++++++++++ patches/series | 1 + 3 files changed, 18 insertions(+) diff -Nru cifs-utils-6.11/debian/changelog cifs-utils-6.11/debian/changelog --- cifs-utils-6.11/debian/changelog 2022-05-10 20:12:42.000000000 +0000 +++ cifs-utils-6.11/debian/changelog 2022-08-27 00:20:00.000000000 +0000 @@ -1,3 +1,9 @@ +cifs-utils (2:6.11-3.1+deb11u2) bullseye; urgency=medium + + * Fix non-parallel build. Closes: #993014. + + -- Michael Tokarev Sat, 27 Aug 2022 02:20:00 +0200 + cifs-utils (2:6.11-3.1+deb11u1) bullseye-security; urgency=high * Non-maintainer upload by the Security Team. diff -Nru cifs-utils-6.11/debian/patches/root_sbindir-hook.patch cifs-utils-6.11/debian/patches/root_sbindir-hook.patch --- cifs-utils-6.11/debian/patches/root_sbindir-hook.patch 1970-01-01 00:00:00.000000000 +0000 +++ cifs-utils-6.11/debian/patches/root_sbindir-hook.patch 2022-08-27 00:20:00.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -118,7 +118,7 @@ + + SUBDIRS = contrib + +-install-exec-hook: ++install-exec-hook: install-root_sbinPROGRAMS + (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3) + + install-data-hook: diff -Nru cifs-utils-6.11/debian/patches/series cifs-utils-6.11/debian/patches/series --- cifs-utils-6.11/debian/patches/series 2022-05-10 20:12:42.000000000 +0000 +++ cifs-utils-6.11/debian/patches/series 2022-08-27 00:20:00.000000000 +0000 @@ -5,3 +5,4 @@ 0011-fix-regression-for-CVE-2021-20208.patch CVE-2022-27239-mount.cifs-fix-length-check-for-ip-op.patch mount.cifs-fix-verbose-messages-on-option-parsing.patch +root_sbindir-hook.patch