Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2025 10:53:26 +0100
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        Cy Schubert <Cy.Schubert@cschubert.com>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 30167a14cc06 - main - net/rsync: update to 3.4.1
Message-ID:  <2b801d4c-a614-4972-ab94-2135ddad8d64@FreeBSD.org>
In-Reply-To: <20250116092807.AA11BC8@slippy.cwsent.com>
References:  <202501160652.50G6qPdb030559@gitrepo.freebsd.org> <20250116092807.AA11BC8@slippy.cwsent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------a8ZCnWmEzSMsZl7mLQQNHcka
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

On 16/01/25 10:28, Cy Schubert wrote:
> In message<202501160652.50G6qPdb030559@gitrepo.freebsd.org>, Rodrigo
> Osorio wr
> ites:
>> The branch main has been updated by rodrigo:
>>
>> URL:https://cgit.FreeBSD.org/ports/commit/?id=30167a14cc0602f041f7ace88b10b0
>> 9f102d69e0
>>
>> commit 30167a14cc0602f041f7ace88b10b09f102d69e0
>> Author:     Rodrigo Osorio<rodrigo@FreeBSD.org>
>> AuthorDate: 2025-01-16 06:43:36 +0000
>> Commit:     Rodrigo Osorio<rodrigo@FreeBSD.org>
>> CommitDate: 2025-01-16 06:48:48 +0000
>>
>>      net/rsync: update to 3.4.1
>>      
>>      Full changelog:https://download.samba.org/pub/rsync/NEWS#3.4.1
>>      
>>      Major changes:
>>          * fixed handling of -H flag with conflict in internal flag values
>>      
>>      PR:             284091
>>      Reported by:    cy
> You could have simply used the patch I attached to the PR. As a matter of
> fact except for the "PR:" line and and rewording of major changes this is
> my commit.
> Simply reported by is disingenuous.
>
> Typically we point out this error when non-committers are involved but in
> this case the error was too obvious to let pass.

Hi Cy,

Sorry for that, If there is something I did not want to be
toward you is disrespectful or disingenuous. The commits was
done in main branch but I will fix it in quarter branch to
give you the proper credits.

Once again, sorry for my tactlessness.

All the best,
-- rodrigo

>
>> ---
>>   net/rsync/Makefile |  2 +-
>>   net/rsync/distinfo | 10 +++++-----
>>   2 files changed, 6 insertions(+), 6 deletions(-)
>>
>> diff --git a/net/rsync/Makefile b/net/rsync/Makefile
>> index 996d4edd997e..b85239debcd8 100644
>> --- a/net/rsync/Makefile
>> +++ b/net/rsync/Makefile
>> @@ -1,5 +1,5 @@
>>   PORTNAME=	rsync
>> -DISTVERSION=	3.4.0
>> +DISTVERSION=	3.4.1
>>   CATEGORIES=	net
>>   MASTER_SITES=	https://www.mirrorservice.org/sites/rsync.samba.org/src
>> / \
>>   		http://rsync.mirror.garr.it/src/ \
>> diff --git a/net/rsync/distinfo b/net/rsync/distinfo
>> index afe59a503dff..5d970ee2a35e 100644
>> --- a/net/rsync/distinfo
>> +++ b/net/rsync/distinfo
>> @@ -1,5 +1,5 @@
>> -TIMESTAMP = 1736887703
>> -SHA256 (rsync-3.4.0.tar.gz) = 8e942f95a44226a012fe822faffa6c7fc38c34047add3a
>> 0c941e9bc8b8b93aa4
>> -SIZE (rsync-3.4.0.tar.gz) = 1167983
>> -SHA256 (rsync-patches-3.4.0.tar.gz) = 51533dc5b9b4293d3499b673df185c93484f3e
>> 6fcf2de52f9bf1f07fa3d7cbc1
>> -SIZE (rsync-patches-3.4.0.tar.gz) = 103831
>> +TIMESTAMP = 1737009301
>> +SHA256 (rsync-3.4.1.tar.gz) = 2924bcb3a1ed8b551fc101f740b9f0fe0a202b11502764
>> 7cf69850d65fd88c52
>> +SIZE (rsync-3.4.1.tar.gz) = 1172739
>> +SHA256 (rsync-patches-3.4.1.tar.gz) = f56566e74cfa0f68337f7957d8681929f9ac4c
>> 55d3fb92aec0d743db590c9a88
>> +SIZE (rsync-patches-3.4.1.tar.gz) = 150445
>>
>

--------------a8ZCnWmEzSMsZl7mLQQNHcka
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 16/01/25 10:28, Cy Schubert wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20250116092807.AA11BC8@slippy.cwsent.com">
      <pre wrap="" class="moz-quote-pre">In message <a class="moz-txt-link-rfc2396E" href="mailto:202501160652.50G6qPdb030559@gitrepo.freebsd.org">&lt;202501160652.50G6qPdb030559@gitrepo.freebsd.org&gt;</a>, Rodrigo 
