user debian-rele...@lists.debian.org usertag 915995 + bsp-2019-02-de-berlin thank you
Dear maintainers, Greetings from the BSP at the DCSO office in Berlin. I have NMU'd nfs-utils/1:1.3.4-2.4 to DELAYED/5, fixing this bug. Please feel free to reschedule or cancel my upload as you see fit. I have attached the diffs based upon the last Git commit in Salsa. Cheers, -Hilko
>From fe2dd58a3bbee3369a2d44da6e997f5a5e0ff88f Mon Sep 17 00:00:00 2001 From: Hilko Bengen <ben...@debian.org> Date: Sat, 9 Feb 2019 15:25:20 +0100 Subject: [PATCH 1/2] Add missing include, fixing FTBFS with glibc 2.28 (Closes: #915995) --- debian/patches/fix-glibc2.28-ftbfs.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/fix-glibc2.28-ftbfs.patch diff --git a/debian/patches/fix-glibc2.28-ftbfs.patch b/debian/patches/fix-glibc2.28-ftbfs.patch new file mode 100644 index 0000000..a0bfdf5 --- /dev/null +++ b/debian/patches/fix-glibc2.28-ftbfs.patch @@ -0,0 +1,12 @@ +Index: nfs-utils/utils/blkmapd/device-discovery.c +=================================================================== +--- nfs-utils.orig/utils/blkmapd/device-discovery.c ++++ nfs-utils/utils/blkmapd/device-discovery.c +@@ -49,6 +49,7 @@ + #include <libgen.h> + #include <errno.h> + #include <libdevmapper.h> ++#include <sys/sysmacros.h> + + #include "device-discovery.h" + #include "xcommon.h" diff --git a/debian/patches/series b/debian/patches/series index 9733125..b1be644 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -12,3 +12,4 @@ unbreak-gssd-rpc_pipefs-run.patch 29-start-statd-fd-9.patch 0001-rpc.c-added-include-file-so-UINT16_MAX-is-defined.patch 30-remove-whitespace-service.patch +fix-glibc2.28-ftbfs.patch -- 2.19.1
>From cf204d95a678fb945def91a9aaae16382b228e47 Mon Sep 17 00:00:00 2001 From: Hilko Bengen <ben...@debian.org> Date: Sat, 9 Feb 2019 15:31:22 +0100 Subject: [PATCH 2/2] Debian release 1:1.3.4-2.4 --- debian/changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9757ba..bd57693 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -nfs-utils (1:1.3.4-3) UNRELEASED; urgency=medium +nfs-utils (1:1.3.4-2.4) unstable; urgency=medium + [ Laurent Bigonville ] * debian/control: Downgrade the priority to optional to match the override file - -- Laurent Bigonville <bi...@debian.org> Sat, 20 Oct 2018 15:53:29 +0200 + [ Hilko Bengen ] + * Add missing include, fixing FTBFS with glibc 2.28 (Closes: #915995) + + -- Hilko Bengen <ben...@debian.org> Sat, 09 Feb 2019 15:26:27 +0100 nfs-utils (1:1.3.4-2.3) unstable; urgency=medium -- 2.19.1