[bug#74045,0/2] Update LibreSSL to 4.0.0, and OpenSMTPD to 7.6.0p1

Message ID cover.1730025836.git.ashish.is@lostca.se
Headers
Series Update LibreSSL to 4.0.0, and OpenSMTPD to 7.6.0p1 |

Message

iyzsong--- via Guix-patches via Oct. 27, 2024, 10:45 a.m. UTC
  From: Ashish SHUKLA <ashish.is@lostca.se>

Hi,

Attached patch series updates LibreSSL to 4.0.0, and OpenSMTPD to
7.6.0p1. Since OpenSMTPD depends on API introduced in LibreSSL, hence
LibreSSL also needs updating in conjunction.

Ashish SHUKLA (2):
  gnu: libressl: Update to 4.0.0.
  gnu: opensmtpd: Update to 7.6.0p1

 gnu/packages/mail.scm |  5 +++--
 gnu/packages/tls.scm  | 19 ++++---------------
 2 files changed, 7 insertions(+), 17 deletions(-)


base-commit: 091131af64fd4e4e925fff829fa19097cfcdfcc5
  

Comments

Ludovic Courtès Dec. 26, 2024, 10:04 p.m. UTC | #1
Hi,

ashish.is@lostca.se skribis:

>   gnu: libressl: Update to 4.0.0.
>   gnu: opensmtpd: Update to 7.6.0p1

Finally applied both.  I tested with ‘guix build -P1 libressl’ that
there are no new failures.

Note that the OpenSMTPD system test already failed prior to this
update and still does:

  https://ci.guix.gnu.org/build/7583577/details

It would be great if you could take a look at it!

Thanks,
Ludo’.
  
Ashish SHUKLA Dec. 26, 2024, 11:18 p.m. UTC | #2
El 2024-12-26 23:04, Ludovic Courtès escribió:
> Hi,
>
> ashish.is@lostca.se skribis:
>
> >   gnu: libressl: Update to 4.0.0.
> >   gnu: opensmtpd: Update to 7.6.0p1
>
> Finally applied both.  I tested with ‘guix build -P1 libressl’ that
> there are no new failures.
>
> Note that the OpenSMTPD system test already failed prior to this
> update and still does:
>
>   https://ci.guix.gnu.org/build/7583577/details
>
> It would be great if you could take a look at it!
>
> Thanks,
> Ludo’.

Sure, I've added it to my TODO list. Thanks for committing the patches.

Happy Hol[yi]days! :)

Thanks!