Updating link to change in openSUSE:Factory/bind revision 40.0
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=27f0111712e2d158ed649ba9c4e99656
This commit is contained in:
parent
0ba3754719
commit
3cf37ac1bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7150cd712efbc40611d88ea1ba72a85bd7ceb4aa86edfdd98d9ad8a0dd30515
|
||||
size 6609714
|
3
bind-9.6.1P2.tar.gz
Normal file
3
bind-9.6.1P2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:094ff51bd0f4eec62a3410b82ffe31c273590bac042a3bd817a67f5b88bbfc24
|
||||
size 6699115
|
11
bind.changes
11
bind.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 09:44:13 CET 2009 - ug@suse.de
|
||||
|
||||
- Security fix
|
||||
When validating, track whether pending data was from
|
||||
the additional section or not and only return it if
|
||||
validates as secure. [RT #20438]
|
||||
CVE-2009-4022
|
||||
bnc#558260
|
||||
- update from P1 to P2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 10:08:50 CET 2009 - ug@suse.de
|
||||
|
||||
|
22
bind.spec
22
bind.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bind (Version 9.6.1P1)
|
||||
# spec file for package bind (Version 9.6.1P2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,14 +20,14 @@
|
||||
|
||||
Name: bind
|
||||
%define pkg_name bind
|
||||
%define pkg_vers 9.6.1P1
|
||||
%define pkg_vers 9.6.1P2
|
||||
#BuildRequires: openldap2 openldap2-devel
|
||||
BuildRequires: libcap libcap-devel libmysqlclient-devel libxml2-devel openssl openssl-devel
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
Version: 9.6.1P1
|
||||
Release: 5
|
||||
Version: 9.6.1P2
|
||||
Release: 1
|
||||
%define SDB_LDAP_VERSION 1.0-beta
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
Provides: dns_daemon bind8 bind9
|
||||
Obsoletes: bind8 bind9
|
||||
@ -82,7 +82,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package chrootenv
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: Chroot environment for BIND named and lwresd
|
||||
Group: Productivity/Networking/DNS/Servers
|
||||
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
|
||||
@ -99,7 +99,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package devel
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: Development Libraries and Header Files of BIND
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-libs = %{version}
|
||||
@ -124,7 +124,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package doc
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: BIND documentation
|
||||
Group: Documentation/Other
|
||||
|
||||
@ -140,7 +140,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package libs
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: Shared libraries of BIND
|
||||
Group: Development/Libraries/C and C++
|
||||
# bug437293
|
||||
@ -161,7 +161,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package lwresd
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: Lightweight Resolver Daemon
|
||||
Group: Productivity/Networking/DNS/Utilities
|
||||
Requires: %{name}-chrootenv
|
||||
@ -183,7 +183,7 @@ Authors:
|
||||
ISC Software <bind@isc.org>
|
||||
|
||||
%package utils
|
||||
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: Utilities to query and test DNS
|
||||
Group: Productivity/Networking/DNS/Utilities
|
||||
Provides: dns_utils bindutil bind9-utils
|
||||
|
Loading…
Reference in New Issue
Block a user