SHA256
1
0
forked from pool/hdparm

- update to hdparm-9.42

- fix ordering of -S -y flags
  - spelling, typo, and formatting fixes for manpage and others
  - set block-count to 1 for Security commands sent via SAT (sgio)
  - use FIGETBSZ to determine filesystem block size for fibmap -- needed for FAT
  - fix master password revcode handling
  - try and fix reg_flags (again!) for old IDE taskfile ioctls
  - fixed '&&' bug in dco_identify code
  - force sector dumps (read-sector, identify, ..) to use le16 output format
  - proper SCT identify info courtesy of Leonid Evdokimov <leon@darkk.net.ru>
  - updated raid1ext4trim.sh-1.5 script
  - avoid HDIO_GETGEO_BIG when possible (doesn't exist in
    linux-2.6.xx and beyond)
  - pad secure erase timeouts by 30minutes rather than 5minutes.

OBS-URL: https://build.opensuse.org/package/show/Base:System/hdparm?expand=0&rev=64
This commit is contained in:
2012-10-01 10:55:22 +00:00
committed by Git OBS Bridge
parent edf172863c
commit 329ad9b628
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Oct 1 10:53:29 UTC 2012 - puzel@suse.com
- update to hdparm-9.42
- fix ordering of -S -y flags
- spelling, typo, and formatting fixes for manpage and others
- set block-count to 1 for Security commands sent via SAT (sgio)
- use FIGETBSZ to determine filesystem block size for fibmap -- needed for FAT
- fix master password revcode handling
- try and fix reg_flags (again!) for old IDE taskfile ioctls
- fixed '&&' bug in dco_identify code
- force sector dumps (read-sector, identify, ..) to use le16 output format
- proper SCT identify info courtesy of Leonid Evdokimov <leon@darkk.net.ru>
- updated raid1ext4trim.sh-1.5 script
- avoid HDIO_GETGEO_BIG when possible (doesn't exist in
linux-2.6.xx and beyond)
- pad secure erase timeouts by 30minutes rather than 5minutes.
-------------------------------------------------------------------
Sat Feb 18 11:35:40 UTC 2012 - rschweikert@suse.com