[Pkg-freeipa-devel] [Git][freeipa-team/bind-dyndb-ldap][master] 2 commits: Add '#include <isc/int.h>' in src/types.h and src/zone.c. (Closes: 911976)

Timo Aaltonen gitlab at salsa.debian.org
Fri Nov 23 05:49:02 GMT 2018


Timo Aaltonen pushed to branch master at FreeIPA packaging / bind-dyndb-ldap


Commits:
7717ee85 by Timo Aaltonen at 2018-11-23T05:09:37Z
Add '#include <isc/int.h>' in src/types.h and src/zone.c. (Closes: 911976)

- - - - -
65d0b6e4 by Timo Aaltonen at 2018-11-23T05:09:49Z
releasing package bind-dyndb-ldap version 11.1-5

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/add-int.h-include.diff
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at 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,0 +1,28 @@
+Description: Add '#include <isc/int.h>' in src/types.h and src/zone.c
+Author: Peter Michael Green <plugwash at 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
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/freeipa-team/bind-dyndb-ldap/compare/4a9031ea4d30f5b5d48b69aa092cef280d634760...65d0b6e423d67ae326ba8e074aa2e32aa9f3dbb4

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/bind-dyndb-ldap/compare/4a9031ea4d30f5b5d48b69aa092cef280d634760...65d0b6e423d67ae326ba8e074aa2e32aa9f3dbb4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20181123/58767ca5/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list