GNU bug report logs -
#42468
[PATCH] gnu: patchelf: Update to 0.11.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 21 Jul 2020 17:36:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Jul 2020 23:30:55 +0200
with message-id <878sfcftdc.fsf <at> gnu.org>
and subject line Re: [bug#42468] [PATCH] gnu: patchelf: Update to 0.11.
has caused the debbugs.gnu.org bug report #42468,
regarding [PATCH] gnu: patchelf: Update to 0.11.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42468: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42468
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-patchelf-Update-to-0.11.patch (text/x-patch, inline)]
From c2d4b9b77fcc131294e6c2433b706e8401f8cc32 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 21 Jul 2020 19:32:50 +0200
Subject: [PATCH] gnu: patchelf: Update to 0.11.
* gnu/packages/elf.scm (patchelf): Update to 0.11.
---
gnu/packages/elf.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 3aabc6e927..48558d5f14 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2018 Marius Bakke <mbakke <at> fastmail.com>
;;; Copyright © 2020 Mark Wielaard <mark <at> klomp.org>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -214,7 +215,7 @@ static analysis of the ELF binaries at hand.")
(define-public patchelf
(package
(name "patchelf")
- (version "0.10")
+ (version "0.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -223,7 +224,7 @@ static analysis of the ELF binaries at hand.")
"/patchelf-" version ".tar.bz2"))
(sha256
(base32
- "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n"))))
+ "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx"))))
(build-system gnu-build-system)
(arguments
'(#:phases
--
2.27.0
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> writes:
> * gnu/packages/elf.scm (patchelf): Update to 0.11.
Applied, thanks!
Btw, is your email signing key available somewhere?
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.