guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71780] [PATCH 0/3] add hydroxide package


From: Jean SIMARD
Subject: [bug#71780] [PATCH 0/3] add hydroxide package
Date: Tue, 25 Jun 2024 12:51:07 +0000

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]