|
@@ -1,7 +1,7 @@
|
|
|
%define _localstatedir /var
|
|
|
|
|
|
-%define pversion 9.6.ESV.R5.P1
|
|
|
-%define sversion 9.6-ESV-R5-P1
|
|
|
+%define pversion 9.6.ESV.R7.P2
|
|
|
+%define sversion 9.6-ESV-R7-P2
|
|
|
%define bind_epoch 1
|
|
|
|
|
|
%define bind_uid 25
|
|
@@ -11,7 +11,7 @@ Summary: A DNS (Domain Name System) server.
|
|
|
Summary(ja): DNS (Domain Name System) サーバ
|
|
|
Name: bind
|
|
|
Version: %{pversion}
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: distributable
|
|
|
Group: System Environment/Daemons
|
|
|
Source: ftp://ftp.isc.org/isc/bind9/%{version}/%{name}-%{sversion}.tar.gz
|
|
@@ -22,8 +22,6 @@ Source4: named.logrotate
|
|
|
Source5: keygen.c
|
|
|
Url: http://www.isc.org/bind.html
|
|
|
Patch1: bind-9.3.3rc2-rndckey.patch
|
|
|
-Patch2: bind-9.6-nonexec.patch
|
|
|
-Patch10: bind-9.6-install-missing-header.patch
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: openssl-devel glibc-devel libtool
|
|
|
BuildRequires: libxml2-devel libcap-devel
|
|
@@ -106,8 +104,6 @@ bind.
|
|
|
%prep
|
|
|
%setup -n bind-%{sversion} -q
|
|
|
%patch1 -p1 -b .key
|
|
|
-%patch2 -p1 -b .nonexec
|
|
|
-%patch10 -p1 -b .install-missin-header
|
|
|
|
|
|
%build
|
|
|
libtoolize --copy --force
|
|
@@ -266,9 +262,11 @@ rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
|
|
|
%{_bindir}/isc-config.sh
|
|
|
|
|
|
%changelog
|
|
|
-* Fri Apr 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.6.ESV.R5.P1-2
|
|
|
-- add patch2 to install libraries as exec
|
|
|
-- add patch10 to install missing header (isc/hmacsha.h)
|
|
|
+* Wed Jul 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.6.ESV.R7.P2-1
|
|
|
+- new upstream release with secrity fix (CVE-2012-3817)
|
|
|
+
|
|
|
+* Tue Jun 5 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.ESV.R7.P1-1
|
|
|
+- new upstream release with security fix (CVE-2012-1667)
|
|
|
|
|
|
* Fri Nov 18 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 9.6.ESV.R5.P1-1
|
|
|
- new upstream release with security fix (CVE-2011-4313)
|