From ec619c0f3ddfc81f72c11bffd043ed4474b55e4b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 6 Nov 2022 13:42:16 +0100 Subject: hdparm: Update to version 9.65 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 --- utils/hdparm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/hdparm/Makefile') diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile index 4791c1567..3c33b08a0 100644 --- a/utils/hdparm/Makefile +++ b/utils/hdparm/Makefile @@ -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 -- cgit v1.2.3