lp:ubuntu/intrepid-updates/udev

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/intrepid-updates/udev
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

115. By Kees Cook

* SECURITY UPDATE: root privilege escalation via udev event spoofing.
  - Add debian/patches/81-netlink-owner-check.patch: backport upstream
    fixes (CVE-2009-1185).
* SECURITY UPDATE: overflow in path name encoding.
  - Add debian/patches/82-encoding-overflow.patch: backport upstream
    fixes (CVE-2009-1186).

114. By Scott James Remnant (Canonical)

* debian/rules.d/60-symlinks.rules:
  - Add /dev/rtc symlink pointing to the CMOS RTC if it exists (almost
    always rtc0, but we match properly by driver). LP: #252924.

113. By Scott James Remnant (Canonical)

* debian/rules.d/65-id-type.rules:
  - Ensure that ID_TYPE is set to "disk" for block devices that are
    likely disks, or "cd" for those that are likely CDs. In some cases
    this has been lost in favour of $DEVTYPE, but many things (including
    our installer) haven't caught up. LP: #287807.

112. By Scott James Remnant (Canonical)

Backport addition of /dev/{block,char}/maj:min symlinks from latest
udev rules; this mirrors the /sys/dev/{block,char}/maj:min symlinks
found in our current kernel.

If you have a device node, stat() it to obtain type, major and minor
and readlink /sys/dev/{block,char}/maj:min to obtain the sysfs path
of that device.

If you have a sysfs path, read the "dev" file to obtain major and minor
(it's char unless in the block subsystem), and then readlink
/dev/{block,char}/maj:min to obtain the device node.

111. By Reinhard Tartler

re-introduce the change of 124-3, but make sure it only ignores these
errors in a vserver environment.

110. By Scott James Remnant (Canonical)

Revert the previous upload.

This would cause a failure to install the package correctly to be ignored,
and could result in ordinary systems not booting.

109. By Reinhard Tartler

* debian/udev.postinst:
  - don't fail to install/upgrade in a vserver environment by ignoring
    errors of mknod. LP: #144685

108. By Scott James Remnant (Canonical)

* debian/udev.initramfs-hook:
  - Remove mention of pnp_modules. LP: #248378.

107. By Scott James Remnant (Canonical)

* New upstream release:
  - udevmonitor, udevtest, udevcontrol and udevtrigger symlinks removed
  - abstract namespace socket paths should be prefixed with @
  - cdrom_id replaced by a better version
  - scsi_id no longer depends on sysfs
  - 05-udev-early.rules removed

* Patches from git dropped due to upstream update.
* Dropped 50-vol_id-on-entire-disk.patch, as noted in the changelog, this
  was a temporary measure and should be fixed by the kernel.

* Drop pnp_modules now that recent kernels export module aliases for these
  module groups.

106. By Scott James Remnant (Canonical)

Remove cruft from diff.gz that prevented build.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/udev
This branch contains Public information 
Everyone can see this information.

Subscribers