GNU bug report logs -
#77343
[PATCH] gnu: mkp224o: Update to 1.7.0.
Previous Next
Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Fri, 28 Mar 2025 18:47:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77343 in the body.
You can then email your comments to 77343 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77343
; Package
guix-patches
.
(Fri, 28 Mar 2025 18:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jakob Kirsch <jakob.kirsch <at> web.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 28 Mar 2025 18:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 3772062d2ebe5ee661e9b565927bc4e9d410161f Mon Sep 17 00:00:00 2001
Message-ID: <3772062d2ebe5ee661e9b565927bc4e9d410161f.1743187495.git.jakob.kirsch <at> web.de>
From: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Fri, 28 Mar 2025 19:44:38 +0100
Subject: [PATCH] gnu: mkp224o: Update to 1.7.0.
* gnu/packages/crypto.scm (mkp224o): Update to 1.7.0.
Change-Id: Id052e2da3e375c7439d177afb26b75051aba5f2b
---
gnu/packages/crypto.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index bbbe4a1ba0..cf06efc947 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1363,7 +1363,7 @@ (define-public hash-extender
(define-public mkp224o
(package
(name "mkp224o")
- (version "1.5.0")
+ (version "1.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1371,13 +1371,16 @@ (define-public mkp224o
(commit (string-append "v" version))))
(sha256
(base32
- "0b2cn96wg4l8jkkqqp8l2295xlmm2jc8nrw6rdqb5g0zkpfmrxbb"))
+ "1d0mrp936if1zi8ss0mmywglsmrl0jx42x2sgnm56js8ij3g3g9q"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
#:phases
(modify-phases %standard-phases
+ (add-before 'configure 'set-cflags
+ (lambda _
+ (setenv "CFLAGS" "-O3")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((outdir (assoc-ref outputs "out"))
base-commit: 4f246eb90b351d2bfd7cf4a6f5793553895465ad
--
2.49.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 02 Apr 2025 09:21:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jakob Kirsch <jakob.kirsch <at> web.de>
:
bug acknowledged by developer.
(Wed, 02 Apr 2025 09:21:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 77343-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 30 Apr 2025 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.