GNU bug report logs -
#62022
[PATCH 0/3] Some age encryption updates
Previous Next
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.
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):
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):
* 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):
* 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):
* 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):
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 2 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.