Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hdparm: update to 9.60.
@ 2020-11-25  9:52 teldra
  2020-11-25 17:48 ` [PR PATCH] [Merged]: " pullmoll
  0 siblings, 1 reply; 2+ messages in thread
From: teldra @ 2020-11-25  9:52 UTC (permalink / raw)
  To: ml

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

There is a new pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages hdparm-update
https://github.com/void-linux/void-packages/pull/26693

hdparm: update to 9.60.


A patch file from https://github.com/void-linux/void-packages/pull/26693.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hdparm-update-26693.patch --]
[-- Type: text/x-diff, Size: 2352 bytes --]

From b0305f9709822febd61a4cf41d24a164ec611fcf Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 23 Nov 2020 07:53:56 +0100
Subject: [PATCH] hdparm: update to 9.60.

---
 srcpkgs/hdparm/patches/makefile.patch | 28 ---------------------------
 srcpkgs/hdparm/template               |  4 ++--
 2 files changed, 2 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/hdparm/patches/makefile.patch

diff --git a/srcpkgs/hdparm/patches/makefile.patch b/srcpkgs/hdparm/patches/makefile.patch
deleted file mode 100644
index b40e9d87ba1..00000000000
--- a/srcpkgs/hdparm/patches/makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Drop hardcoded -s flag from LDFLAGS
-Drop hardcoded -j4 flag
-Use CFLAGS when linking
-
---- Makefile.orig	2016-12-29 16:15:41.000000000 +0100
-+++ Makefile	2017-01-25 19:54:51.449547415 +0100
-@@ -15,7 +15,6 @@
- 
- CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
- 
--LDFLAGS = -s
- #LDFLAGS = -s -static
- INSTALL = install
- INSTALL_DATA = $(INSTALL) -m 644
-@@ -24,11 +23,10 @@
- 
- OBJS = hdparm.o identify.o sgio.o sysfs.o geom.o fallocate.o fibmap.o fwdownload.o dvdspeed.o wdidle3.o
- 
--all:
--	$(MAKE) -j4 hdparm
-+all: hdparm
- 
- hdparm: hdparm.h sgio.h $(OBJS)
--	$(CC) $(LDFLAGS) -o hdparm $(OBJS)
-+	$(CC) $(CFLAGS) $(LDFLAGS) -o hdparm $(OBJS)
- 	$(STRIP) hdparm
- 
- hdparm.o:	hdparm.h sgio.h
diff --git a/srcpkgs/hdparm/template b/srcpkgs/hdparm/template
index eb560d63c21..7b4ae3c9985 100644
--- a/srcpkgs/hdparm/template
+++ b/srcpkgs/hdparm/template
@@ -1,6 +1,6 @@
 # Template file for 'hdparm'
 pkgname=hdparm
-version=9.58
+version=9.60
 revision=1
 build_style=gnu-makefile
 make_install_args="exec_prefix=/usr sbindir=/usr/bin"
@@ -9,7 +9,7 @@ maintainer="teldra <teldra@rotce.de>"
 license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style'
 homepage="https://sourceforge.net/projects/hdparm/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=9ae78e883f3ce071d32ee0f1b9a2845a634fc4dd94a434e653fdbef551c5e10f
+checksum=8397739c73e44d5ab96c4aef28fa9c0147276d53a1b5657ce04c4565cf6635cc
 
 post_install() {
 	vlicense LICENSE.TXT

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: hdparm: update to 9.60.
  2020-11-25  9:52 [PR PATCH] hdparm: update to 9.60 teldra
@ 2020-11-25 17:48 ` pullmoll
  0 siblings, 0 replies; 2+ messages in thread
From: pullmoll @ 2020-11-25 17:48 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

hdparm: update to 9.60.
https://github.com/void-linux/void-packages/pull/26693

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-25 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25  9:52 [PR PATCH] hdparm: update to 9.60 teldra
2020-11-25 17:48 ` [PR PATCH] [Merged]: " pullmoll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).