* [PATCH] sdparm: Update version to 1.12
@ 2021-12-01 12:29 Adolf Belka
2021-12-01 13:55 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-12-01 12:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3573 bytes --]
- Update from 1.10 to 1.12
- Update of rootfile not required
- Changelog
sdparm-1.12 [20210421] [svn: r347]
- add Command duration limits T2A and T2B mpages
- add Sequestered command fields in Control extension mpage
- SAS/SPL disconnect-reconnect mpage: BILUNIT and CTLUNIT
fields added (21-021r3)
- vpd: SCSI Feature Sets [0x92]: add ZBC feature sets
- add SAT ATA Feature control mpage (20-085r4)
- block device char vpd page: add zoned strings
- expand Out of band management control mpage (spl5r08)
- vpd: add Format presets and Concurrent positioning
ranges pages
- vpd: standard inquiry: add hot_pluggable field
- sg_lib: allows access to cache mpage's WCE for nvme
- start using autoconf 2.70
- point svn:externals to sg3_utils release 1.46 (rev 891)
sdparm-1.11 [20200303] [svn: r334]
- Allow ZBC mode pages to use existing SBC mpages
as permitted by zbc2r04 chapter 6.4.1 table 70
- add --out_mask=OM option for mode page control
bitmask (current, changeable, default and/or saveable)
- add --examine option to iterate over mode+vpd pages
- add Out of band management control mpage (spl5r01)
- expand SAS configure port mode page [0x19,0x2] with
configure port mode fields (spl5r07)
- accept additional transport acronyms (e.g. ib for srp)
- power condition mpage: rename fields IDLE->IDLE_A;
STANDBY->STANDBY_Z; ICT->IACT and SCT->SZCT
- device configuration extension mpage: expand PEWS
field with added PE_UN (PEWS units) field (ssc5r05)
- add Zoned block device control mpage (zbc2r04a)
- --defaults option can be used twice: reverts all
pages to their defaults (new in spc5r11, RTD bit)
- vpd: decode TransportIDs in SCSI port page
- --all option used twice lists all VPD pages
- decode SCSI Feature sets page (spc5r16)
- extended inquiry data, sync with spc5r09 + sbc4r11
- 3 party copy page improvements including
Copy group identifier
- block limits and block limit extension VPD pages:
add extra info about corner cases
- add maximum inquiry|mode_page change logs fields
to extended inquiry vpd page (spc5r17)
- fully implement Device constituents VPD page
- command=capacity with --long force read capacity(16)
with full reporting of response
- --wscan option: expand bus type to include NVMe
- mode page output with -HHH suitable for --inhex=
- add flexible geometery page (obsolete) sbc2r00
- point svn:externals to rev 843 of sg3_utils [v 1.45]
- convert many two valued 'int's to bool
- shellcheck corrections on scripts
- upgrade automake to version 1.15 (U16.04)
- rework configure.ac and src/Makefile.am
- add --enable-debug to ./configure
- update BSD license from 3 to 2 clause aka FreeBSD
license (without reference to FreeBSD project)
- debian: bump compat file contents from 7 to 10
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/sdparm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/sdparm b/lfs/sdparm
index 2395b8275..f6fb52db0 100644
--- a/lfs/sdparm
+++ b/lfs/sdparm
@@ -24,7 +24,7 @@
include Config
-VER = 1.10
+VER = 1.12
THISAPP = sdparm-$(VER)
DL_FILE = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = bdae64375376ce8fe4bf9521c1db858f
+$(DL_FILE)_MD5 = 2902fd29e6834fd62c16bb5d1ac53c7e
install : $(TARGET)
--
2.34.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sdparm: Update version to 1.12
2021-12-01 12:29 [PATCH] sdparm: Update version to 1.12 Adolf Belka
@ 2021-12-01 13:55 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-12-01 13:55 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3820 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 1 Dec 2021, at 12:29, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 1.10 to 1.12
> - Update of rootfile not required
> - Changelog
> sdparm-1.12 [20210421] [svn: r347]
> - add Command duration limits T2A and T2B mpages
> - add Sequestered command fields in Control extension mpage
> - SAS/SPL disconnect-reconnect mpage: BILUNIT and CTLUNIT
> fields added (21-021r3)
> - vpd: SCSI Feature Sets [0x92]: add ZBC feature sets
> - add SAT ATA Feature control mpage (20-085r4)
> - block device char vpd page: add zoned strings
> - expand Out of band management control mpage (spl5r08)
> - vpd: add Format presets and Concurrent positioning
> ranges pages
> - vpd: standard inquiry: add hot_pluggable field
> - sg_lib: allows access to cache mpage's WCE for nvme
> - start using autoconf 2.70
> - point svn:externals to sg3_utils release 1.46 (rev 891)
> sdparm-1.11 [20200303] [svn: r334]
> - Allow ZBC mode pages to use existing SBC mpages
> as permitted by zbc2r04 chapter 6.4.1 table 70
> - add --out_mask=OM option for mode page control
> bitmask (current, changeable, default and/or saveable)
> - add --examine option to iterate over mode+vpd pages
> - add Out of band management control mpage (spl5r01)
> - expand SAS configure port mode page [0x19,0x2] with
> configure port mode fields (spl5r07)
> - accept additional transport acronyms (e.g. ib for srp)
> - power condition mpage: rename fields IDLE->IDLE_A;
> STANDBY->STANDBY_Z; ICT->IACT and SCT->SZCT
> - device configuration extension mpage: expand PEWS
> field with added PE_UN (PEWS units) field (ssc5r05)
> - add Zoned block device control mpage (zbc2r04a)
> - --defaults option can be used twice: reverts all
> pages to their defaults (new in spc5r11, RTD bit)
> - vpd: decode TransportIDs in SCSI port page
> - --all option used twice lists all VPD pages
> - decode SCSI Feature sets page (spc5r16)
> - extended inquiry data, sync with spc5r09 + sbc4r11
> - 3 party copy page improvements including
> Copy group identifier
> - block limits and block limit extension VPD pages:
> add extra info about corner cases
> - add maximum inquiry|mode_page change logs fields
> to extended inquiry vpd page (spc5r17)
> - fully implement Device constituents VPD page
> - command=capacity with --long force read capacity(16)
> with full reporting of response
> - --wscan option: expand bus type to include NVMe
> - mode page output with -HHH suitable for --inhex=
> - add flexible geometery page (obsolete) sbc2r00
> - point svn:externals to rev 843 of sg3_utils [v 1.45]
> - convert many two valued 'int's to bool
> - shellcheck corrections on scripts
> - upgrade automake to version 1.15 (U16.04)
> - rework configure.ac and src/Makefile.am
> - add --enable-debug to ./configure
> - update BSD license from 3 to 2 clause aka FreeBSD
> license (without reference to FreeBSD project)
> - debian: bump compat file contents from 7 to 10
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/sdparm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/sdparm b/lfs/sdparm
> index 2395b8275..f6fb52db0 100644
> --- a/lfs/sdparm
> +++ b/lfs/sdparm
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 1.10
> +VER = 1.12
>
> THISAPP = sdparm-$(VER)
> DL_FILE = $(THISAPP).tgz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = bdae64375376ce8fe4bf9521c1db858f
> +$(DL_FILE)_MD5 = 2902fd29e6834fd62c16bb5d1ac53c7e
>
> install : $(TARGET)
>
> --
> 2.34.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-01 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 12:29 [PATCH] sdparm: Update version to 1.12 Adolf Belka
2021-12-01 13:55 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox