mbox series

[bug#57782,0/2] Update rsync and stunnel.

Message ID cover.1663081272.git.code@greghogan.com
Headers show
Series Update rsync and stunnel. | expand

Message

Greg Hogan Sept. 13, 2022, 8:33 p.m. UTC
stunnel has no dependent packages and the only dependent build failures
for rsync are ocaml packages which look to match failures at
ci.guix.gnu.org.

I am not familiar with openssl support in rsync, but the rsync-ssl
script is currently installed without enabling openssl.

Greg Hogan (2):
  gnu: rsync: Update to 3.2.6.
  gnu: stunnel: Update to 5.66.

 gnu/packages/rsync.scm | 10 +++++-----
 gnu/packages/web.scm   |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Ludovic Courtès Sept. 14, 2022, 9:19 p.m. UTC | #1
Hi,

Greg Hogan <code@greghogan.com> skribis:

>   gnu: rsync: Update to 3.2.6.
>   gnu: stunnel: Update to 5.66.

Applied, thanks!

Ludo’.