Accepting request 41829 from network
checked in (request 41829) OBS-URL: https://build.opensuse.org/request/show/41829 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=33
This commit is contained in:
parent
bacc2151d5
commit
75fa96f20f
3
bind-9.7.0P2.tar.gz
Normal file
3
bind-9.7.0P2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c20bfd712a4d940c531ab0ac63499640f9f133b0b54d1aa3f2eca65795f8e2f0
|
||||||
|
size 7240336
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8
|
|
||||||
size 7547503
|
|
13
bind.changes
13
bind.changes
@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jun 21 12:43:15 CEST 2010 - ug@suse.de
|
|
||||||
|
|
||||||
- genrandom: add support for the generation of multiple
|
|
||||||
files.
|
|
||||||
- Update empty-zones list to match
|
|
||||||
draft-ietf-dnsop-default-local-zones-13.
|
|
||||||
- Incrementally write the master file after performing
|
|
||||||
a AXFR.
|
|
||||||
- Add AAAA address for L.ROOT-SERVERS.NET.
|
|
||||||
- around 50 bugs fixed (see CHANGELOG for details)
|
|
||||||
- version 9.7.1
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 20 10:10:13 CEST 2010 - ug@suse.de
|
Thu May 20 10:10:13 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
Name: bind
|
Name: bind
|
||||||
%define pkg_name bind
|
%define pkg_name bind
|
||||||
%define pkg_vers 9.7.1
|
%define pkg_vers 9.7.0P2
|
||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
||||||
Summary: Domain Name System (DNS) Server (named)
|
Summary: Domain Name System (DNS) Server (named)
|
||||||
Version: 9.7.1
|
Version: 9.7.0P2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD3c(or similar) ; MIT License (or similar)
|
License: BSD3c(or similar) ; MIT License (or similar)
|
||||||
Group: Productivity/Networking/DNS/Servers
|
Group: Productivity/Networking/DNS/Servers
|
||||||
@ -46,6 +46,7 @@ Patch4: perl-path.diff
|
|||||||
Patch5: tmpfs.patch
|
Patch5: tmpfs.patch
|
||||||
Patch51: pie_compile.diff
|
Patch51: pie_compile.diff
|
||||||
Patch52: named-bootconf.diff
|
Patch52: named-bootconf.diff
|
||||||
|
Patch60: dlz-dollarvar.patch
|
||||||
Source60: dlz-schema.txt
|
Source60: dlz-schema.txt
|
||||||
%if %ul_version >= 1
|
%if %ul_version >= 1
|
||||||
%define VENDOR UL
|
%define VENDOR UL
|
||||||
@ -224,6 +225,7 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
%patch52
|
%patch52
|
||||||
#%patch53
|
#%patch53
|
||||||
|
%patch -P 60 -p1
|
||||||
# modify settings of some files regarding to OS version and vendor
|
# modify settings of some files regarding to OS version and vendor
|
||||||
function replaceStrings()
|
function replaceStrings()
|
||||||
{
|
{
|
||||||
|
21
dlz-dollarvar.patch
Normal file
21
dlz-dollarvar.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/227344
|
||||||
|
|
||||||
|
LDAP API does not like %.
|
||||||
|
|
||||||
|
--- bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c.orig
|
||||||
|
+++ bind-9.6.1P1/contrib/dlz/drivers/sdlz_helper.c
|
||||||
|
@@ -166,12 +166,12 @@ build_querylist(isc_mem_t *mctx, const c
|
||||||
|
ISC_LIST_APPEND(*tql, tseg, link);
|
||||||
|
|
||||||
|
/*
|
||||||
|
- * split string at the first "%". set query segment to
|
||||||
|
+ * split string at the first "$". set query segment to
|
||||||
|
* left portion
|
||||||
|
*/
|
||||||
|
tseg->sql = isc_mem_strdup(mctx,
|
||||||
|
isc_string_separate(&right_str,
|
||||||
|
- "%"));
|
||||||
|
+ "$"));
|
||||||
|
if (tseg->sql == NULL) {
|
||||||
|
/* no memory, clean everything up. */
|
||||||
|
result = ISC_R_NOMEMORY;
|
Loading…
Reference in New Issue
Block a user