GNU bug report logs - #70283
[PATCH] gnu: rsync: Update to 3.3.0

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 8 Apr 2024 16:18:03 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#70283: closed (Re: [bug#70283] [PATCH] gnu: rsync: Update to
 3.3.0)
Date: Mon, 15 Apr 2024 09:36:06 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70283: [PATCH] gnu: rsync: Update to 3.3.0

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70283 <at> debbugs.gnu.org.

-- 
70283: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70283
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 70283-done <at> debbugs.gnu.org
Subject: Re: [bug#70283] [PATCH] gnu: rsync: Update to 3.3.0
Date: Mon, 15 Apr 2024 10:35:23 +0100
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/rsync.scm (rsync): Update to 3.3.0
>
> Change-Id: I03ba540e44f54e371cd362baf2aeb1877f853f72
> ---
>  gnu/packages/rsync.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
d95ed91f386032b8de46785c407ef5b64794bd89.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: rsync: Update to 3.3.0
Date: Mon,  8 Apr 2024 09:16:32 -0700
* gnu/packages/rsync.scm (rsync): Update to 3.3.0

Change-Id: I03ba540e44f54e371cd362baf2aeb1877f853f72
---
 gnu/packages/rsync.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index 48f6139f1f..4b1d44e58e 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -40,14 +40,14 @@ (define-module (gnu packages rsync)
 (define-public rsync
   (package
    (name "rsync")
-   (version "3.2.7")
+   (version "3.3.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-"
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1fzj8q9w8bgvi3j162rlqymbdx5cgnk29dszik2ph26idqzrszaf"))))
+              "146z85qd16446k8hzr9n4fzf0fzjjsg22qralxwdcclcf2kfk6bk"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags

base-commit: 21fad13fffa3b90fdd004c6c5514ae5dfec17492
-- 
2.34.1




This bug report was last modified 1 year and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.