ports/core (2.7): [notify] udev: update to 182
commit 329f79f218c3fda88b446c64fc6348d3f36cd929 Author: Juergen Daubert <jue@jue.li> Date: Thu Apr 19 11:35:26 2012 +0200 [notify] udev: update to 182 Important Notes: ---------------- * new dependency kmod * the following kernel options are required: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y diff --git a/udev/.footprint b/udev/.footprint index e43eef3..19c1cac 100644 --- a/udev/.footprint +++ b/udev/.footprint @@ -4,27 +4,20 @@ drwxr-xr-x root/root etc/udev/rules.d/ -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/libudev.so.0 -> libudev.so.0.13.0 --rwxr-xr-x root/root lib/libudev.so.0.13.0 +lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.13.1 +-rwxr-xr-x root/root lib/libudev.so.0.13.1 drwxr-xr-x root/root lib/udev/ -rwxr-xr-x root/root lib/udev/accelerometer -rwxr-xr-x root/root lib/udev/ata_id -rwxr-xr-x root/root lib/udev/cdrom_id -rwxr-xr-x root/root lib/udev/collect drwxr-xr-x root/root lib/udev/devices/ -crw------- root/root lib/udev/devices/console (5, 1) -crw------- root/root lib/udev/devices/kmsg (1, 11) -crw-rw-rw- root/root lib/udev/devices/null (1, 3) drwxr-xr-x root/root lib/udev/devices/pts/ drwxr-xr-x root/root lib/udev/devices/shm/ -crw-rw-rw- root/root lib/udev/devices/zero (1, 5) --rwxr-xr-x root/root lib/udev/firmware -rwxr-xr-x root/root lib/udev/mtd_probe --rwxr-xr-x root/root lib/udev/pci-db -rw-r--r-- root/root lib/udev/rule_generator.functions drwxr-xr-x root/root lib/udev/rules.d/ --rw-r--r-- root/root lib/udev/rules.d/42-qemu-usb.rules --rw-r--r-- root/root lib/udev/rules.d/50-firmware.rules +-rw-r--r-- root/root lib/udev/rules.d/42-usb-hid-pm.rules -rw-r--r-- root/root lib/udev/rules.d/50-udev-default.rules -rw-r--r-- root/root lib/udev/rules.d/60-cdrom_id.rules -rw-r--r-- root/root lib/udev/rules.d/60-persistent-alsa.rules @@ -45,23 +38,21 @@ drwxr-xr-x root/root lib/udev/rules.d/ -rw-r--r-- root/root lib/udev/rules.d/95-udev-late.rules -rwxr-xr-x root/root lib/udev/scsi_id -rwxr-xr-x root/root lib/udev/udevd --rwxr-xr-x root/root lib/udev/usb-db -rwxr-xr-x root/root lib/udev/v4l_id -rwxr-xr-x root/root lib/udev/write_cd_rules -rwxr-xr-x root/root lib/udev/write_net_rules +drwxr-xr-x root/root run/ drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/start_udev -rwxr-xr-x root/root sbin/udevadm lrwxrwxrwx root/root sbin/udevd -> ../lib/udev/udevd drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/udevinfo -> /sbin/udevadm drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libudev.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libudev.a -rwxr-xr-x root/root usr/lib/libudev.la -lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.13.0 +lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.13.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libudev.pc drwxr-xr-x root/root usr/man/ diff --git a/udev/.md5sum b/udev/.md5sum index 798fc11..23c8b58 100644 --- a/udev/.md5sum +++ b/udev/.md5sum @@ -1,3 +1,3 @@ ee21e150df6c804eef03a6cb2fc1cceb 81-crux.rules -8d3ded98b93ef2ea1a9ceac8ae877764 start_udev -2fc9c1efcbde98e3d73ffee7a77aea47 udev-175.tar.bz2 +585b2d60139c1a3a03fea06c5c16f2a8 start_udev +023877e6cc0d907994b8c648beab542b udev-182.tar.xz diff --git a/udev/Pkgfile b/udev/Pkgfile index b8dde81..ffc182c 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -1,21 +1,23 @@ # Description: Userspace device management daemon -# URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: kmod name=udev -version=175 -release=2 -source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ +version=182 +release=1 +source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.xz \ 81-crux.rules start_udev) build() { cd udev-$version ./configure --prefix=/usr \ - --sbindir=/sbin \ + --sbindir=/sbin --bindir=/sbin \ --sysconfdir=/etc \ --with-rootlibdir=/lib \ - --libexecdir=/lib/udev \ + --with-rootprefix= \ + --libexecdir=/lib \ --mandir=/usr/man \ --disable-introspection \ --disable-gudev \ @@ -28,25 +30,15 @@ build() { make install DESTDIR=$PKG mkdir -p $PKG/lib/{firmware,udev/devices/{pts,shm}} - mkdir -p $PKG/{lib,sbin} + mkdir -p $PKG/{lib,sbin,run} # Symlink to udevd ln -s ../lib/udev/udevd $PKG/sbin/udevd - # Populate nodes - mknod -m 600 $PKG/lib/udev/devices/console c 5 1 - mknod -m 600 $PKG/lib/udev/devices/kmsg c 1 11 - mknod -m 666 $PKG/lib/udev/devices/null c 1 3 - mknod -m 666 $PKG/lib/udev/devices/zero c 1 5 - # Add CRUX items install -m 0755 $SRC/start_udev $PKG/sbin install -m 0644 $SRC/81-crux.rules $PKG/lib/udev/rules.d - # Keep udevinfo for legacy support - mkdir -p $PKG/usr/bin - ln -s /sbin/udevadm $PKG/usr/bin/udevinfo - # Remove junk - rm -rf $PKG/usr/share/{gtk-,}doc + rm -r $PKG/usr/share/{gtk-,}doc } diff --git a/udev/start_udev b/udev/start_udev index d244383..d8f4b26 100644 --- a/udev/start_udev +++ b/udev/start_udev @@ -1,6 +1,6 @@ #!/bin/sh -# - if /dev is not mounted - mount as a devtmpfs (CONFIG_DEVTMPFS=y) or tmpfs +# - if /dev is not mounted - mount as a devtmpfs (CONFIG_DEVTMPFS=y) # - if /dev is mounted (e.g. due to handover from initramfs or # CONFIG_DEVTMPFS_MOUNT=y), remount with specific options # - some video drivers require exec access in /dev, thus it's set here @@ -10,14 +10,12 @@ UDEVOPTS="exec,nosuid,noatime,mode=0755,nr_blocks=2048,nr_inodes=16384" if /bin/mountpoint -q /dev ; then /bin/mount -n -o remount,${UDEVOPTS} dev /dev else - if /bin/sed -n '/devtmpfs/q1' /proc/filesystems ; then - UDEVFS=tmpfs - else - UDEVFS=devtmpfs - fi - /bin/mount -n -t $UDEVFS -o ${UDEVOPTS} dev /dev + /bin/mount -n -t devtmpfs -o ${UDEVOPTS} dev /dev fi +# mount /run directory +/bin/mount -n -t tmpfs -o mode=0755,nosuid,nodev,exec tmpfs /run + # make sure hotplugger is not set echo > /proc/sys/kernel/hotplug
participants (1)
-
crux@crux.nu