diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile index 4791c15671..3c33b08a05 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 diff --git a/utils/hdparm/patches/020-64bit.patch b/utils/hdparm/patches/020-64bit.patch index d7389fba5d..b0181c52c9 100644 --- a/utils/hdparm/patches/020-64bit.patch +++ b/utils/hdparm/patches/020-64bit.patch @@ -32,8 +32,8 @@ +#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */ +#endif #include + #ifndef FSCONFIG_SET_FLAG #include - #include --- a/identify.c +++ b/identify.c @@ -4,6 +4,9 @@