From 329ad9b62877ff62e14aaf91ed32a1ccebd689816b94023755d3b37f68ab6151 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Mon, 1 Oct 2012 10:55:22 +0000 Subject: [PATCH] - 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 - 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 --- hdparm-9.39.tar.gz | 3 --- hdparm-9.42.tar.gz | 3 +++ hdparm.changes | 18 ++++++++++++++++++ hdparm.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 hdparm-9.39.tar.gz create mode 100644 hdparm-9.42.tar.gz diff --git a/hdparm-9.39.tar.gz b/hdparm-9.39.tar.gz deleted file mode 100644 index f404962..0000000 --- a/hdparm-9.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f034d5972566114f444cfb5339680603cb6d5d82c45e6196eca7cc2bcaddf32 -size 127382 diff --git a/hdparm-9.42.tar.gz b/hdparm-9.42.tar.gz new file mode 100644 index 0000000..1b545e9 --- /dev/null +++ b/hdparm-9.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fcc696172e47667ee136a351cb7f4e82dbd80e5aaae6520880d858bd2701bc +size 129473 diff --git a/hdparm.changes b/hdparm.changes index 0ba8fe1..e150054 100644 --- a/hdparm.changes +++ b/hdparm.changes @@ -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 + - 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 diff --git a/hdparm.spec b/hdparm.spec index 11696d8..103d7a3 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -19,7 +19,7 @@ Name: hdparm PreReq: %insserv_prereq %fillup_prereq coreutils Provides: base:/sbin/hdparm -Version: 9.39 +Version: 9.42 Release: 0 Summary: A Program to get and set hard disk parameters License: SUSE-Permissive