iucode-tool 1.0.3-1~ubuntu14.04.1 source package in Ubuntu

Changelog

iucode-tool (1.0.3-1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1361340)

iucode-tool (1.0.3-1) unstable; urgency=medium

  * New upstream release
    + Properly check microcode metadata date to be valid packed BCD in
      strict mode
    + Do not assume a non-zero microcode Total Size field to be valid, it
      is valid only when the Data Size field is non-zero.  Fortunately,
      Intel always set reserved fields to zero on released microcode, so
      this bug was never (and is unlikely to ever be) triggered
    + Linux kernel bug workaround: when generating the early initramfs
      archive, append NULs to the microcode data file name to pad the
      start of the microcode data inside the initramfs archive to a
      16-byte boundary.  Document this issue on the manpage, the
      workaround is only effective if the start of our early initramfs
      cpio segment is 16-byte aligned in the final initramfs archive
    + Fix several cosmetic and minor code issues
    + Manpage fixes and enhancements
  * debian/control: add debian/master branch information to Vcs-Git field
  * debian/control: bump standards-version to 3.9.5

iucode-tool (1.0.2-1) unstable; urgency=low

  * New upstream maintenance release
    + Mention iucode-tool's new home at gitorious in documentation
    + Warn user when --scan-system fails due to errors such as a lack
      of permission to access the cpuid devices
    + Use the libc optimized memcmp() to compare microcode
    + Minor manpage updates
    + --strict-checks now verifies that the microcode update date
      is not utterly insane
  * debian/control: update for new upstream location at Gitorious
 -- Iain Lane <email address hidden>   Mon, 25 Aug 2014 21:35:46 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Trusty
Original maintainer:
Henrique de Moraes Holschuh
Architectures:
i386 amd64
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports multiverse utils

Builds

Trusty: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
iucode-tool_1.0.3.orig.tar.xz 115.6 KiB 865f4458a4e0eab54b033c25d0ee60803fd6b76daae1bfea897869bfce073f63
iucode-tool_1.0.3-1~ubuntu14.04.1.debian.tar.xz 4.2 KiB 8c80bcdbd196985fe6237f59a54b37be61d67b3bde386034c2a9504b673c4830
iucode-tool_1.0.3-1~ubuntu14.04.1.dsc 2.0 KiB 3337521f497f9c0d74b1e2adf8f9c45246f46d05f8d9ac1a6205407b51eeb68d

View changes file

Binary packages built by this source

iucode-tool: Intel processor microcode tool

 iucode_tool is a program to manipulate IntelĀ® X86 and X86-64 processor
 microcode collections, and to use the kernel facilities to upgrade the
 microcode on Intel system processors.
 .
 It can load microcode data files in text and binary format, sort, list and
 filter the microcodes contained in these files, write selected microcodes to a
 new file in binary format, or upload them to the kernel.
 .
 It operates on non-free microcode data downloaded directly from Intel or
 installed by the intel-microcode package.