all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guile-Gcrypt 0.4.0 released
@ 2022-12-01 14:36 Ludovic Courtès
  2022-12-03 22:45 ` Vagrant Cascadian
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2022-12-01 14:36 UTC (permalink / raw)
  To: guile-user, guile-sources, guix-devel

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

I’m pleased to announce Guile-Gcrypt version 0.4.0:

  git clone https://notabug.org/cwebber/guile-gcrypt.git
  cd guile-gcrypt
  git checkout v0.4.0  # or 425554d4327eeeb60c39e3d4a1b7bc5e36b63953
  git tag -v v0.4.0

The ‘git tag -v’ command checks the authenticity of your checkout.
You may need to retrieve the signing key first:

  gpg --keyserver pool.sks-keyservers.net \
      --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5

Guile-Gcrypt provides Guile 3.0/2.x bindings to the GNU Libgcrypt
cryptography library.  It provides modules for cryptographic hash
functions, message authentication codes (MAC), public-key cryptography,
strong randomness, and more.

Excerpt from the ‘NEWS’ file:

  * Changes in 0.4.0 (since 0.3.0)
  ** ‘base64-encode’ and ‘base64-decode’ now let you optionally control padding
  ** New supported algorithms added to (gcrypt hash)
  ** New supported algorithms added to (gcrypt mac)
  ** Improvements and fixes to the manual

Guile-Gcrypt does not currently wrap all the Libgcrypt API.  Your help
in improving it is very welcome!  For bug reports and patches, see:

  https://notabug.org/cwebber/guile-gcrypt

Plain email to Chris or myself or guile-user would also work fine.  :-)

Ludo’.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

* Re: Guile-Gcrypt 0.4.0 released
  2022-12-01 14:36 Guile-Gcrypt 0.4.0 released Ludovic Courtès
@ 2022-12-03 22:45 ` Vagrant Cascadian
  2022-12-05 14:58   ` Ludovic Courtès
  2022-12-06 20:21   ` Jonathan Brielmaier
  0 siblings, 2 replies; 5+ messages in thread
From: Vagrant Cascadian @ 2022-12-03 22:45 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

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

On 2022-12-01, Ludovic Courtès wrote:
> I’m pleased to announce Guile-Gcrypt version 0.4.0:
>
>   git clone https://notabug.org/cwebber/guile-gcrypt.git
>   cd guile-gcrypt
>   git checkout v0.4.0  # or 425554d4327eeeb60c39e3d4a1b7bc5e36b63953
>   git tag -v v0.4.0

FWIW, I updated guile-gcrypt to 0.4.0 in Debian experimental and updated
to guix 1.4.0rc1 in Debian experimental using guile-gcrypt 0.4.0, and it
seemed to go fine so far...

  https://buildd.debian.org/status/package.php?p=guile-gcrypt&suite=experimental
  https://buildd.debian.org/status/package.php?p=guix&suite=experimental

I'm guessing guile-gcrypt 0.4.0 will not land in the soon-to-be-released
guix 1.4.0 once it is released, though?

Looking at the longer term, makes me wonder if I should build guix with
guile-gcrypt 0.3.0 currently in Debian unstable & testing ... or if
0.4.0 is a small enough difference that it will probably be fine to
build guix 1.4.0* against it (and eventually migrate it to debian
unstable and eventually testing)?

I know the guix thing would be to package all the relevent versions, but
that is a bit trickier in Debian! :)

live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

