emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47477: closed ([PATCH] gnu: crypto++: Update to 8.5.0.)


From: GNU bug Tracking System
Subject: bug#47477: closed ([PATCH] gnu: crypto++: Update to 8.5.0.)
Date: Mon, 05 Apr 2021 14:19:02 +0000

Your message dated Mon, 05 Apr 2021 16:18:14 +0200
with message-id 
<89010935b05cd2bbea6aec1df78859db32b0e714.camel@student.tugraz.at>
and subject line Re: bug#47477: [PATCH] gnu: crypto++: Update to 8.5.0.
has caused the debbugs.gnu.org bug report #47477,
regarding [PATCH] gnu: crypto++: Update to 8.5.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47477: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47477
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: crypto++: Update to 8.5.0. Date: Mon, 29 Mar 2021 17:59:47 +0200
* gnu/packages/crypto.scm (crypto++): Update to 8.5.0.
[origin]: Use git-fetch and git-reference.
---
 gnu/packages/crypto.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 94f9cbeebf..57d417de80 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -773,15 +773,18 @@ data on your platform, so the seed itself will be as 
random as possible.
 (define-public crypto++
   (package
     (name "crypto++")
-    (version "8.4.0")
+    (version "8.5.0")
     (source (origin
-              (method url-fetch/zipbomb)
-              (uri (string-append "https://cryptopp.com/cryptopp";
-                                  (string-join (string-split version #\.) "")
-                                  ".zip"))
+              (method git-fetch)
+              (uri
+               (git-reference
+                (url "https://github.com/weidai11/cryptopp";)
+                (commit
+                 (string-append "CRYPTOPP_"
+                                (string-replace-substring version "." "_")))))
               (sha256
                (base32
-                "16kvfm11xv7j9a3yykzysjgw38a9b7lnc5n5x5h82g395k6ybxf0"))))
+                "0in7rlazq91vfi519g9wr7bh87hii47cimxv7fmj0f88vhjaidq3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.31.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#47477: [PATCH] gnu: crypto++: Update to 8.5.0. Date: Mon, 05 Apr 2021 16:18:14 +0200 User-agent: Evolution 3.34.2
Am Montag, den 05.04.2021, 11:47 +0200 schrieb Ludovic Courtès:
> Hi Leo,
> 
> Leo Prikler <leo.prikler@student.tugraz.at> skribis:
> 
> > * gnu/packages/crypto.scm (crypto++): Update to 8.5.0.
> > [origin]: Use git-fetch and git-reference.
> 
> If dependents still build fine, go for it!
> 
> Thanks,
> Ludo’.
Built everything locally and pushed.  Hopefully the CI doesn't notice,
that I only checked amd64 :)



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]