summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2009-07-29 13:18:28 +0000
committerAdam Tkac <atkac@fedoraproject.org>2009-07-29 13:18:28 +0000
commit7a3fe0887d8f778a012e1deb065077cb00e79717 (patch)
treef5b245f36f0faace4108977e1f0ac63da8f221b7
parent14cd2bd91179dd6686efcc36f633c905a28d9a07 (diff)
- 9.6.1-P1 release (CVE-2009-0696)bind-9_6_1-4_P1_fc11
- fix postun trigger (#513016, hopefully)
-rw-r--r--.cvsignore2
-rw-r--r--bind.spec12
-rw-r--r--sources2
3 files changed, 10 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
index 2b1c929..726e05e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
config-4.tar.bz2
-bind-9.6.1.tar.gz
+bind-9.6.1-P1.tar.gz
diff --git a/bind.spec b/bind.spec
index ae68f62..d5c0d7c 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
# Red Hat BIND package .spec file
#
-#%define PATCHVER P1
+%define PATCHVER P1
#%define PREVER rc1
#%define VERSION %{version}
#%define VERSION %{version}-%{PATCHVER}
-%define VERSION %{version}
+%define VERSION %{version}-%{PATCHVER}
%{?!SDB: %define SDB 1}
%{?!test: %define test 0}
@@ -20,7 +20,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.1
-Release: 3%{?dist}
+Release: 4.%{PATCHVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -429,7 +429,7 @@ fi
# bind-libs between 32:9.6.1-0.1.b1 and 32:9.6.1-0.4.rc1 have bigger SOnames
# than current bind - https://bugzilla.redhat.com/show_bug.cgi?id=509635.
# Remove this trigger when SOnames get bigger.
-%triggerpostun -n bind-libs -- bind-libs > 32:9.6.1-0.1.b1
+%triggerpostun -n bind-libs -p /bin/bash -- bind-libs > 32:9.6.1-0.1.b1
/sbin/ldconfig
%post chroot
@@ -583,6 +583,10 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Wed Jul 29 2009 Adam Tkac <atkac redhat com> 32:9.6.1-4.P1
+- 9.6.1-P1 release (CVE-2009-0696)
+- fix postun trigger (#513016, hopefully)
+
* Mon Jul 13 2009 Adam Tkac <atkac redhat com> 32:9.6.1-3
- fix broken symlinks in bind-libs (#509635)
- fix typos in /etc/sysconfig/named (#509650)
diff --git a/sources b/sources
index 22cc3f9..559b924 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
de68e10e91e05ab100be879b5bcaa6cb config-4.tar.bz2
-516ac74d8eaaef30ad4c99ada8b715cd bind-9.6.1.tar.gz
+e6ce3b355c4e6bf5d66ef100f555da3f bind-9.6.1-P1.tar.gz