[PATCH] gnu: bouncycastle: Update to 1.67.

  • Done
  • quality assurance status badge
Details
2 participants
  • Björn Höfling
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227142528.31687-1-vincent.legoll@gmail.com
* gnu/packages/java.scm (bouncycastle): Update to 1.67.
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3e43fc0c94..b7955eb213 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -10843,7 +10843,7 @@ algorithms and xxHash hashing algorithm.")
(define-public java-bouncycastle
(package
(name "java-bouncycastle")
- (version "1.60")
+ (version "1.67")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10853,7 +10853,7 @@ algorithms and xxHash hashing algorithm.")
(file-name (git-file-name name version))
(sha256
(base32
- "1m921a1ac2dl797ffzg3d4j97ch308f25spb4jgsj3npfmmys5gb"))
+ "1449q7fyh03s1q0bqljcrhgacwcyqmg2bbvb3z084avgapwsainz"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.29.2
Björn Höfling wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45461-done@debbugs.gnu.org)
20201227214003.5a8c2957@alma-ubu
On Sun, 27 Dec 2020 15:25:28 +0100
Vincent Legoll <vincent.legoll@gmail.com> wrote:

Toggle quote (5 lines)
> * gnu/packages/java.scm (bouncycastle): Update to 1.67.
> ---
> gnu/packages/java.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

With a slight modification in the commit message (JAVA-bouncycastle)
pushed as

7de292e903b9fc6e9b13f1953182a6e4cf7fc74f

Thanks,

Björn
-----BEGIN PGP SIGNATURE-----

iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCX+jxIwAKCRC/KGy2WT5f
/cLgAKCn437lCoFCjYFus3rOyoM35AXyFQCeKSYXy1bK0qtWmk0JnjXFpCmMfKI=
=u7ua
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45461@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45461
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help