public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] hdparm: Update to version 9.65
Date: Thu, 05 Jan 2023 19:21:07 +0100	[thread overview]
Message-ID: <20230105182110.3725538-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230105182110.3725538-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3317 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 lfs/hdparm                                               | 8 ++++----
 ...headers.patch => 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 => 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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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 @@
 
 include Config
 
-VER        = 9.64
+VER        = 9.65
 
 THISAPP    = hdparm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0196f3ccec4005c542b834d8426cc6f64694783da3d4a064e898e25d17aab3aa0d9621276607169f2104c9a9804f9020554d836ded9efb16367a8ac4c9c9b146
+$(DL_FILE)_BLAKE2 = 79b1c16e7807f82a992ed7f22faef57045c56da4a281fbd8db3b8846b193ccc4b42329fa6abbebf8b652fbefb13aa0f18dfa726e802e8e1a45c94f414fb303b9
 
 install : $(TARGET)
 
@@ -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/hdparm-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 <sys/mount.h>
  #include <sys/mman.h>
  #include <sys/user.h>
 -#include <linux/types.h>
+-#ifndef FSCONFIG_SET_FLAG
 -#include <linux/fs.h>
+-#endif
 -#include <linux/major.h>
  #include <endian.h>
  #include <asm/byteorder.h>
+ 
-- 
2.39.0


  parent reply	other threads:[~2023-01-05 18:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-05 18:21 [PATCH] grep: Update to version 3.8 Adolf Belka
2023-01-05 18:21 ` [PATCH] haproxy: Update to version 2.7.1 Adolf Belka
2023-01-05 18:21 ` Adolf Belka [this message]
2023-01-05 18:21 ` [PATCH] iana-etc: Update to version 20221226 Adolf Belka
2023-01-05 18:21 ` [PATCH] igmpproxy: Update to version 0.4 Adolf Belka
2023-01-05 18:45   ` Michael Tremer
2023-01-05 18:21 ` [PATCH] sdl2: Update to version 2.26.2 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230105182110.3725538-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox