all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71780] [PATCH 0/3] add hydroxide package
@ 2024-06-25 12:51 Jean SIMARD
  2024-06-26  7:32 ` [bug#71780] [PATCH 1/3] gnu: update go-github-com-emersion-go-sasl Jean SIMARD
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Jean SIMARD @ 2024-06-25 12:51 UTC (permalink / raw)
  To: 71780; +Cc: Jean SIMARD

hydroxide is a bridge for ProtonMail which expose SMTP and IMAP.
This is useful for example for `git send-email` which needs
SMTP that ProtonMail doesn't provide.

A serie of patches is proposed.
1. first an update of existing `go-sasl`
2. second, an update of existing `protonmail/go-crypto`, note that it also impacts `go-pgpmail`
3. all the new dependencies needed for `hydroxide`, then `hydroxide`

I checked the other dependents of `go-sasl` and `protonmail/go-crypto` which are `soju` and `aerc`.
They appear to build correctly with these new versions of the dependencies.

`go-smtp` is dependency which already exists in `guix`.
However, bumping it was breaking `aerc`.
I therefore chose to make a variant for the newer version.

Jean SIMARD (3):
  gnu: update go-github-com-emersion-go-sasl
  gnu: update go-github-com-protonmail-go-crypto
  gnu: add hydroxide

 gnu/packages/golang-crypto.scm |  51 +++++++---
 gnu/packages/golang.scm        | 177 +++++++++++++++++++++++++++++----
 gnu/packages/mail.scm          |  37 +++++++
 3 files changed, 230 insertions(+), 35 deletions(-)


base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
-- 
2.41.0






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

end of thread, other threads:[~2024-06-29 21:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 12:51 [bug#71780] [PATCH 0/3] add hydroxide package Jean SIMARD
2024-06-26  7:32 ` [bug#71780] [PATCH 1/3] gnu: update go-github-com-emersion-go-sasl Jean SIMARD
2024-06-26  7:33 ` [bug#71780] [PATCH 2/3] gnu: update go-github-com-protonmail-go-crypto Jean SIMARD
2024-06-26  7:33 ` [bug#71780] [PATCH 3/3] gnu: add hydroxide Jean SIMARD
2024-06-29 12:53   ` woshilapin
2024-06-29 13:47     ` Sharlatan Hellseher
2024-06-26 14:31 ` [bug#71780] [PATCH 0/3] add hydroxide package Sharlatan Hellseher
2024-06-29 21:36 ` [bug#71780] [PATCH v2 1/7] gnu: go-github-com-emersion-go-pgpmail: Update to 0.2.1 Jean SIMARD
2024-06-29 21:36   ` [bug#71780] [PATCH v2 2/7] gnu: go-github-com-protonmail-go-crypto: Update to 0.0.0-20230923063757-afb1ddc0824c Jean SIMARD
2024-06-29 21:36   ` [bug#71780] [PATCH v2 3/7] gnu: Add go-github-com-boltdb-bolt Jean SIMARD
2024-06-29 21:37   ` [bug#71780] [PATCH v2 4/7] gnu: Add go-github-com-emersion-go-bcrypt Jean SIMARD
2024-06-29 21:37   ` [bug#71780] [PATCH v2 5/7] gnu: Add go-github-com-emersion-go-vcard Jean SIMARD
2024-06-29 21:37   ` [bug#71780] [PATCH v2 6/7] gnu: Add go-github-com-emersion-go-smtp-v0.18 Jean SIMARD
2024-06-29 21:37   ` [bug#71780] [PATCH v2 7/7] gnu: Add hydroxide Jean SIMARD
2024-06-29 21:43     ` woshilapin

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.