Path: csiph.com!news.freedyn.net!news.dns-netz.com!aioe.org!bofh.it!news.nic.it!robomod From: Hilko Bengen Newsgroups: linux.debian.bugs.dist,linux.debian.kernel Subject: Bug#915995: NMU, patch Date: Sat, 09 Feb 2019 16:00:02 +0100 Message-ID: References: X-Original-To: 915995@bugs.debian.org X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Sat Feb 9 14:57:11 2019 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -4.2 Reply-To: Hilko Bengen , 915995@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: Debian kernel team X-Debian-Pr-Message: followup 915995 X-Debian-Pr-Package: src:nfs-utils X-Debian-Pr-Keywords: ftbfs X-Debian-Pr-Source: nfs-utils X-Spam-Bayes: score:0.0000 Tokens: new, 0; hammy, 150; neutral, 172; spammy, 0. spammytokens: hammytokens:0.000-+--usertag, 0.000-+--UD:patch, 0.000-+--Bigonville, 0.000-+--bigonville, 0.000-+--H*u:Gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Crossassassin-Score: 2 X-Debian-Message: from BTS X-Mailing-List: archive/latest/1519678 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 105 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: control@bugs.debian.org X-Original-Date: Sat, 09 Feb 2019 15:53:24 +0100 X-Original-Message-ID: <87pns1c8t7.fsf@msgid.hilluzination.de> X-Original-References: <154435087755.14554.15222463413539491176.reportbug@localhost> Xref: csiph.com linux.debian.bugs.dist:944043 linux.debian.kernel:63293 --=-=-= Content-Type: text/plain user debian-release@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 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-Add-missing-include-fixing-FTBFS-with-glibc-2.28-Clo.patch From fe2dd58a3bbee3369a2d44da6e997f5a5e0ff88f Mon Sep 17 00:00:00 2001 From: Hilko Bengen 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 + #include + #include ++#include + + #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 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-Debian-release-1-1.3.4-2.4.patch From cf204d95a678fb945def91a9aaae16382b228e47 Mon Sep 17 00:00:00 2001 From: Hilko Bengen 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 Sat, 20 Oct 2018 15:53:29 +0200 + [ Hilko Bengen ] + * Add missing include, fixing FTBFS with glibc 2.28 (Closes: #915995) + + -- Hilko Bengen Sat, 09 Feb 2019 15:26:27 +0100 nfs-utils (1:1.3.4-2.3) unstable; urgency=medium -- 2.19.1 --=-=-=--