* Re: Guile-Gcrypt 0.4.0 released
  2022-12-03 22:45 ` Vagrant Cascadian
@ 2022-12-05 14:58   ` Ludovic Courtès
  2022-12-06 20:21   ` Jonathan Brielmaier
  1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2022-12-05 14:58 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: guix-devel

Hi,

Vagrant Cascadian <vagrant@debian.org> skribis:

> FWIW, I updated guile-gcrypt to 0.4.0 in Debian experimental and updated
> to guix 1.4.0rc1 in Debian experimental using guile-gcrypt 0.4.0, and it
> seemed to go fine so far...
>
>   https://buildd.debian.org/status/package.php?p=guile-gcrypt&suite=experimental
>   https://buildd.debian.org/status/package.php?p=guix&suite=experimental

Yay, thanks!

> I'm guessing guile-gcrypt 0.4.0 will not land in the soon-to-be-released
> guix 1.4.0 once it is released, though?

No, but it doesn’t matter much because there are very few differences.

> Looking at the longer term, makes me wonder if I should build guix with
> guile-gcrypt 0.3.0 currently in Debian unstable & testing ... or if
> 0.4.0 is a small enough difference that it will probably be fine to
> build guix 1.4.0* against it (and eventually migrate it to debian
> unstable and eventually testing)?

Either way is fine.

> I know the guix thing would be to package all the relevent versions, but
> that is a bit trickier in Debian! :)

Heheh.  :-)

Ludo’.


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

* Re: Guile-Gcrypt 0.4.0 released
  2022-12-03 22:45 ` Vagrant Cascadian
  2022-12-05 14:58   ` Ludovic Courtès
@ 2022-12-06 20:21   ` Jonathan Brielmaier
  2022-12-08 16:05     ` Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Jonathan Brielmaier @ 2022-12-06 20:21 UTC (permalink / raw)
  To: guix-devel

On 03.12.22 23:45, Vagrant Cascadian wrote:
> On 2022-12-01, Ludovic Courtès wrote:
>> I’m pleased to announce Guile-Gcrypt version 0.4.0:
>>
>>    git clone https://notabug.org/cwebber/guile-gcrypt.git
>>    cd guile-gcrypt
>>    git checkout v0.4.0  # or 425554d4327eeeb60c39e3d4a1b7bc5e36b63953
>>    git tag -v v0.4.0
>
> FWIW, I updated guile-gcrypt to 0.4.0 in Debian experimental and updated
> to guix 1.4.0rc1 in Debian experimental using guile-gcrypt 0.4.0, and it
> seemed to go fine so far...

Those being on openSUSE Tumbleweed can enjoy 0.4.0 as well:
https://build.opensuse.org/request/show/1039343

Guix is also built against the updated version, no problems so far :)

~Jonathan


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

* Re: Guile-Gcrypt 0.4.0 released
  2022-12-06 20:21   ` Jonathan Brielmaier
@ 2022-12-08 16:05     ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2022-12-08 16:05 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: guix-devel

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

> On 03.12.22 23:45, Vagrant Cascadian wrote:
>> On 2022-12-01, Ludovic Courtès wrote:
>>> I’m pleased to announce Guile-Gcrypt version 0.4.0:
>>>
>>>    git clone https://notabug.org/cwebber/guile-gcrypt.git
>>>    cd guile-gcrypt
>>>    git checkout v0.4.0  # or 425554d4327eeeb60c39e3d4a1b7bc5e36b63953
>>>    git tag -v v0.4.0
>>
>> FWIW, I updated guile-gcrypt to 0.4.0 in Debian experimental and updated
>> to guix 1.4.0rc1 in Debian experimental using guile-gcrypt 0.4.0, and it
>> seemed to go fine so far...
>
> Those being on openSUSE Tumbleweed can enjoy 0.4.0 as well:
> https://build.opensuse.org/request/show/1039343
>
> Guix is also built against the updated version, no problems so far :)

Awesome, thank you!

Ludo’.


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

end of thread, other threads:[~2022-12-08 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 14:36 Guile-Gcrypt 0.4.0 released Ludovic Courtès
2022-12-03 22:45 ` Vagrant Cascadian
2022-12-05 14:58   ` Ludovic Courtès
2022-12-06 20:21   ` Jonathan Brielmaier
2022-12-08 16:05     ` 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.