ports/core (2.4): udev: updated to 118.
commit a630b33f0db742651847e7356c6d448f2c30923e Author: Tilman Sauerbeck <tilman@crux.nu> Date: Sun Mar 9 22:21:36 2008 +0100 udev: updated to 118. Also updated the LFS udev rules to 20080217. diff --git a/udev/.footprint b/udev/.footprint index 1d7e1a5..35c6ea1 100644 --- a/udev/.footprint +++ b/udev/.footprint @@ -4,23 +4,22 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/udev/ drwxr-xr-x root/root etc/udev/rules.d/ -rw-r--r-- root/root etc/udev/rules.d/05-udev-early.rules --rw-r--r-- root/root etc/udev/rules.d/25-lfs.rules --rw-r--r-- root/root etc/udev/rules.d/26-modprobe.rules --rw-r--r-- root/root etc/udev/rules.d/27-firmware.rules -rw-r--r-- root/root etc/udev/rules.d/50-udev-default.rules +-rw-r--r-- root/root etc/udev/rules.d/55-lfs.rules -rw-r--r-- root/root etc/udev/rules.d/60-cdrom_id.rules -rw-r--r-- root/root etc/udev/rules.d/60-persistent-input.rules -rw-r--r-- root/root etc/udev/rules.d/60-persistent-storage-tape.rules -rw-r--r-- root/root etc/udev/rules.d/60-persistent-storage.rules +-rw-r--r-- root/root etc/udev/rules.d/61-cdrom.rules -rw-r--r-- root/root etc/udev/rules.d/61-persistent-storage-edd.rules -rw-r--r-- root/root etc/udev/rules.d/80-drivers.rules --rw-r--r-- root/root etc/udev/rules.d/81-cdrom.rules +-rw-r--r-- root/root etc/udev/rules.d/81-firmware.rules -rw-r--r-- root/root etc/udev/rules.d/95-udev-late.rules -rw-r--r-- root/root etc/udev/udev.conf drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/firmware/ -lrwxrwxrwx root/root lib/libvolume_id.so.0 -> libvolume_id.so.0.81.0 --rwxr-xr-x root/root lib/libvolume_id.so.0.81.0 +lrwxrwxrwx root/root lib/libvolume_id.so.0 -> libvolume_id.so.0.82.0 +-rwxr-xr-x root/root lib/libvolume_id.so.0.82.0 drwxr-xr-x root/root lib/udev/ -rwxr-xr-x root/root lib/udev/ata_id -rwxr-xr-x root/root lib/udev/cdrom_id @@ -57,7 +56,7 @@ lrwxrwxrwx root/root usr/bin/udevtest -> /sbin/udevadm drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libvolume_id.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libvolume_id.so -> /lib/libvolume_id.so.0.81.0 +lrwxrwxrwx root/root usr/lib/libvolume_id.so -> /lib/libvolume_id.so.0.82.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libvolume_id.pc drwxr-xr-x root/root usr/man/ diff --git a/udev/.md5sum b/udev/.md5sum index 48953ab..6154869 100644 --- a/udev/.md5sum +++ b/udev/.md5sum @@ -1,5 +1,5 @@ c0da74341672681c9bd924439ea4e84d cdrom.rules cbb9848e6c3662c966edaed90ce90c3f cdsymlinks 40ab559668ab739473fa9f4a45ba28da start_udev -d3c1a5cdc772fffe70253e07a5f80e17 udev-117.tar.bz2 -49c72e712f38c18884bd11a9a3b7e968 udev-config-20070731.tar.bz2 +39ab2404464c7026c65eb878827192b9 udev-118.tar.bz2 +a521a256799fcba14f2f15cacec48a9f udev-config-20080217.tar.bz2 diff --git a/udev/Pkgfile b/udev/Pkgfile index 71ccbb2..465ee40 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=udev -version=117 +version=118 release=1 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ - http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-200707... \ + http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-200802... \ start_udev cdrom.rules cdsymlinks) build() { @@ -25,7 +25,7 @@ build() { make EXTRAS="$extras" make install DESTDIR=$PKG mandir="/usr/man" EXTRAS="$extras" - pushd $SRC/udev-config-20070731 + pushd $SRC/udev-config-20080217 make DESTDIR=$PKG install popd @@ -41,8 +41,9 @@ build() { install -m 0755 $SRC/start_udev $PKG/sbin install -m 0755 $SRC/cdsymlinks $PKG/lib/udev/ install -m 644 etc/udev/rules.d/[0-9]* $PKG/etc/udev/rules.d/ - install -m 644 $SRC/cdrom.rules $PKG/etc/udev/rules.d/81-cdrom.rules + install -m 644 $SRC/cdrom.rules $PKG/etc/udev/rules.d/61-cdrom.rules # Comment uucp lines in default rules sed -i 's|.*uucp.*|#&|g' $PKG/etc/udev/rules.d/50-udev-default.rules + sed -i 's|.*uucp.*|#&|g' $PKG/etc/udev/rules.d/55-lfs.rules }
participants (1)
-
crux@crux.nu