[ubuntu/bionic-proposed] fwts 17.11.00-0ubuntu1 (Accepted)
Alex Hung
alex.hung at ubuntu.com
Fri Nov 17 09:05:15 UTC 2017
fwts (17.11.00-0ubuntu1) bionic; urgency=low
[Alex Hung]
* lib: move and rename helper functions from method.c
* acpi: devices: add a new test for ACPI AC adapter device
* acpi: devices: add a new test for ACPI battery device
* acpi: devices: add a new test for smart battery device
* lib: move _CRS helper functions from method.c
* acpi: devices: add a new test for acpi ec device
* acpi: devices: print device name in acpi_ac test
* acpi: devices: deiniit acpica when tests are skipped
* acpi: devices: add new tests for power and sleep button devices
* acpi: sync up _BIX test in method to acpi_battery tests
* acpi: fadt: ACPI 6.2 explicitly states 64-bit supersedes 32-bit
* acpi: madt: check GICD's system vector according to mantis 1819 (ACPI
6.2a)
* acp: nfit: add platform capability according to manit 1831 (ACPI 6.2a)
* lib: print reference names in fwts_acpi_object_dump
* lib: raise severity of acpi method failures
* lib: add new large resource data type for _CRS methods
* lib: fix offset error for GPIO connection descriptor
* acpi: sdev: add ACPI SDEV test (mantis 1632)
* fwts-test: Add regression test for SDEV
* acpi: dppt: add ACPI PDTT test (mantis 1576)
* fwts-test: Add regression test for PDTT
* acpi: method: add a missing space in _TSS tests
* acpi: devices: add new tests for lid device
* acpi: devices: add new tests for ambient light sensor device
* acpi: devices: add new tests for time and alarm device
* acpi: devices: add new tests for wireless power calibratio device
* dmi: dmicheck: fix incorrect use of lock bit in chassis type
* src: re-order source list alphabetically
* acpi: update checks of _BIX return package
* acpi: add tests for _SRT control method
* fwts-test: sync up with _SRT control method
* auto-packager: mkpackage.sh: add bionic
* fwts-test: sync up with rsdt updates
[Anthony Wong]
* fwts: add bash command-line completion
[Chris Goldsworthy]
* Remove length test for ACPI 1.0 RSDPs, fix checks against revision field
* Add ACPI 1.0 RSDP test to make sure RSDT field isn't null
[Colin Ian King]
* ACPICA: Update to version 20170929
* fwts-test: sync syntax check with latest ACPICA output
* lib: fwts_safe_mem: fix buffer end calculation
* lib: fwts_acpi_object_eval: fix build issues with older toolchains
* lib: fwts_battery: fix build issues with older toolchains
* lib: fwts_args: ensure a null short_option is never passed to getopt_long
* uefi: uefidump: add some guarding on allocation size
* uefi: uefidump: add some guarding on loop iteration
* dmi: dmicheck: zero buffer buf, cleans up a static analysis warning
* ACPICA: Update to version 20171110
* doc: manual: add Chris Goldsworthy to the contributors section
[Ivan Hu]
* uefi: uefidump: add dumping for BluetoothLE device path
* uefi: uefidump: add dumping for DNS device path
* uefi: uefibootpath: add test for BluetoothLE device path
* uefi: uefibootpath: add test for DNS device path
* hpet: fix the false alarm of hpet configuration test
* uefi: uefirttime: fix the time zone to exact value
* uefi: uefirtauthvar: update the test auth data (LP: #1724455)
Date: Fri, 17 Nov 2017 14:49:11 +0800
Changed-By: Alex Hung <alex.hung at ubuntu.com>
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Signed-By: Colin Ian King <colin.king at ubuntu.com>
https://launchpad.net/ubuntu/+source/fwts/17.11.00-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 17 Nov 2017 14:49:11 +0800
Source: fwts
Binary: fwts libfwtsiasl1 libfwtsacpica1 libfwts1 fwts-frontend fwts-efi-runtime-dkms
Architecture: source
Version: 17.11.00-0ubuntu1
Distribution: bionic
Urgency: low
Maintainer: Firmware Testing Team <fwts-devel at lists.ubuntu.com>
Changed-By: Alex Hung <alex.hung at ubuntu.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: 1724455
Changes:
fwts (17.11.00-0ubuntu1) bionic; urgency=low
.
[Alex Hung]
* lib: move and rename helper functions from method.c
* acpi: devices: add a new test for ACPI AC adapter device
* acpi: devices: add a new test for ACPI battery device
* acpi: devices: add a new test for smart battery device
* lib: move _CRS helper functions from method.c
* acpi: devices: add a new test for acpi ec device
* acpi: devices: print device name in acpi_ac test
* acpi: devices: deiniit acpica when tests are skipped
* acpi: devices: add new tests for power and sleep button devices
* acpi: sync up _BIX test in method to acpi_battery tests
* acpi: fadt: ACPI 6.2 explicitly states 64-bit supersedes 32-bit
* acpi: madt: check GICD's system vector according to mantis 1819 (ACPI
6.2a)
* acp: nfit: add platform capability according to manit 1831 (ACPI 6.2a)
* lib: print reference names in fwts_acpi_object_dump
* lib: raise severity of acpi method failures
* lib: add new large resource data type for _CRS methods
* lib: fix offset error for GPIO connection descriptor
* acpi: sdev: add ACPI SDEV test (mantis 1632)
* fwts-test: Add regression test for SDEV
* acpi: dppt: add ACPI PDTT test (mantis 1576)
* fwts-test: Add regression test for PDTT
* acpi: method: add a missing space in _TSS tests
* acpi: devices: add new tests for lid device
* acpi: devices: add new tests for ambient light sensor device
* acpi: devices: add new tests for time and alarm device
* acpi: devices: add new tests for wireless power calibratio device
* dmi: dmicheck: fix incorrect use of lock bit in chassis type
* src: re-order source list alphabetically
* acpi: update checks of _BIX return package
* acpi: add tests for _SRT control method
* fwts-test: sync up with _SRT control method
* auto-packager: mkpackage.sh: add bionic
* fwts-test: sync up with rsdt updates
.
[Anthony Wong]
* fwts: add bash command-line completion
.
[Chris Goldsworthy]
* Remove length test for ACPI 1.0 RSDPs, fix checks against revision field
* Add ACPI 1.0 RSDP test to make sure RSDT field isn't null
.
[Colin Ian King]
* ACPICA: Update to version 20170929
* fwts-test: sync syntax check with latest ACPICA output
* lib: fwts_safe_mem: fix buffer end calculation
* lib: fwts_acpi_object_eval: fix build issues with older toolchains
* lib: fwts_battery: fix build issues with older toolchains
* lib: fwts_args: ensure a null short_option is never passed to getopt_long
* uefi: uefidump: add some guarding on allocation size
* uefi: uefidump: add some guarding on loop iteration
* dmi: dmicheck: zero buffer buf, cleans up a static analysis warning
* ACPICA: Update to version 20171110
* doc: manual: add Chris Goldsworthy to the contributors section
.
[Ivan Hu]
* uefi: uefidump: add dumping for BluetoothLE device path
* uefi: uefidump: add dumping for DNS device path
* uefi: uefibootpath: add test for BluetoothLE device path
* uefi: uefibootpath: add test for DNS device path
* hpet: fix the false alarm of hpet configuration test
* uefi: uefirttime: fix the time zone to exact value
* uefi: uefirtauthvar: update the test auth data (LP: #1724455)
Checksums-Sha1:
75fa436c61da0a7f5c5ee33f6c1ff66141987b05 2536 fwts_17.11.00-0ubuntu1.dsc
513abc2e6a13830b2ca6bb4f55576e0cec440e84 3710611 fwts_17.11.00.orig.tar.gz
6d716fd093d0e005877d7bf68edc6c81cefe33fb 48508 fwts_17.11.00-0ubuntu1.debian.tar.xz
6ce44deda9ef2082ee3aa7a57c15791c56520b69 8090 fwts_17.11.00-0ubuntu1_source.buildinfo
Checksums-Sha256:
8fb004c7410d9a8fd6197f14cf01cc25b461b44bbc70f5d3d7bdedafd865cbcf 2536 fwts_17.11.00-0ubuntu1.dsc
4e2a4592394c1ed289d9ad10256c788c2f4708f022152b9298504f69ba1a585b 3710611 fwts_17.11.00.orig.tar.gz
d21e43a088322fe8e7fe388784478da47f0e52e73d78cc72ea678ee2fe5ee567 48508 fwts_17.11.00-0ubuntu1.debian.tar.xz
9c5f7ffac785fc007bda40dc2f22a8f2d74965780676fed22a34b497d8b6189e 8090 fwts_17.11.00-0ubuntu1_source.buildinfo
Files:
57f63a130bf68c4b882b70d43f751606 2536 devel optional fwts_17.11.00-0ubuntu1.dsc
3a3224e46a1f758b0c40d2af03172efb 3710611 devel optional fwts_17.11.00.orig.tar.gz
90acca2b7c8e11f72d31c6ff1c04d153 48508 devel optional fwts_17.11.00-0ubuntu1.debian.tar.xz
9780f9aa826092f6c8beff2b39c8460d 8090 devel optional fwts_17.11.00-0ubuntu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJaDqX9AAoJEGjCh9/GqAImLdoQAJoBkbUVFXosck295wSiBOiQ
U9MxGSJjBEqjXBV1uP8/lA1DWpyMsp5AuYa21RGh5DgfGfQq3GrUp4fWVWAE7FTo
jWqyosF40bWsc/PRCqvOklnEu/j8h95Jjc1bOspfsBDnp3j9u9nG0I8HGU0ooWEM
08oSwTjOOdfw30SiQSBC0rD9TU7+AW1WusdgA/dcfdeIOdfXfKRlW7uc4aNwX8z7
2kXNt8+ZPZgF6RBX8MfiKKoNcNmsBRWba9FVaFEmSHxjW4moqYWoOc7b6/oYiuPc
vTnFOhfqD8xRadjKHDQnHuIlznQt70WHYDbaGzE/NUcT4PO+rHQEtArtMK0cqXhR
sX6nX9ksJ9A5b916RjJmuoHXvOID0Wfey4fAVqNNyu2aNdBKde8AYt9UeVOuLN2l
7CRtYiQkDel5HHPrE6/yv6FJdVIsDrOtBs5uHq4sBod+qT/r/HLjwS2xKyzIGTPp
7Qo1tAKq1xRAwoV3xTr9NKP7OsDGlenA6dCQLZeP6FSYeZpEVGkjYpiMvr6qKgj9
V76S59m3W1tWpeUgyimKgnRI5UlzXryNUqyZ0o4KH054PWBKPPG1Z2ReWEvOodB5
moF3HMfJTH319BJM498o+2dQY/IKJTh/2tTijeKA6C1zy1GEhh67ia9ucVe0TU/n
zc7DCqebXFpsX1dzscMV
=7jfj
-----END PGP SIGNATURE-----
More information about the Bionic-changes
mailing list