unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75059@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75059] [PATCH rust-team 5/8] gnu: rust-pem-rfc7468-0.7: Order alphabetically.
Date: Tue, 24 Dec 2024 11:00:57 +0100	[thread overview]
Message-ID: <f6ba6a6d9b560a4f3d96b86d785caaaecdc7caea.1735033899.git.herman@rimm.ee> (raw)
In-Reply-To: <e0506531f3e0bba254f6695c2ea5c51d1a172a0f.1735033899.git.herman@rimm.ee>

* gnu/packages/crates-crypto.scm (rust-pem-rfc7468-0.7): Order.

Change-Id: I62fd0ed20333fff63fbd77be1e56a2e265720efd
---
 gnu/packages/crates-crypto.scm | 50 +++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 960a8b40bb..623a6d993c 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -3587,6 +3587,31 @@ (define-public rust-pbkdf2-0.8
              ("rust-sha-1" ,rust-sha-1-0.9)
              ("rust-sha2" ,rust-sha2-0.9))))))
 
+(define-public rust-pem-rfc7468-0.7
+  (package
+    (name "rust-pem-rfc7468")
+    (version "0.7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "pem-rfc7468" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "04l4852scl4zdva31c1z6jafbak0ni5pi0j38ml108zwzjdrrcw8"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1))))
+    (home-page "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468")
+    (synopsis
+     "PEM Encoding implementing a subset of Privacy-Enhanced Mail encoding")
+    (description
+     "This package provides PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS
+Structures, implementing a strict subset of the original Privacy-Enhanced Mail
+encoding intended specifically for use with cryptographic keys, certificates,
+and other messages.  It provides a no_std-friendly, constant-time
+implementation suitable for use with cryptographic private keys.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-pkcs1-0.7
   (package
     (name "rust-pkcs1")
@@ -3889,31 +3914,6 @@ (define-public rust-pkcs8-0.7
         ("rust-spki" ,rust-spki-0.4)
         ("rust-zeroize" ,rust-zeroize-1))))))
 
-(define-public rust-pem-rfc7468-0.7
-  (package
-    (name "rust-pem-rfc7468")
-    (version "0.7.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "pem-rfc7468" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "04l4852scl4zdva31c1z6jafbak0ni5pi0j38ml108zwzjdrrcw8"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1))))
-    (home-page "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468")
-    (synopsis
-     "PEM Encoding implementing a subset of Privacy-Enhanced Mail encoding")
-    (description
-     "This package provides PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS
-Structures, implementing a strict subset of the original Privacy-Enhanced Mail
-encoding intended specifically for use with cryptographic keys, certificates,
-and other messages.  It provides a no_std-friendly, constant-time
-implementation suitable for use with cryptographic private keys.")
-    (license (list license:asl2.0 license:expat))))
-
 (define-public rust-pem-rfc7468-0.6
   (package
     (inherit rust-pem-rfc7468-0.7)
-- 
2.45.2





  parent reply	other threads:[~2024-12-24 10:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24  9:52 [bug#75059] [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 2/8] gnu: rust-botan-sys-0.10: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 3/8] gnu: rust-crypto-secretbox-0.1: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 4/8] gnu: rust-crypto-hash-0.3: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 6/8] gnu: rust-pem-rfc7468-0.6: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 7/8] gnu: rust-pem-rfc7468-0.3: " Herman Rimm via Guix-patches via
2024-12-24 10:01 ` [bug#75059] [PATCH rust-team 8/8] gnu: rust-pem-rfc7468-0.2: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75059: [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6ba6a6d9b560a4f3d96b86d785caaaecdc7caea.1735033899.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75059@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).