Osorio wr
ites:
</pre>
      <blockquote type="cite">
        <pre wrap="" class="moz-quote-pre">The branch main has been updated by rodrigo:

URL: <a class="moz-txt-link-freetext" href="https://cgit.FreeBSD.org/ports/commit/?id=30167a14cc0602f041f7ace88b10b0">https://cgit.FreeBSD.org/ports/commit/?id=30167a14cc0602f041f7ace88b10b0</a>;
9f102d69e0

commit 30167a14cc0602f041f7ace88b10b09f102d69e0
Author:     Rodrigo Osorio <a class="moz-txt-link-rfc2396E" href="mailto:rodrigo@FreeBSD.org">&lt;rodrigo@FreeBSD.org&gt;</a>
AuthorDate: 2025-01-16 06:43:36 +0000
Commit:     Rodrigo Osorio <a class="moz-txt-link-rfc2396E" href="mailto:rodrigo@FreeBSD.org">&lt;rodrigo@FreeBSD.org&gt;</a>
CommitDate: 2025-01-16 06:48:48 +0000

    net/rsync: update to 3.4.1
    
    Full changelog: <a class="moz-txt-link-freetext" href="https://download.samba.org/pub/rsync/NEWS#3.4.1">https://download.samba.org/pub/rsync/NEWS#3.4.1</a>;
    
    Major changes:
        * fixed handling of -H flag with conflict in internal flag values
    
    PR:             284091
    Reported by:    cy
</pre>
      </blockquote>
      <pre wrap="" class="moz-quote-pre">
You could have simply used the patch I attached to the PR. As a matter of 
fact except for the "PR:" line and and rewording of major changes this is 
my commit.
Simply reported by is disingenuous.

Typically we point out this error when non-committers are involved but in 
this case the error was too obvious to let pass.</pre>
    </blockquote>
    <p>Hi Cy,</p>
    <p>Sorry for that,  <span class="HwtZe" lang="en"><span
          class="jCAhz ChMk0b"><span class="ryNqvb">If there is
            something I did not want to be<br>
            toward you is </span></span><span
          class="jCAhz ChMk0b C1N51c"><span class="ryNqvb">disrespectful
            or disingenuous. The commits was<br>
            done in main branch but I will fix it in quarter branch to<br>
            give you the proper credits.<br>
          </span></span></span></p>
    <p><span class="HwtZe" lang="en"><span class="jCAhz ChMk0b C1N51c"><span
            class="ryNqvb">Once again, sorry for my tactlessness.</span></span></span></p>
    <p><span class="HwtZe" lang="en"><span class="jCAhz ChMk0b C1N51c"><span
            class="ryNqvb">All the best,<br>
            -- rodrigo<br>
          </span></span></span></p>
    <blockquote type="cite"
      cite="mid:20250116092807.AA11BC8@slippy.cwsent.com">
      <pre wrap="" class="moz-quote-pre">

</pre>
      <blockquote type="cite">
        <pre wrap="" class="moz-quote-pre">---
 net/rsync/Makefile |  2 +-
 net/rsync/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 996d4edd997e..b85239debcd8 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	rsync
-DISTVERSION=	3.4.0
+DISTVERSION=	3.4.1
 CATEGORIES=	net
 MASTER_SITES=	<a class="moz-txt-link-freetext" href="https://www.mirrorservice.org/sites/rsync.samba.org/src">https://www.mirrorservice.org/sites/rsync.samba.org/src</a>;
/ \
 		<a class="moz-txt-link-freetext" href="http://rsync.mirror.garr.it/src/">http://rsync.mirror.garr.it/src/</a>; \
diff --git a/net/rsync/distinfo b/net/rsync/distinfo
index afe59a503dff..5d970ee2a35e 100644
--- a/net/rsync/distinfo
+++ b/net/rsync/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1736887703
-SHA256 (rsync-3.4.0.tar.gz) = 8e942f95a44226a012fe822faffa6c7fc38c34047add3a
0c941e9bc8b8b93aa4
-SIZE (rsync-3.4.0.tar.gz) = 1167983
-SHA256 (rsync-patches-3.4.0.tar.gz) = 51533dc5b9b4293d3499b673df185c93484f3e
6fcf2de52f9bf1f07fa3d7cbc1
-SIZE (rsync-patches-3.4.0.tar.gz) = 103831
+TIMESTAMP = 1737009301
+SHA256 (rsync-3.4.1.tar.gz) = 2924bcb3a1ed8b551fc101f740b9f0fe0a202b11502764
7cf69850d65fd88c52
+SIZE (rsync-3.4.1.tar.gz) = 1172739
+SHA256 (rsync-patches-3.4.1.tar.gz) = f56566e74cfa0f68337f7957d8681929f9ac4c
55d3fb92aec0d743db590c9a88
+SIZE (rsync-patches-3.4.1.tar.gz) = 150445

</pre>
      </blockquote>
      <pre wrap="" class="moz-quote-pre">

</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>

--------------a8ZCnWmEzSMsZl7mLQQNHcka--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2b801d4c-a614-4972-ab94-2135ddad8d64>