This commit is contained in:
parent
7ac4fa5cb2
commit
c9b43f56fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53d529b140ec9b9078512bacc26493b8283e1ca422f5e8d90b4e6fd6dc9cd0d9
|
||||
size 6705907
|
3
bind-9.5.0P2.tar.gz
Normal file
3
bind-9.5.0P2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aacc87127ceb7e541f88b95be3861320849713ce90d8415c74c9e64d1500b68e
|
||||
size 6710306
|
17
bind.changes
17
bind.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 15:46:00 CEST 2008 - sschober@suse.de
|
||||
|
||||
- Copy complete /etc/named.d to change root jail (bnc#408145).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 16:39:27 CEST 2008 - ug@suse.de
|
||||
|
||||
- performance improvement over the P1 releases, namely
|
||||
+ significantly remedying the port allocation issues
|
||||
+ allowing TCP queries and zone transfers while issuing as many
|
||||
outstanding UDP queries as possible
|
||||
+ additional security of port randomization at the same level as P1
|
||||
|
||||
- also includes fixes for several bugs in the 9.5.0 base code
|
||||
- 9.5.0-P2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 11:51:38 CEST 2008 - aj@suse.de
|
||||
|
||||
|
29
bind.spec
29
bind.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package bind (Version 9.5.0P1)
|
||||
# spec file for package bind (Version 9.5.0P2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,12 +20,12 @@
|
||||
|
||||
Name: bind
|
||||
%define pkg_name bind
|
||||
%define pkg_vers 9.5.0P1
|
||||
%define pkg_vers 9.5.0P2
|
||||
#BuildRequires: openldap2 openldap2-devel
|
||||
BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.5.0P1
|
||||
Release: 4
|
||||
Version: 9.5.0P2
|
||||
Release: 1
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
@ -681,6 +688,16 @@ fi
|
||||
%doc %{_mandir}/man5/idnrc.5.gz
|
||||
|
||||
%changelog
|
||||
* Wed Aug 13 2008 sschober@suse.de
|
||||
- Copy complete /etc/named.d to change root jail (bnc#408145).
|
||||
* Tue Aug 12 2008 ug@suse.de
|
||||
- performance improvement over the P1 releases, namely
|
||||
+ significantly remedying the port allocation issues
|
||||
+ allowing TCP queries and zone transfers while issuing as many
|
||||
outstanding UDP queries as possible
|
||||
+ additional security of port randomization at the same level as P1
|
||||
- also includes fixes for several bugs in the 9.5.0 base code
|
||||
- 9.5.0-P2
|
||||
* Sun Jul 27 2008 aj@suse.de
|
||||
- Remove .la files, they only introduce more problems and require
|
||||
libxml2.la installation.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f45be644dac8576a40acfcc31fee879178f32d3c1e274cc38d997362b859ff3
|
||||
size 20327
|
||||
oid sha256:59e0d0bd8b0d72cebca7303c3bbcb9c93e251dd764919244d38b5fed276e8e69
|
||||
size 20452
|
||||
|
Loading…
Reference in New Issue
Block a user