GNU bug report logs - #65619
[PATCH] gnu: upx: Update to 4.1.0.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Wed, 30 Aug 2023 11:59:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> envs.net
Subject: bug#65619: closed (Closing)
Date: Thu, 31 Aug 2023 10:07:07 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65619: [PATCH] gnu: upx: Update to 4.1.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 65619 <at> debbugs.gnu.org.

-- 
65619: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65619
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: 65557-done <at> debbugs.gnu.org, 65562-done <at> debbugs.gnu.org,
 65561-done <at> debbugs.gnu.org, 65565-done <at> debbugs.gnu.org,
 65564-done <at> debbugs.gnu.org, 65566-done <at> debbugs.gnu.org,
 65593-done <at> debbugs.gnu.org, 65618-done <at> debbugs.gnu.org,
 65619-done <at> debbugs.gnu.org
Subject: Closing
Date: Thu, 31 Aug 2023 18:06:27 +0800
Pushed now, closing!

[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: upx: Update to 4.1.0.
Date: Wed, 30 Aug 2023 19:58:50 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/compression.scm (upx): Update to 4.1.0.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 10cbfb526d..beaac3fccb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2290,7 +2290,7 @@ (define-public ucl
 (define-public upx
   (package
     (name "upx")
-    (version "4.0.1")
+    (version "4.1.0")
     (source
      (origin
        (method url-fetch)
@@ -2298,7 +2298,7 @@ (define-public upx
                            version "/upx-" version "-src.tar.xz"))
        (sha256
         (base32
-         "1471nxzrbv8sw2pmxn817q5l40sr0l7v7bpvw829iai95s73q03p"))))
+         "1l273pwa573x9l3izw75cz8ysn2g8w8w3s56rahppa3ya65zg0h5"))))
     (build-system cmake-build-system)
     (home-page "https://upx.github.io/")
     (synopsis "Compression tool for executables")

base-commit: 74d72046bdc1ed6c859565570d0db58d20c9ddd7
-- 
2.41.0




This bug report was last modified 1 year and 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.