[bind-dyndb-ldap/f17] Update to 2.4.

pspacek pspacek at fedoraproject.org
Tue Jan 15 15:51:55 UTC 2013


commit 0fc377ea8d771331b6f96fef0302aae73c999af9
Author: Petr Spacek <pspacek at redhat.com>
Date:   Tue Jan 15 16:50:30 2013 +0100

    Update to 2.4.
    
    Signed-off-by: Petr Spacek <pspacek at redhat.com>

 .gitignore           |    1 +
 bind-dyndb-ldap.spec |   21 ++++++++++-----------
 sources              |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 063c30f..8f280a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
 /bind-dyndb-ldap-1.1.0b1.tar.bz2
 /bind-dyndb-ldap-1.1.0b2.tar.bz2
 /bind-dyndb-ldap-1.1.0rc1.tar.bz2
+/bind-dyndb-ldap-2.4.tar.bz2
diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec
index b280444..a9a0f58 100644
--- a/bind-dyndb-ldap.spec
+++ b/bind-dyndb-ldap.spec
@@ -1,12 +1,12 @@
 #%define PATCHVER P4
-%define PREVER rc1
-#%define VERSION %{version}
+#%define PREVER 20121009git6a86b1
 #%define VERSION %{version}-%{PATCHVER}
-%define VERSION %{version}%{PREVER}
+#%define VERSION %{version}-%{PREVER}
+%define VERSION %{version}
 
 Name:           bind-dyndb-ldap
-Version:        1.1.0
-Release:        0.15.%{PREVER}%{?dist}
+Version:        2.4
+Release:        1%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
 Group:          System Environment/Libraries
@@ -18,12 +18,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  bind-devel >= 32:9.6.1-0.3.b1
 BuildRequires:  krb5-devel
 BuildRequires:  openldap-devel
+BuildRequires:  automake, autoconf, libtool
 
 Requires:       bind >= 32:9.6.1-0.3.b1
 
-Patch0: bind-dyndb-ldap110-master.patch
-Patch1: 0001-Fix-and-harden-DNS-to-LDAP-name-conversion.-Fixes-CV.patch
-
 %description
 This package provides an LDAP back-end plug-in for BIND. It features
 support for dynamic updates and internal caching, to lift the load
@@ -33,11 +31,9 @@ off of your LDAP server.
 %prep
 %setup -q -n %{name}-%{VERSION}
 
-%patch0 -p1 -b .master
-%patch1 -p1 -b .CVE-2012-3429
-
 %build
 export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
@@ -62,6 +58,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jan 15 2013 Petr Spacek <pspacek redhat com> 2.4-1
+- update to 2.4
+
 * Thu Oct 11 2012 Adam Tkac <atkac redhat com> 1.1.0-0.15.rc1
 - rebuild against new bind-libs
 
diff --git a/sources b/sources
index 7f2aa43..1429e9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a18effcecebe9b1bf1513f6c7d7712bd  bind-dyndb-ldap-1.1.0rc1.tar.bz2
+e5509e80ff0e1cf5e1c14deb61db2912  bind-dyndb-ldap-2.4.tar.bz2


More information about the scm-commits mailing list