Accepting request 53765 from network
Accepted submit request 53765 from user ug OBS-URL: https://build.opensuse.org/request/show/53765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=52
This commit is contained in:
commit
b1a822c29c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8
|
|
||||||
size 7547503
|
|
3
bind-9.7.2P2.tar.gz
Normal file
3
bind-9.7.2P2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18e3a1607ae7f7ef49ab43663073d30318ed3713da62d96bc1537f4520fe11bd
|
||||||
|
size 7697012
|
26
bind.changes
26
bind.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 12 13:53:16 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
- Zones may be dynamically added and removed with the "rndc addzone"
|
||||||
|
and "rndc delzone" commands. These dynamically added zones are
|
||||||
|
written to a per-view configuration file. Do not rely on the
|
||||||
|
configuration file name nor contents as this will change in a
|
||||||
|
future release. This is an experimental feature at this time.
|
||||||
|
- Added new "filter-aaaa-on-v4" access control list to select which
|
||||||
|
IPv4 clients have AAAA record filtering applied.
|
||||||
|
- A new command "rndc secroots" was added to dump a combined summary
|
||||||
|
of the currently managed keys combined with statically configured
|
||||||
|
trust anchors.
|
||||||
|
- Added support to load new keys into managed zones without signing
|
||||||
|
immediately with "rndc loadkeys". Added support to link keys with
|
||||||
|
"dnssec-keygen -S" and "dnssec-settime -S".
|
||||||
|
- Documentation improvements
|
||||||
|
- ORCHID prefixes were removed from the automatic empty zone list.
|
||||||
|
- Improved handling of GSSAPI security contexts. Specifically, better
|
||||||
|
memory management of cached contexts, limited lifetime of a context
|
||||||
|
to 1 hour, and added a "realm" command to nsupdate to allow
|
||||||
|
selection of a non-default realm name.
|
||||||
|
- The contributed tool "ztk" was updated to version 1.0.
|
||||||
|
|
||||||
|
- version 9.7.1 to 9.7.2-P2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 26 15:33:02 CEST 2010 - ug@suse.de
|
Mon Jul 26 15:33:02 CEST 2010 - ug@suse.de
|
||||||
|
|
||||||
|
@ -20,11 +20,12 @@
|
|||||||
|
|
||||||
Name: bind
|
Name: bind
|
||||||
%define pkg_name bind
|
%define pkg_name bind
|
||||||
%define pkg_vers 9.7.1
|
%define pkg_vers 9.7.2P2
|
||||||
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
|
||||||
|
BuildRequires: krb5-devel
|
||||||
Summary: Domain Name System (DNS) Server (named)
|
Summary: Domain Name System (DNS) Server (named)
|
||||||
Version: 9.7.1
|
Version: 9.7.2P2
|
||||||
Release: 4
|
Release: 4
|
||||||
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
|
||||||
@ -281,7 +282,8 @@ CONFIGURE_OPTIONS="\
|
|||||||
--with-libtool \
|
--with-libtool \
|
||||||
--enable-runidn \
|
--enable-runidn \
|
||||||
--with-libxml2 \
|
--with-libxml2 \
|
||||||
--with-dlz-mysql --with-dlz-ldap
|
--with-dlz-mysql --with-dlz-ldap \
|
||||||
|
--with-gssapi
|
||||||
"
|
"
|
||||||
./configure ${CONFIGURE_OPTIONS}
|
./configure ${CONFIGURE_OPTIONS}
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user