]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated udev to 142.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 May 2009 11:14:25 +0000 (13:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 May 2009 11:14:25 +0000 (13:14 +0200)
lfs/udev

index 7a4b0ade24b4c32728922bcc432f3faa32906c7d..fe3e2322b27053470c3a4219fc882d464dfadc37 100644 (file)
--- a/lfs/udev
+++ b/lfs/udev
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = udev
-PKG_VER    = 141
+PKG_VER    = 142
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -39,7 +39,7 @@ GROUP      = System/Base
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
-DEPS       =
+DEPS       = util-linux-ng
 
 URL        = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
 LICENSE    = GPLv2+
@@ -54,8 +54,7 @@ endef
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) \
-       udev-CVE-2009-1186.patch
+objects = $(DL_FILE)
 
 download: $(objects)
 
@@ -95,9 +94,6 @@ $(OBJECT): $(objects)
                        --exec-prefix="" \
                        --sysconfdir=/etc
 
-       #This patch fixes a local privilege escalation in udev.( CVE-2009-1186 )
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/udev-CVE-2009-1186.patch
-
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install