rpms/bochs/devel bochs.spec,1.25,1.26

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 22 07:49:26 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/bochs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20158

Modified Files:
	bochs.spec 
Log Message:
* Wed Aug 22 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-7
- Fix CVE-2007-2894 (really fix bz 241799)



Index: bochs.spec
===================================================================
RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- bochs.spec	5 Aug 2007 18:42:17 -0000	1.25
+++ bochs.spec	22 Aug 2007 07:48:53 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           bochs
 Version:        2.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Portable x86 PC emulator
 Group:          Applications/Emulators
 License:        LGPLv2+
@@ -11,6 +11,7 @@
 Patch1:         %{name}-config.patch
 Patch2:         %{name}-wx28.patch
 Patch3:         %{name}-CVE-2007-2893.patch
+Patch4:         %{name}-CVE-2007-2894.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  docbook-utils
 BuildRequires:  libXt-devel
@@ -67,7 +68,8 @@
 %setup -q
 %patch0 -p0 -z .nonet
 %patch2 -p1 -z .wx28
-%patch3 -p1 -z .cve
+%patch3 -p1 -z .cve-2007-2893
+%patch4 -p1 -z .cve-2007-2894
 cp -p %{SOURCE1} .
 # Fix up some man page paths.
 sed -i \
@@ -166,6 +168,9 @@
 
 
 %changelog
+* Wed Aug 22 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-7
+- Fix CVE-2007-2894 (really fix bz 241799)
+
 * Sun Aug  5 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.3-6
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list