all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giacomo via Guix-patches via <guix-patches@gnu.org>
To: ngraves@ngraves.fr, 69612@debbugs.gnu.org, 69612-done@debbugs.gnu.org
Subject: [bug#69612] [PATCH v2] gnu: Add ssh-to-age.
Date: Thu, 07 Mar 2024 23:33:02 +0100	[thread overview]
Message-ID: <B6BAB1CF-6CB8-4773-8712-AC20A5F56523@autistici.org> (raw)
In-Reply-To: <87wmqdwutm.fsf@ngraves.fr>

[-- Attachment #1: Type: text/plain, Size: 2991 bytes --]

Hi Nicolas I seem to have missed that. Thank you for pointing that out and apologies for the noise. I'm closing this issue.

Giacoml

Il 7 marzo 2024 23:17:25 CET, Nicolas Graves <ngraves@ngraves.fr> ha scritto:
>
>Hi Giacomo! 
>
>Isn't this package already present?
>
>I remember sending it upstream 2 years ago.
>
>Nicolas
>
>
>On 2024-03-07 15:32, Giacomo Leidi via Guix-patches via wrote:
>
>> * gnu/packages/crypto.scm (ssh-to-age): New variable.
>>
>> Change-Id: Ic8b8da90abe5f18ed5989d231a90643e0c2d7163
>> ---
>>  gnu/packages/crypto.scm | 28 ++++++++++++++++++++++++++++
>>  1 file changed, 28 insertions(+)
>>
>> diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
>> index 9d47ebb4fd..de9346746d 100644
>> --- a/gnu/packages/crypto.scm
>> +++ b/gnu/packages/crypto.scm
>> @@ -27,6 +27,7 @@
>>  ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
>>  ;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
>>  ;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
>> +;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
>>  ;;;
>>  ;;; This file is part of GNU Guix.
>>  ;;;
>> @@ -62,6 +63,7 @@ (define-module (gnu packages crypto)
>>    #:use-module (gnu packages gnupg)
>>    #:use-module (gnu packages golang)
>>    #:use-module (gnu packages golang-build)
>> +  #:use-module (gnu packages golang-crypto)
>>    #:use-module (gnu packages graphviz)
>>    #:use-module (gnu packages image)
>>    #:use-module (gnu packages kerberos)
>> @@ -1674,6 +1676,32 @@ (define-public libxcrypt
>>      (home-page "https://github.com/besser82/libxcrypt")
>>      (license license:lgpl2.1)))
>>  
>> +(define-public ssh-to-age
>> +  (package
>> +    (name "ssh-to-age")
>> +    (version "1.1.7")
>> +    (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 "134gpbalyll238wvj9ci0rascgm4csayz863ci99cy5qq8266wrl"))))
>> +    (build-system go-build-system)
>> +    (arguments
>> +     '(#:import-path "github.com/Mic92/ssh-to-age"))
>> +    (propagated-inputs (list go-golang-org-x-sys
>> +                             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 Ed25519 keys to age keys")
>> +    (description "This package provides @code{ssh-to-age}: a Go command line
>> +utility to convert SSH Ed25519 keys to age keys.")
>> +    (license license:expat)))
>> +
>>  (define-public keychain
>>    (package
>>      (name "keychain")
>>
>> base-commit: 0f2eede9f1d4574813935b7f58384036d509002d
>
>-- 
>Best regards,
>Nicolas Graves

[-- Attachment #2: Type: text/html, Size: 3474 bytes --]

      reply	other threads:[~2024-03-07 22:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 14:28 [bug#69612] [PATCH] gnu: Add ssh-to-age Giacomo Leidi via Guix-patches via
2024-03-07 14:32 ` [bug#69612] [PATCH v2] " Giacomo Leidi via Guix-patches via
2024-03-07 22:17   ` Nicolas Graves via Guix-patches via
2024-03-07 22:33     ` Giacomo via Guix-patches via [this message]

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

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

  git send-email \
    --in-reply-to=B6BAB1CF-6CB8-4773-8712-AC20A5F56523@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=69612-done@debbugs.gnu.org \
    --cc=69612@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    --cc=ngraves@ngraves.fr \
    /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 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.