all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62022] [PATCH 0/3] Some age encryption updates
@ 2023-03-07  2:52 Jack Hill
  2023-03-07  2:54 ` [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1 Jack Hill
  2023-03-21 18:03 ` bug#62022: [PATCH 0/3] Some age encryption updates Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Jack Hill @ 2023-03-07  2:52 UTC (permalink / raw)
  To: 62022

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1.
  2023-03-07  2:52 [bug#62022] [PATCH 0/3] Some age encryption updates Jack Hill
@ 2023-03-07  2:54 ` Jack Hill
  2023-03-07  2:54   ` [bug#62022] [PATCH 2/3] gnu: pass-age: Update to 1.7.4a1 Jack Hill
  2023-03-07  2:54   ` [bug#62022] [PATCH 3/3] gnu: ssh-to-age: Update to 1.1.2 Jack Hill
  2023-03-21 18:03 ` bug#62022: [PATCH 0/3] Some age encryption updates Ludovic Courtès
  1 sibling, 2 replies; 5+ messages in thread
From: Jack Hill @ 2023-03-07  2:54 UTC (permalink / raw)
  To: 62022

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#62022] [PATCH 2/3] gnu: pass-age: Update to 1.7.4a1.
  2023-03-07  2:54 ` [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1 Jack Hill
@ 2023-03-07  2:54   ` Jack Hill
  2023-03-07  2:54   ` [bug#62022] [PATCH 3/3] gnu: ssh-to-age: Update to 1.1.2 Jack Hill
  1 sibling, 0 replies; 5+ messages in thread
From: Jack Hill @ 2023-03-07  2:54 UTC (permalink / raw)
  To: 62022

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#62022] [PATCH 3/3] gnu: ssh-to-age: Update to 1.1.2.
  2023-03-07  2:54 ` [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1 Jack Hill
  2023-03-07  2:54   ` [bug#62022] [PATCH 2/3] gnu: pass-age: Update to 1.7.4a1 Jack Hill
@ 2023-03-07  2:54   ` Jack Hill
  1 sibling, 0 replies; 5+ messages in thread
From: Jack Hill @ 2023-03-07  2:54 UTC (permalink / raw)
  To: 62022

* 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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#62022: [PATCH 0/3] Some age encryption updates
  2023-03-07  2:52 [bug#62022] [PATCH 0/3] Some age encryption updates Jack Hill
  2023-03-07  2:54 ` [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1 Jack Hill
@ 2023-03-21 18:03 ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2023-03-21 18:03 UTC (permalink / raw)
  To: Jack Hill; +Cc: 62022-done

Hi,

Jack Hill <jackhill@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’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-21 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07  2:52 [bug#62022] [PATCH 0/3] Some age encryption updates Jack Hill
2023-03-07  2:54 ` [bug#62022] [PATCH 1/3] gnu: go-filippo-io-age: Update to 1.1.1 Jack Hill
2023-03-07  2:54   ` [bug#62022] [PATCH 2/3] gnu: pass-age: Update to 1.7.4a1 Jack Hill
2023-03-07  2:54   ` [bug#62022] [PATCH 3/3] gnu: ssh-to-age: Update to 1.1.2 Jack Hill
2023-03-21 18:03 ` bug#62022: [PATCH 0/3] Some age encryption updates Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.