GNU bug report logs -
#73578
[PATCH] gnu: aerc: Add a patch for bug with signed messages.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Tue, 1 Oct 2024 14:19:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 73578 in the body.
You can then email your comments to 73578 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#73578
; Package
guix-patches
.
(Tue, 01 Oct 2024 14:19:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 01 Oct 2024 14:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/mail.scm (aerc): (source)[origin]<patches>: Add patch.
Change-Id: I9e080662854b93022255f53e9f6eff11a2c934a3
---
gnu/packages/mail.scm | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e4316831d0..ead8740627 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -5071,7 +5071,18 @@ (define-public aerc
(file-name (git-file-name name version))
(sha256
(base32
- "0y34cv2vcwhr0vbd1ax2hv9rmv79dp9i02y2xqyr23krfb5bp197"))))
+ "0y34cv2vcwhr0vbd1ax2hv9rmv79dp9i02y2xqyr23krfb5bp197"))
+ (patches
+ (list
+ ;; patch from upstream to fix encoding problem with sending
+ ;; gpg-signed messages
+ ;; see https://todo.sr.ht/~rjarry/aerc/79
+ (origin
+ (method url-fetch)
+ (uri "https://git.sr.ht/~rjarry/aerc/commit/7346d20.patch")
+ (file-name "aerc-fix-gpg-signed-message-encoding.patch")
+ (sha256 (base32
+ "14avr323sr9qipf9d7npqwrzq37i9946z9m6jdkzi8n9rs6zwzq9")))))))
(build-system go-build-system)
(arguments
(list #:import-path "git.sr.ht/~rjarry/aerc"
base-commit: 7e63a35ff265f5cb6efa8bbe0bbf62bb9c102cf0
--
2.46.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 15 Oct 2024 16:41:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
ashish.is <at> lostca.se
:
bug acknowledged by developer.
(Tue, 15 Oct 2024 16:41:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73578-done <at> debbugs.gnu.org (full text, mbox):
ashish.is <at> lostca.se skribis:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/mail.scm (aerc): (source)[origin]<patches>: Add patch.
>
> Change-Id: I9e080662854b93022255f53e9f6eff11a2c934a3
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 13 Nov 2024 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.