[Pkg-freeipa-devel] [Git][freeipa-team/bind-dyndb-ldap][master] 5 commits: Include config.h in all files using LIBDNS_VERSION_MAJOR

Timo Aaltonen gitlab at salsa.debian.org
Tue Oct 20 09:05:02 BST 2020



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


Commits:
20127e82 by Petr Menšík at 2020-09-21T10:58:33+02:00
Include config.h in all files using LIBDNS_VERSION_MAJOR

Did not know compiler replaces unknown symbols with 0. It made the check
silently evaluate to false on every BIND version, regardless detected
libdns version number. Generated code failing runtime with BIND 9.16.

Signed-off-by: Petr Menšík <pemensik at redhat.com>

- - - - -
afb91b71 by Alexander Bokovoy at 2020-09-21T14:40:31+03:00
Update version to 11.5

Fix bind 9.16 detection code.

Signed-off-by: Alexander Bokovoy <abokovoy at redhat.com>

- - - - -
0427aa0e by Timo Aaltonen at 2020-09-25T10:54:07+03:00
Merge branch 'upstream'

- - - - -
a3ff9d4d by Timo Aaltonen at 2020-09-25T10:54:47+03:00
bump the version

- - - - -
71b27a4f by Timo Aaltonen at 2020-09-25T10:55:05+03:00
releasing package bind-dyndb-ldap version 11.5-1

- - - - -


6 changed files:

- configure.ac
- contrib/bind-dyndb-ldap.spec
- debian/changelog
- src/empty_zones.c
- src/ldap_convert.c
- src/syncptr.c


Changes:

=====================================
configure.ac
=====================================
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([bind-dyndb-ldap], [11.4], [freeipa-devel at redhat.com])
+AC_INIT([bind-dyndb-ldap], [11.5], [freeipa-devel at redhat.com])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 


=====================================
contrib/bind-dyndb-ldap.spec
=====================================
@@ -3,7 +3,7 @@
 %define bind_version 32:9.11.17-1
 
 Name:           bind-dyndb-ldap
-Version:        11.4
+Version:        11.5
 Release:        0%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
@@ -116,6 +116,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 21 2020 Alexander Bokovoy <abokovoy at redhat.com>
+- Release 11.5
+- Fix bind 9.16 support
+
 * Mon Sep 14 2020 Alexander Bokovoy <abokovoy at redhat.com>
 - Merge unified support for both bind 9.11 and 91.6
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+bind-dyndb-ldap (11.5-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Fri, 25 Sep 2020 10:54:56 +0300
+
 bind-dyndb-ldap (11.4-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
src/empty_zones.c
=====================================
@@ -8,6 +8,7 @@
 #include <dns/zone.h>
 #include <dns/zt.h>
 
+#include "config.h"
 #include "empty_zones.h"
 #include "util.h"
 #include "zone_register.h"


=====================================
src/ldap_convert.c
=====================================
@@ -20,6 +20,7 @@
 #include <strings.h>
 #include <ctype.h>
 
+#include "config.h"
 #include "str.h"
 #include "ldap_convert.h"
 #include "log.h"


=====================================
src/syncptr.c
=====================================
@@ -18,6 +18,7 @@
 #include <dns/zone.h>
 #include <dns/zt.h>
 
+#include "config.h"
 #include "util.h"
 #include "ldap_convert.h"
 #include "ldap_entry.h"



View it on GitLab: https://salsa.debian.org/freeipa-team/bind-dyndb-ldap/-/compare/d1038db8d3a24e0f82ef7f1074d8e8c7475238a3...71b27a4f4ce81580e12cfa83e46be552e0c9ed4f

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/bind-dyndb-ldap/-/compare/d1038db8d3a24e0f82ef7f1074d8e8c7475238a3...71b27a4f4ce81580e12cfa83e46be552e0c9ed4f
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/20201020/a657563d/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list