From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] smartmontools: update to 7.2 Date: Tue, 15 Jun 2021 19:42:11 +0200 Message-ID: <9a82c047-cd88-c0c4-dc7f-bfb1b3eba6b4@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6896701146232587508==" List-Id: --===============6896701146232587508== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Release announcement of this version as per https://www.smartmontools.org/browser/tags/RELEASE_7_2/smartmontools/NEWS: Date 2020-12-30 Summary: smartmontools release 7.2 ----------------------------------------------------------- - smartctl: New option '--json=3Dy[c]' selects YAML output. - smartctl '-i': Prints ATA TRIM and Zoned Device capabilities. - smartctl '-j': Fixed 'scsi_grown_defect_list' value. - smartctl '-a': Prints SCSI 'Accumulated power on time'. - smartctl '-n POWERMODE': SCSI support. - smartctl '-s standby,now' and '-s standby,off': SCSI support. - smartctl '-c': NVMe 1.4 additions. - smartd: Support for staggered self-tests. - smartd: No longer writes attribute log if no attributes were read due to standby mode or other error. - smartd: Now resolves symlinks before device names are checked for duplicates. - smartd: Fixed SMARTD_DEVICETYPE environment variable if DEVICESCAN is used without '-d TYPE'. - ATA: Device type '-d jmb39x-q,N' for JMB39x protocol variant used by some QNAP NAS devices. - ATA: Device type '-d jms56x,N' for JMS562 USB to SATA RAID bridges. - SCSI: Improved heuristics for log subpages of new and very old disks. - NVMe: Log transfer size limited to avoid device or kernel crashes. - NVMe/USB: Device type '-d sntrealtek' for Realtek RTL9210 USB to NVMe bridges. - update-smart-drivedb: New option '--branch X.Y'. - HDD, SSD and USB additions to drive database. - Dropped support for pre-C99 snprintf(). - configure: Dropped option '--without-working-snprintf'. - configure: Fixed '-fstack-protector*' detection. - Linux: Various fixes of smartd.service file. - Darwin: NVMe log support. - FreeBSD: Device scan does no longer include T_ENCLOSURE devices. - NetBSD: Fixed timeout handling. - NetBSD big endian: Fixed ATA register handling. - OpenBSD: Fixed timeout handling. - Windows: Dropped backward compatibility fixes for very old compilers. Signed-off-by: Peter M=C3=BCller --- lfs/smartmontools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/smartmontools b/lfs/smartmontools index 98f6a5eca..8428ce012 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2021 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 7.1 +VER =3D 7.2 =20 THISAPP =3D smartmontools-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 430cd5f64caa4524018b536e5ecd9c29 +$(DL_FILE)_MD5 =3D e8d134c69ae4959a05cb56b31172ffb1 =20 install : $(TARGET) =20 --=20 2.26.2 --===============6896701146232587508==--