SPECS (AC-branch): udev.spec - fixes for CVE-2009-1185 and CVE-2009-1186 (m...

adamg adamg at pld-linux.org
Sun Apr 26 17:26:21 CEST 2009


Author: adamg                        Date: Sun Apr 26 15:26:21 2009 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fixes for CVE-2009-1185 and CVE-2009-1186 (merged from UDEV-124 branch)
- release 3

---- Files affected:
SPECS:
   udev.spec (1.240 -> 1.240.4.1) 

---- Diffs:

================================================================
Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.240 SPECS/udev.spec:1.240.4.1
--- SPECS/udev.spec:1.240	Sat Jun 14 15:27:19 2008
+++ SPECS/udev.spec	Sun Apr 26 17:26:15 2009
@@ -33,7 +33,7 @@
 Summary(pl.UTF-8):	Zarządca urządzeń dla Linuksa 2.6
 Name:		udev
 Version:	124
-Release:	2
+Release:	3
 Epoch:		1
 License:	GPL
 Group:		Base
@@ -57,6 +57,8 @@
 Source31:	%{name}-usb.handmap
 Source32:	%{name}.blacklist
 Patch0:		%{name}-lib64.patch
+Patch1:		%{name}-netlink-owner-check.patch
+Patch2:		%{name}-encoding-overflow.patch
 URL:		http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
 BuildRequires:	device-mapper-devel
 %{?with_selinux:BuildRequires:	libselinux-devel >= 1.17.13}
@@ -170,6 +172,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 sed -i -e 's/$(CC) -shared/$(LD) -shared/' extras/volume_id/lib/Makefile
 sed -i -e 's#/lib/udev/#/%{_lib}/udev/#g' *.c extras/rule_generator/write_*
@@ -411,6 +415,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.240.4.1  2009/04/26 15:26:15  adamg
+- fixes for CVE-2009-1185 and CVE-2009-1186 (merged from UDEV-124 branch)
+- release 3
+
 Revision 1.240  2008/06/14 13:27:19  arekm
 - rel 2; fix trigger and settle
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/udev.spec?r1=1.240&r2=1.240.4.1&f=u



More information about the pld-cvs-commit mailing list