SHA256
1
0
forked from pool/bind
OBS User unknown 2008-07-15 21:05:20 +00:00 committed by Git OBS Bridge
parent 53a9b16f38
commit 2d7ed1ab97
3 changed files with 1362 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 9 14:18:10 CEST 2008 - ug@suse.de
- VUL-0: spoofing made easier due to non-random UDP
source port VU#800113 (bnc#396963)
-------------------------------------------------------------------
Tue May 6 13:46:43 CEST 2008 - ug@suse.de

View File

@ -18,7 +18,7 @@ Name: bind
BuildRequires: libcap libcap-devel openssl openssl-devel
Summary: Domain Name System (DNS) Server (named)
Version: 9.4.2
Release: 33
Release: 45
%define SDB_LDAP_VERSION 1.0-beta
License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/DNS/Servers
@ -41,6 +41,7 @@ Patch4: perl-path.diff
Patch51: pie_compile.diff
Patch52: named-bootconf.diff
Patch53: capset.diff
Patch54: random-generator-fix.diff
%if %ul_version >= 1
%define VENDOR UL
%else
@ -199,6 +200,7 @@ Authors:
%endif
%patch52
%patch53
%patch54 -p1
# modify settings of some files regarding to OS version and vendor
function replaceStrings()
{
@ -680,6 +682,9 @@ fi
%doc %{_mandir}/man5/idnrc.5.gz
%changelog
* Mon Jun 09 2008 ug@suse.de
- VUL-0: spoofing made easier due to non-random UDP
source port VU#800113 (bnc#396963)
* Tue May 06 2008 ug@suse.de
- capset support fixed (bnc#386653)
* Thu Apr 10 2008 ro@suse.de

1350
random-generator-fix.diff Normal file

File diff suppressed because it is too large Load Diff