hdparm: update to 9.65 with upstreamed patch

news:
- https://sourceforge.net/p/hdparm/news/
This commit is contained in:
Rudi Heitbaum 2022-09-08 08:45:05 +00:00
parent c1f4922a1d
commit 1a263b451c
2 changed files with 2 additions and 12 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="hdparm"
PKG_VERSION="9.64"
PKG_SHA256="315b956951c3fea027287de204381534217c0bd0f37b4935877fe2db0cab859a"
PKG_VERSION="9.65"
PKG_SHA256="d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b"
PKG_LICENSE="BSD"
PKG_SITE="http://sourceforge.net/projects/hdparm/"
PKG_URL="${SOURCEFORGE_SRC}/${PKG_NAME}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@ -1,10 +0,0 @@
--- a/hdparm.c 2022-07-13 16:15:50.363620844 +0000
+++ b/hdparm.c 2022-07-13 16:15:55.453615920 +0000
@@ -25,7 +25,6 @@
#include <sys/mman.h>
#include <sys/user.h>
#include <linux/types.h>
-#include <linux/fs.h>
#include <linux/major.h>
#include <endian.h>
#include <asm/byteorder.h>