[pkg-dhcp-commits] [isc-dhcp] 05/11: remove unused bind patches
Michael Gilbert
mgilbert at moszumanska.debian.org
Mon May 11 00:55:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch master
in repository isc-dhcp.
commit 345c46cbc3effe4623d68d01bdca05fbb3c2c3f7
Author: Michael Gilbert <mgilbert at debian.org>
Date: Mon May 11 00:38:29 2015 +0000
remove unused bind patches
---
debian/bind-patches/hurd.patch | 34 ----------------------------------
debian/bind-patches/series | 1 -
2 files changed, 35 deletions(-)
diff --git a/debian/bind-patches/hurd.patch b/debian/bind-patches/hurd.patch
deleted file mode 100644
index 7eecf88..0000000
--- a/debian/bind-patches/hurd.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- bind-9.9.5b1/configure.in.orig 2013-12-12 06:59:59.000000000 +0100
-+++ bind-9.9.5b1/configure.in 2014-03-25 09:33:41.000000000 +0100
-@@ -352,7 +352,7 @@ case "$host" in
- # as it breaks how the two halves (Basic and Advanced) of the IPv6
- # Socket API were designed to be used but we have to live with it.
- # Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
-- *-linux* | *-kfreebsd*-gnu)
-+ *-linux* | *-kfreebsd*-gnu | *-gnu*)
- STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
- CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
- ;;
---- bind-9.9.5b1/configure.orig 2013-12-12 06:59:59.000000000 +0100
-+++ bind-9.9.5b1/configure 2014-03-25 09:33:41.000000000 +0100
-@@ -352,7 +352,7 @@ case "$host" in
- # as it breaks how the two halves (Basic and Advanced) of the IPv6
- # Socket API were designed to be used but we have to live with it.
- # Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
-- *-linux* | *-kfreebsd*-gnu)
-+ *-linux* | *-kfreebsd*-gnu | *-gnu*)
- STD_CDEFINES="$STD_CDEFINES -D_GNU_SOURCE"
- CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
- ;;
---- bind-9.9.5b1/lib/isc/unix/net.c.orig 2013-12-12 06:59:59.000000000 +0100
-+++ bind-9.9.5b1/lib/isc/unix/net.c 2014-03-25 10:21:08.000000000 +0100
-@@ -130,6 +130,9 @@ try_proto(int domain) {
- #ifdef EAFNOSUPPORT
- case EAFNOSUPPORT:
- #endif
-+#ifdef EPFNOSUPPORT
-+ case EPFNOSUPPORT:
-+#endif
- #ifdef EPROTONOSUPPORT
- case EPROTONOSUPPORT:
- #endif
diff --git a/debian/bind-patches/series b/debian/bind-patches/series
deleted file mode 100644
index 27e280c..0000000
--- a/debian/bind-patches/series
+++ /dev/null
@@ -1 +0,0 @@
-hurd.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-dhcp/isc-dhcp.git
More information about the pkg-dhcp-commits
mailing list