[ubuntu/utopic-proposed] fwts 14.07.00-0ubuntu0 (Accepted)

Kun Yang kun.yang at canonical.com
Wed Jul 30 13:36:17 UTC 2014


fwts (14.07.00-0ubuntu0) utopic; urgency=low

  [Alberto Milone]
  * src/Makefile.am: depend on glib and gio
  * Add build dependency on libglib2.0-dev
  * Add support for different power methods to suspend
  * debian/copyright: add copyright for the derivative work from systemd
  * doc/fwts.1: update man page with information on the --pm-method parameter
  * src/Makefile.am: use pkg-config to include glib and gio
  * debian/control: add build dependency on pkg-config

  [Alex Hung]
  * cpu: microcode: remove failures when kernel does not have newer version
    (LP: #1322534)
  * lib: fwts_dump: add cpuinfo dump
  * doc: fwts_dump: add cpuinfo.log to man page
  * acpi: method: add _PCL control method test (LP:1343070)

  [Colin Ian King]
  * src/lib/*.h: remove extraneous , at end of enum lists
  * acpi: acpidump: minor tidy up of code
  * acpi: acpitables: minor code tidy up
  * acpi: acpidump: re-arrange code to avoid declarations after code
  * acpi: method: re-arrange code to avoid declarations after code
  * acpi: method: re-arrange code to avoid declarations after code
  * Remove extraneous ; following FWTS_REGISTER macro
  * acpi: wmi: don't use unnamed struct/unions
  * hpet/hpet_check: re-arrange code to avoid declarations after code
  * uefi: uefidump: re-arrange code to avoid declarations after code
  * uefi: securebootcert: re-arrange code to avoid declarations after code
  * kernel tests: Remove extraneous ; following FWTS_REGISTER macro
  * acpi: acpitables: make two more functions static
  * acpi: crsdump: fix shadowing of variable 'sharing'
  * acpi: method: fix shadowing of variable 'obj'
  * acpi: s3: fix shadowing of variable 'i'
  * acpi: s4: fix shadowing of variable 'i'
  * cpu: virt: put extern virt helper func declarations in virt.h
  * cpu: microcode: make microcode_find_cpu static
  * dmi: dmicheck: don't inline dmi_str_check and fix variable shadowing
  * hpet: hpet_check: fix shadowing of variable 'str'
  * uefi: uefidump: fix shadowing of variable 'i'
  * acpi: acpidump: fix shadowing of variable table
  * acpi: acpitables: fix spelling mistake (LP: #1330186)
  * lib: wakealarm: fix spelling mistake
  * acpica: update to version 20140627 (LP: #1335280)
  * Re-work include of acpi.h to work around warnings
  * fwts-test: dissassemble-0001: update disassembly logs to sync with ACPICA
  * fwts-test: method-0001: update test to be in sync with method test
  * lib: fix handling of -ve read returns
  * utilities: kernelscan: use memmove instead of strcpy
  * acpi: syntaxcheck: free lists on error exit return
  * acpi: s3: fix spelling mistake

  [Ivan Hu]
  * uefi: add a test for sanity checking for the UEFI Boot path (LP: #1316019)
  * uefi: uefirtvariable: print out the duplicate variable name (LP: #1340492)
  * uefidump: add Relative Offset Range subtype support for Media device path
    (LP: #1322465)

Date: Wed, 30 Jul 2014 19:08:27 +0800
Changed-By: Kun Yang <kun.yang at canonical.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Signed-By: Alberto Milone <alberto.milone at canonical.com>
https://launchpad.net/ubuntu/utopic/+source/fwts/14.07.00-0ubuntu0
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 30 Jul 2014 19:08:27 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 14.07.00-0ubuntu0
Distribution: utopic
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Kun Yang <kun.yang at canonical.com>
Description: 
 fwts       - FirmWare Test Suite
 fwts-efi-runtime-dkms - Firmware Test Suite UEFI Runtime Service kernel driver
 fwts-frontend - Firmware Test Suite frontend interface
 libfwts1   - FirmWare Test Suite core support library
 libfwtsacpica1 - FirmWare Test Suite ACPICA core built for acpiexec functionality
 libfwtsiasl1 - FirmWare Test Suite ACPICA core built for iasl functionality
Launchpad-Bugs-Fixed: 1316019 1322465 1322534 1330186 1335280 1340492
Changes: 
 fwts (14.07.00-0ubuntu0) utopic; urgency=low
 .
   [Alberto Milone]
   * src/Makefile.am: depend on glib and gio
   * Add build dependency on libglib2.0-dev
   * Add support for different power methods to suspend
   * debian/copyright: add copyright for the derivative work from systemd
   * doc/fwts.1: update man page with information on the --pm-method parameter
   * src/Makefile.am: use pkg-config to include glib and gio
   * debian/control: add build dependency on pkg-config
 .
   [Alex Hung]
   * cpu: microcode: remove failures when kernel does not have newer version
     (LP: #1322534)
   * lib: fwts_dump: add cpuinfo dump
   * doc: fwts_dump: add cpuinfo.log to man page
   * acpi: method: add _PCL control method test (LP:1343070)
 .
   [Colin Ian King]
   * src/lib/*.h: remove extraneous , at end of enum lists
   * acpi: acpidump: minor tidy up of code
   * acpi: acpitables: minor code tidy up
   * acpi: acpidump: re-arrange code to avoid declarations after code
   * acpi: method: re-arrange code to avoid declarations after code
   * acpi: method: re-arrange code to avoid declarations after code
   * Remove extraneous ; following FWTS_REGISTER macro
   * acpi: wmi: don't use unnamed struct/unions
   * hpet/hpet_check: re-arrange code to avoid declarations after code
   * uefi: uefidump: re-arrange code to avoid declarations after code
   * uefi: securebootcert: re-arrange code to avoid declarations after code
   * kernel tests: Remove extraneous ; following FWTS_REGISTER macro
   * acpi: acpitables: make two more functions static
   * acpi: crsdump: fix shadowing of variable 'sharing'
   * acpi: method: fix shadowing of variable 'obj'
   * acpi: s3: fix shadowing of variable 'i'
   * acpi: s4: fix shadowing of variable 'i'
   * cpu: virt: put extern virt helper func declarations in virt.h
   * cpu: microcode: make microcode_find_cpu static
   * dmi: dmicheck: don't inline dmi_str_check and fix variable shadowing
   * hpet: hpet_check: fix shadowing of variable 'str'
   * uefi: uefidump: fix shadowing of variable 'i'
   * acpi: acpidump: fix shadowing of variable table
   * acpi: acpitables: fix spelling mistake (LP: #1330186)
   * lib: wakealarm: fix spelling mistake
   * acpica: update to version 20140627 (LP: #1335280)
   * Re-work include of acpi.h to work around warnings
   * fwts-test: dissassemble-0001: update disassembly logs to sync with ACPICA
   * fwts-test: method-0001: update test to be in sync with method test
   * lib: fix handling of -ve read returns
   * utilities: kernelscan: use memmove instead of strcpy
   * acpi: syntaxcheck: free lists on error exit return
   * acpi: s3: fix spelling mistake
 .
   [Ivan Hu]
   * uefi: add a test for sanity checking for the UEFI Boot path (LP: #1316019)
   * uefi: uefirtvariable: print out the duplicate variable name (LP: #1340492)
   * uefidump: add Relative Offset Range subtype support for Media device path
     (LP: #1322465)
Checksums-Sha1: 
 751769cad42d6032fe51acc4360eda14ce1eac81 2325 fwts_14.07.00-0ubuntu0.dsc
 32ddcd349aea7aacddeb2e09324aed4582901f27 2995284 fwts_14.07.00.orig.tar.gz
 2fdc9b888ed195029400f9015ea78272f0ec92de 35914 fwts_14.07.00-0ubuntu0.debian.tar.gz
Checksums-Sha256: 
 583edb402865589b8bb21363286a91faef21fea92eff2d106532e0ab21299e5e 2325 fwts_14.07.00-0ubuntu0.dsc
 53eef5bdcd4b64793b5758bb5c08a0e6feda147a8e540e6afcc2fc69f77c3982 2995284 fwts_14.07.00.orig.tar.gz
 46678bdb8ba9ad76a5f251204ee764b00d6f437ca4cc4e8614d5a71c67c9e21a 35914 fwts_14.07.00-0ubuntu0.debian.tar.gz
Files: 
 e8a63a5d77faeb99bfba565d4be7cc42 2325 devel optional fwts_14.07.00-0ubuntu0.dsc
 9eac6427886d03cc3269c245b412f2a1 2995284 devel optional fwts_14.07.00.orig.tar.gz
 f80b4ecf6ad93be60af215307b231885 35914 devel optional fwts_14.07.00-0ubuntu0.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJT2PQMAAoJEJN9a/6zyY7dCPQP/i/BoM+KY+Tr4dOIQXDbjyEA
OhyTIBo3drvMXw/+jvVWou5Is0SuOVIQhARRrPIY7zFo7qRUqR9AUPf65ZCKr+ol
UlLhaonnQgd2yVKQwddY8IxQXBnMDz/91HZIU2g0zkX9zQaKsWRocClNcc6QEjxH
ujsT/tqWL6gedbr3Df5OlmOuVnW26x3MCRjUUA89BV2gkpuwtc/dDBAwnIXv5gAx
cjv+ubTKgltpEZ5fbm156wENxm5/yn2qQlv4ZtXQvBGkZNHxSjpl8gPbnQ2/e1pX
XAqV18cl1hHBw2d2W5IrmrvjgEj3iynbkc9O/YvOnidVMWvHY4n7yHDyeFKX73PN
XNc8aY7NBW29BH14pGdYedNUpCPqX/eH4xcQG041yQIuuttN4Fi/MyOqSCUWlkqr
YXNUJSOiQIDFYaOxWB5GMA6rQwapHROhnPQwbyg3oasXpGVvR56zZU/GsA7hiUvY
6qcRBa/6Li5Ik/CkDQjNeRHEOSS/mpnEXt9vd1FiCk4kkoIDSBwQRaa10+aOM1sT
ss+kPDRUZvQ73oD8DvVFiS9F6rqYthPQMEnyHmUkE5rGqD1tan+fY5gCvvh+k0OY
zaRwy667/tp0zy3oo13NTsIVb/N67bBg12b6mgn79N9igta1FWlMzs4M+AGvQiMA
cDNPnZ1oYxCuSqDZgMgQ
=eMZ9
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list