From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BA1D1382C5 for ; Tue, 25 May 2021 08:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C7BAE083E; Tue, 25 May 2021 08:28:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F5BCE083E for ; Tue, 25 May 2021 08:28:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9825335C03 for ; Tue, 25 May 2021 08:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46124C3 for ; Tue, 25 May 2021 08:28:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1621931318.862d8edad5c4307c3233c432b2f2d3a9434254fa.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/files/, net-misc/rsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rsync/files/rsyncd.logrotate net-misc/rsync/rsync-3.2.3-r3.ebuild net-misc/rsync/rsync-3.2.3-r4.ebuild X-VCS-Directories: net-misc/rsync/files/ net-misc/rsync/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 862d8edad5c4307c3233c432b2f2d3a9434254fa X-VCS-Branch: master Date: Tue, 25 May 2021 08:28:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52e1558f-b0bd-4371-b208-1a0d9f6b01c9 X-Archives-Hash: 6415b211398cb0f4a25a8952fdcec78c commit: 862d8edad5c4307c3233c432b2f2d3a9434254fa Author: Lars Wendler gentoo org> AuthorDate: Tue May 25 08:27:46 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 25 08:28:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862d8eda net-misc/rsync: Revbump for logrotate file syntax fix Thanks-to: Hank Leininger korelogic.com> Closes: https://bugs.gentoo.org/791910 Signed-off-by: Lars Wendler gentoo.org> net-misc/rsync/files/rsyncd.logrotate | 2 +- net-misc/rsync/{rsync-3.2.3-r3.ebuild => rsync-3.2.3-r4.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rsync/files/rsyncd.logrotate b/net-misc/rsync/files/rsyncd.logrotate index 34bcf72d210..ec8a98284e2 100644 --- a/net-misc/rsync/files/rsyncd.logrotate +++ b/net-misc/rsync/files/rsyncd.logrotate @@ -2,7 +2,7 @@ compress maxage 365 rotate 7 - size=+1024k + size 1024k notifempty missingok copytruncate diff --git a/net-misc/rsync/rsync-3.2.3-r3.ebuild b/net-misc/rsync/rsync-3.2.3-r4.ebuild similarity index 100% rename from net-misc/rsync/rsync-3.2.3-r3.ebuild rename to net-misc/rsync/rsync-3.2.3-r4.ebuild