Browse Source

bind: new upstream release with security fix (CVE-2011-2464)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4281 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 13 years ago
parent
commit
653c4b1384
1 changed files with 9 additions and 5 deletions
  1. 9 5
      b/bind/bind-vl.spec

+ 9 - 5
b/bind/bind-vl.spec

@@ -1,7 +1,7 @@
 %define _localstatedir /var
 
-%define pversion 9.6.ESV.R4.P1
-%define sversion 9.6-ESV-R4-P1
+%define pversion 9.6.ESV.R4.P3
+%define sversion 9.6-ESV-R4-P3
 %define bind_epoch 1
 
 %define bind_uid  25
@@ -23,10 +23,10 @@ Source5: keygen.c
 Url: http://www.isc.org/bind.html
 Patch1: bind-9.3.3rc2-rndckey.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
-BuildPreReq: openssl-devel glibc-devel libtool
+BuildRequires(pre): openssl-devel glibc-devel libtool
 BuildRequires: libxml2-devel libcap-devel
-PreReq: chkconfig, sh-utils, textutils, fileutils, shadow-utils, perl, sed
-PreReq: bind-utils = %{bind_epoch}:%{version}-%{release}
+Requires(pre): chkconfig, sh-utils, textutils, fileutils, shadow-utils, perl, sed
+Requires(pre): bind-utils = %{bind_epoch}:%{version}-%{release}
 Requires: bind-libs = %{bind_epoch}:%{version}-%{release}
 Conflicts: bind9 <= 9.2.1-0vl5, bind-current
 Obsoletes: bind9 <= 9.2.1-0vl5
@@ -262,6 +262,10 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
 %{_bindir}/isc-config.sh
 
 %changelog
+* Wed Jul  6 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.ESV.R4.P3-1
+- new upstream release with security fix (CVE-2011-2464)
+- use hoge(pre) tags instead of old hogepre tags
+
 * Sat May 28 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.ESV.R4.P1-1
 - new upstream release with security fix (CVE-2011-1910)