hdparm: Update to version 9.65
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 6 Nov 2022 12:42:16 +0000 (13:42 +0100)
committerRosen Penev <rosenp@gmail.com>
Tue, 8 Nov 2022 01:31:22 +0000 (17:31 -0800)
This fixes compilation problems with glibc 2.36.

Full Changelog:

hdparm-9.65:
        - Another --Istdin fix: cannot read log pages when no device specified
hdparm-9.64:
        - fix truncated output buf with --Istdin
hdparm-9.63:
        - new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki.
        - "Plurals patch" from Martin Guy.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
utils/hdparm/Makefile
utils/hdparm/patches/020-64bit.patch

index 4791c15671a8d6d1862c65991bb7128dcfc94b0f..3c33b08a05a7af3996293b4dc46daccd8e4f3c13 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hdparm
-PKG_VERSION:=9.62
+PKG_VERSION:=9.65
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_HASH:=2c0f9d75cdbeda928a25a128cd3d0b7120445ec0910c0b29d4c1038ed1be777f
+PKG_HASH:=d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=BSD-Style Open Source License
index d7389fba5dfbedecf8e4d2996718ea8a90e39c9c..b0181c52c92c3ceb67a37d8a7b5b2d26744a2a11 100644 (file)
@@ -32,8 +32,8 @@
 +#define __SANE_USERSPACE_TYPES__      /* For PPC64, to get LL64 types */
 +#endif
  #include <linux/types.h>
+ #ifndef FSCONFIG_SET_FLAG
  #include <linux/fs.h>
- #include <linux/major.h>
 --- a/identify.c
 +++ b/identify.c
 @@ -4,6 +4,9 @@