Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#2695 closed task (fixed)

usbutils 0.73

Reported by: willimm Owned by: bdubbs@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New version. From the Changelog:


2007-10-23 David Brownell <dbrownell@…>

  • lsusb.c: Stop hiding unrecognized/misplaced class specific descriptors. Don't require compressed format for usb.ids files; when an uncompressed one is there (probably installed by hand), prefer it.
  • usb.ids: update to current version (with new maintainer)
  • configure.in, lsusb.8: version 0.73

2007-08-28 Brandon Philips <brandon@…>

  • lsusb.c: Fix the offsets for the video class descriptors.

2007-07-17 David Brownell <dbrownell@…>

  • lsusb.c: use correct endpoint maxpacket mask

2006-12-10 Aurelien Jarno <aurelien@…>

  • lsusb.c, names.c, Makefile.am, configure.in: gzipped usb.ids
  • configure, other autoconf stuff: regenerate

2006-12-10 David Brownell <dbrownell@…>

  • lsusb.c: bugfix GUID printing; byteorder matches rfc 4122
  • usb.ids: update to current version

2006-05-03 David Brownell <dbrownell@…>

  • lsusb.c: handle another cdc descriptor type; endianness fix for config descriptor length and endpoint maxpacket
  • usb.ids: update to current version

This update is overdue, this version dates from 2007-10-24. So, what kept you from upgrading this package in 6.3?

Change History (7)

in reply to:  description ; comment:1 by DJ Lucas, 15 years ago

Replying to willimm:

So, what kept you from upgrading this package in 6.3?

Hey, I got an idea. Why don't you go ahead and build the old lfs-6.3 and follow it up with a full BLFS-6.3. Be absolutely sure not make any changes except for the newer usbutils version, and let us know why it wasn't updated! Now, if I were to venture a guess, it probably had something to do with the fact that they broke every single package that used it on 2006-12-10, but feel free to confirm that.

in reply to:  1 comment:2 by willimm, 15 years ago

Replying to dj@…:

Replying to willimm:

So, what kept you from upgrading this package in 6.3?

Hey, I got an idea. Why don't you go ahead and build the old lfs-6.3 and follow it up with a full BLFS-6.3. Be absolutely sure not make any changes except for the newer usbutils version, and let us know why it wasn't updated! Now, if I were to venture a guess, it probably had something to do with the fact that they broke every single package that used it on 2006-12-10, but feel free to confirm that.

I was just wondering.

comment:3 by bdubbs@…, 15 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:4 by DJ Lucas, 15 years ago

Something similar to pciutils:

sed -e 's|DEST=|&/usr/share/|' \
    -e 's@\$DEST$@\$DEST\ncat \$DEST | gzip -9 > \$DEST.gz@' \
    -i update-usbids.sh &&
./configure --prefix=/usr &&
make &&
make install &&
install -v -m755 update-usbids.sh /usr/sbin/update-usbids

comment:5 by DJ Lucas, 15 years ago

Note..that was for 0.73.

comment:6 by bdubbs@…, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 7690.

comment:7 by (none), 13 years ago

Milestone: 6.4

Milestone 6.4 deleted

Note: See TracTickets for help on using tickets.