diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-20 11:31:19 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-20 11:31:19 +0000 |
| commit | 2be0bc65f4feda68a16de11f5974dd1038f6d3f4 (patch) | |
| tree | 82b0a22843e4f44146c36ddacb92034a1df076a3 /bind-9.4.1-ldap-api.patch | |
| parent | 969b1cbd8f0eeedf2e9050986484112f7d7f00d4 (diff) | |
| download | bind-2be0bc65f4feda68a16de11f5974dd1038f6d3f4.tar.gz bind-2be0bc65f4feda68a16de11f5974dd1038f6d3f4.tar.xz bind-2be0bc65f4feda68a16de11f5974dd1038f6d3f4.zip | |
- removed bind-sdb package (default named has compiled SDB backend now)bind-9_5_0a5-3_9_fc8
- integrated DLZ (Dynamically loadable zones) drivers
- integrated GSS-TSIG support (RFC 3645)
- build with -O0 (many new features, potential core dumps will be more
useful)
Diffstat (limited to 'bind-9.4.1-ldap-api.patch')
| -rw-r--r-- | bind-9.4.1-ldap-api.patch | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/bind-9.4.1-ldap-api.patch b/bind-9.4.1-ldap-api.patch index e469c35..e040a84 100644 --- a/bind-9.4.1-ldap-api.patch +++ b/bind-9.4.1-ldap-api.patch @@ -1,5 +1,5 @@ ---- bind-9.3.4/bin/named_sdb/Makefile.in.ldap-api 2007-05-18 16:21:21.000000000 +0200 -+++ bind-9.3.4/bin/named_sdb/Makefile.in 2007-05-18 16:22:16.000000000 +0200 +--- bind-9.3.4/bin/named/Makefile.in.ldap-api 2007-05-18 16:21:21.000000000 +0200 ++++ bind-9.3.4/bin/named/Makefile.in 2007-05-18 16:22:16.000000000 +0200 @@ -96,7 +96,7 @@ HTMLPAGES = named.html lwresd.html named MANOBJS = ${MANPAGES} ${HTMLPAGES} @@ -9,3 +9,15 @@ @BIND9_MAKE_RULES@ +diff -up bind-9.5.0a5/bin/sdb_tools/Makefile.in.new-api bind-9.5.0a5/bin/sdb_tools/Makefile.in +--- bind-9.5.0a5/bin/sdb_tools/Makefile.in.new-api 2007-07-18 11:07:07.000000000 +0200 ++++ bind-9.5.0a5/bin/sdb_tools/Makefile.in 2007-07-18 11:07:18.000000000 +0200 +@@ -38,7 +38,7 @@ SRCS = zone2ldap.c ldap2zone.c + + MANPAGES = zone2ldap.1 + +-EXT_CFLAGS = -fPIE ++EXT_CFLAGS = -fPIE -DLDAP_DEPRECATED + + @BIND9_MAKE_RULES@ + |
