From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] hdparm: Update to version 9.65 Date: Thu, 05 Jan 2023 19:21:07 +0100 Message-ID: <20230105182110.3725538-3-adolf.belka@ipfire.org> In-Reply-To: <20230105182110.3725538-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6591977819736705763==" List-Id: --===============6591977819736705763== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 9.64 to 9.65 - Update of rootfile not required - fix glibc headers patch updated for hdparm-9.65 - Changelog hdparm-9.65: - Another --Istdin fix: cannot read log pages when no device specified Signed-off-by: Adolf Belka --- lfs/hdparm | 8 ++++---- ...headers.patch =3D> hdparm-9.65-fix-glibc-headers.patch} | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) rename src/patches/{hdparm-9.64-fix-glibc-headers.patch =3D> hdparm-9.65-fix= -glibc-headers.patch} (51%) diff --git a/lfs/hdparm b/lfs/hdparm index 8d3f6d1cf..7d859bf24 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2023 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 9.64 +VER =3D 9.65 =20 THISAPP =3D hdparm-$(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)_BLAKE2 =3D 0196f3ccec4005c542b834d8426cc6f64694783da3d4a064e898e2= 5d17aab3aa0d9621276607169f2104c9a9804f9020554d836ded9efb16367a8ac4c9c9b146 +$(DL_FILE)_BLAKE2 =3D 79b1c16e7807f82a992ed7f22faef57045c56da4a281fbd8db3b88= 46b193ccc4b42329fa6abbebf8b652fbefb13aa0f18dfa726e802e8e1a45c94f414fb303b9 =20 install : $(TARGET) =20 @@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hdparm-9.64-fix-glibc-= headers.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hdparm-9.65-fix-glibc-= headers.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) diff --git a/src/patches/hdparm-9.64-fix-glibc-headers.patch b/src/patches/hd= parm-9.65-fix-glibc-headers.patch similarity index 51% rename from src/patches/hdparm-9.64-fix-glibc-headers.patch rename to src/patches/hdparm-9.65-fix-glibc-headers.patch index 7589c861e..e26817086 100644 --- a/src/patches/hdparm-9.64-fix-glibc-headers.patch +++ b/src/patches/hdparm-9.65-fix-glibc-headers.patch @@ -1,11 +1,14 @@ ---- hdparm-9.64/hdparm.c -+++ hdparm-9.64/hdparm.c -@@ -24,9 +24,6 @@ +--- hdparm-9.65/hdparm.c.orig 2022-09-06 19:02:56.000000000 +0200 ++++ hdparm-9.65/hdparm.c 2023-01-05 15:33:04.487033604 +0100 +@@ -24,11 +24,6 @@ #include #include #include -#include +-#ifndef FSCONFIG_SET_FLAG -#include +-#endif -#include #include #include +=20 --=20 2.39.0 --===============6591977819736705763==--