Control: tags 882733 + patch
Control: tags 882733 + pending
Dear maintainer,
I've prepared an NMU for freelan (versioned as 2.0-5.1) and uploaded it
to DELAYED/15. Please feel free to tell me if I should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru freelan-2.0/debian/changelog freelan-2.0/debian/changelog
--- freelan-2.0/debian/changelog 2017-09-05 16:29:41.000000000 +0300
+++ freelan-2.0/debian/changelog 2017-12-27 22:18:47.000000000 +0200
@@ -1,3 +1,10 @@
+freelan (2.0-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add upstream fix for FTBFS with glibc 2.25. (Closes: #882733)
+
+ -- Adrian Bunk <[email protected]> Wed, 27 Dec 2017 22:18:47 +0200
+
freelan (2.0-5) unstable; urgency=medium
[ Sebastien Vincent ]
diff -Nru freelan-2.0/debian/patches/0001-Fix-a-compiler-warning-on-linux.patch freelan-2.0/debian/patches/0001-Fix-a-compiler-warning-on-linux.patch
--- freelan-2.0/debian/patches/0001-Fix-a-compiler-warning-on-linux.patch 1970-01-01 02:00:00.000000000 +0200
+++ freelan-2.0/debian/patches/0001-Fix-a-compiler-warning-on-linux.patch 2017-12-27 22:18:47.000000000 +0200
@@ -0,0 +1,26 @@
+From 597b6eb65b4ea68f0fe8015db38ce68b71c280d7 Mon Sep 17 00:00:00 2001
+From: Florian Lamprecht <[email protected]>
+Date: Sun, 19 Mar 2017 13:37:27 +0100
+Subject: Fix a compiler warning on linux
+
+include a systemmacro explictly to avoid warning, which is handled as error.
+---
+ libs/asiotap/src/posix/posix_tap_adapter.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libs/asiotap/src/posix/posix_tap_adapter.cpp b/libs/asiotap/src/posix/posix_tap_adapter.cpp
+index 74e9eb2a..71377cee 100644
+--- a/libs/asiotap/src/posix/posix_tap_adapter.cpp
++++ b/libs/asiotap/src/posix/posix_tap_adapter.cpp
+@@ -56,7 +56,7 @@
+ #ifdef LINUX
+
+ #include <linux/if_tun.h>
+-
++#include <sys/sysmacros.h>
+ /**
+ * \struct in6_ifreq
+ * \brief Replacement structure since the include of linux/ipv6.h introduces conflicts.
+--
+2.11.0
+
diff -Nru freelan-2.0/debian/patches/series freelan-2.0/debian/patches/series
--- freelan-2.0/debian/patches/series 2017-09-05 16:29:41.000000000 +0300
+++ freelan-2.0/debian/patches/series 2017-12-27 22:18:47.000000000 +0200
@@ -4,3 +4,4 @@
c5bf9ab067.patch
typos.patch
44087faf7338.patch
+0001-Fix-a-compiler-warning-on-linux.patch