GNU bug report logs - #62022
[PATCH 0/3] Some age encryption updates

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Tue, 7 Mar 2023 02:53:02 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 62022 in the body.
You can then email your comments to 62022 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62022; Package guix-patches. (Tue, 07 Mar 2023 02:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 07 Mar 2023 02:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/3] Some age encryption updates
Date: Mon, 6 Mar 2023 21:52:18 -0500 (EST)
Update to age and some related tools.

Jack Hill (3):
  gnu: go-filippo-io-age: Update to 1.1.1.
  gnu: pass-age: Update to 1.7.4a1.
  gnu: ssh-to-age: Update to 1.1.2.

 gnu/packages/golang.scm         |  4 +--
 gnu/packages/password-utils.scm | 52 ++++++++++++++++-----------------
 2 files changed, 27 insertions(+), 29 deletions(-)

-- 
2.39.1




Information forwarded to guix-patches <at> gnu.org:
bug#62022; Package guix-patches. (Tue, 07 Mar 2023 02:55:02 GMT) Full text and rfc822 format available.

Message #8 received at 62022 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 62022 <at> debbugs.gnu.org
Subject: [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1.
Date: Mon,  6 Mar 2023 21:54:16 -0500
* gnu/packages/golang.scm (go-filippo-io-age): Update to 1.1.1.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 465e0fd4c7..2f23a8614a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9300,7 +9300,7 @@ (define-public go-etcd-io-bbolt
 (define-public go-filippo-io-age
   (package
     (name "go-filippo-io-age")
-    (version "1.0.0")
+    (version "1.1.1")
     (source
      (origin
        (method git-fetch)
@@ -9309,7 +9309,7 @@ (define-public go-filippo-io-age
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19fz68n262kvg2ssw4r6nik30zk6g6cy7rdi0fm05czwigqrdz1i"))))
+        (base32 "1k1dv1jkr72qpk5g363mhrg9hnf5c9qgv4l16l13m4yh08jp271d"))))
     (build-system go-build-system)
     (arguments `(#:import-path "filippo.io/age"))
     (inputs
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#62022; Package guix-patches. (Tue, 07 Mar 2023 02:55:02 GMT) Full text and rfc822 format available.

Message #11 received at 62022 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 62022 <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: pass-age: Update to 1.7.4a1.
Date: Mon,  6 Mar 2023 21:54:17 -0500
* gnu/packages/password-utils.scm (pass-age): Update to 1.7.4a1.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 9ea1ce00a5..2f1388779f 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -634,7 +634,7 @@ (define-public pass-age
   (package
     (inherit password-store)
     (name "pass-age")
-    (version "1.7.4a0")
+    (version "1.7.4a1")
     (source
      (origin
        (method git-fetch)
@@ -643,7 +643,7 @@ (define-public pass-age
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17899whffnpqqx9x1nx2b8bfxbxlh1pwlglqa0kznl0cn6sb37ql"))))
+        (base32 "0g8x2zivid18qf1czq1yqychmbdzxzs83rg8a5b392m2rzxlrx08"))))
     (build-system copy-build-system)
     (arguments
      '(#:modules
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#62022; Package guix-patches. (Tue, 07 Mar 2023 02:55:03 GMT) Full text and rfc822 format available.

Message #14 received at 62022 <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: 62022 <at> debbugs.gnu.org
Subject: [PATCH 3/3] gnu: ssh-to-age: Update to 1.1.2.
Date: Mon,  6 Mar 2023 21:54:18 -0500
* gnu/packages/password-utils.scm (ssh-to-age): Update to 1.1.2.
---
 gnu/packages/password-utils.scm | 48 ++++++++++++++++-----------------
 1 file changed, 23 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 2f1388779f..f5f301308a 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -352,32 +352,30 @@ (define-public shroud
     (license license:gpl3+)))
 
 (define-public ssh-to-age
-  (let* ((commit "37365ce80fa64d8794855ec3c63cc9a071799fea")
-         (revision "0"))
-    (package
-      (name "ssh-to-age")
-      (version (git-version "1.0.2" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/Mic92/ssh-to-age")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "1fk2vxa854jnnffcw4q3vm1445jk1ck1v3p4mr9fh04yz06g7d28"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"
-         #:unpack-path "github.com/Mic92/ssh-to-age"))
-      (inputs (list go-golang-org-x-crypto
-                    go-filippo-io-edwards25519
-                    go-filippo-io-age))
-      (home-page "https://github.com/Mic92/ssh-to-age")
-      (synopsis "Convert SSH @code{ed25519} keys to @code{age} keys.")
-      (description "This package provides a simple command-line tool to
+  (package
+    (name "ssh-to-age")
+    (version "1.1.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Mic92/ssh-to-age")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "09rhga9iqmyyq8pkprydy8y15qhzqvbpgzvs681rcyllf8szrj73"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/Mic92/ssh-to-age/cmd/ssh-to-age"
+       #:unpack-path "github.com/Mic92/ssh-to-age"))
+    (inputs (list go-golang-org-x-crypto
+                  go-filippo-io-edwards25519
+                  go-filippo-io-age))
+    (home-page "https://github.com/Mic92/ssh-to-age")
+    (synopsis "Convert SSH @code{ed25519} keys to @code{age} keys.")
+    (description "This package provides a simple command-line tool to
 convert SSH @code{ed25519} keys to @code{age} keys.")
-      (license license:expat))))
+    (license license:expat)))
 
 (define-public yapet
   (package
-- 
2.39.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 21 Mar 2023 18:04:02 GMT) Full text and rfc822 format available.

Notification sent to Jack Hill <jackhill <at> jackhill.us>:
bug acknowledged by developer. (Tue, 21 Mar 2023 18:04:02 GMT) Full text and rfc822 format available.

Message #19 received at 62022-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 62022-done <at> debbugs.gnu.org
Subject: Re: bug#62022: [PATCH 0/3] Some age encryption updates
Date: Tue, 21 Mar 2023 19:03:36 +0100
Hi,

Jack Hill <jackhill <at> jackhill.us> skribis:

>   gnu: go-filippo-io-age: Update to 1.1.1.
>   gnu: pass-age: Update to 1.7.4a1.
>   gnu: ssh-to-age: Update to 1.1.2.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 19 Apr 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.