Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add '#include <isc/int.h>' in src/types.h and src/zone.c. (Closes: 911976)
· 7717ee85
Timo Aaltonen
authored
Nov 23, 2018
7717ee85
releasing package bind-dyndb-ldap version 11.1-5
· 65d0b6e4
Timo Aaltonen
authored
Nov 23, 2018
65d0b6e4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
65d0b6e4
bind-dyndb-ldap (11.1-5) unstable; urgency=medium
[ Peter Michael Green ]
* Add '#include <isc/int.h>' in src/types.h and src/zone.c.
(Closes: 911976)
-- Timo Aaltonen <tjaalton@debian.org> Fri, 23 Nov 2018 07:09:40 +0200
bind-dyndb-ldap (11.1-4) unstable; urgency=medium
* postinst: Migrate old style named.conf to new.
...
...
debian/patches/add-int.h-include.diff
0 → 100644
View file @
65d0b6e4
Description: Add '#include <isc/int.h>' in src/types.h and src/zone.c
Author: Peter Michael Green <plugwash@raspbian.org>
Bug-Debian: https://bugs.debian.org/911976
Index: bind-dyndb-ldap-11.1/src/types.h
===================================================================
--- bind-dyndb-ldap-11.1.orig/src/types.h
+++ bind-dyndb-ldap-11.1/src/types.h
@@ -7,6 +7,7 @@
#include <isc/event.h>
#include <isc/refcount.h>
+#include <isc/int.h>
#include <dns/name.h>
#include "util.h"
Index: bind-dyndb-ldap-11.1/src/zone.c
===================================================================
--- bind-dyndb-ldap-11.1.orig/src/zone.c
+++ bind-dyndb-ldap-11.1/src/zone.c
@@ -3,6 +3,7 @@
*/
#include <isc/types.h>
+#include <isc/int.h>
#include <isc/util.h>
#include <dns/diff.h>
debian/patches/series
View file @
65d0b6e4
...
...
@@ -2,3 +2,4 @@ fix-keytab-path.diff
fix-werror-build.diff
add-empty-fallback.diff
0003-Support-for-BIND-9.11.3.patch
add-int.h-include.diff