summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/rsync-3.2.3-r5: fix IPv6 support using muslFabian Groffen2021-12-302-2/+10
| | | | | | Closes: https://bugs.gentoo.org/609694 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-misc/rsync: stable 3.2.3-r5 for hppa/sparc, bug #827218Rolf Eike Beer2021-11-261-1/+1
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r5 x86, #827218Arthur Zamarin2021-11-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r5 ppc64, #827218Arthur Zamarin2021-11-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r5 ppc, #827218Sam James2021-11-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r5 arm, #827218Sam James2021-11-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r5 arm64, #827218Sam James2021-11-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r5 amd64, #827218Sam James2021-11-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: fix CVE-2020-14387Varsha Teratipally2021-11-182-0/+150
| | | | | | | Bug: https://bugs.gentoo.org/792576 Signed-off-by: Varsha Teratipally <teratipally@google.com> Closes: https://github.com/gentoo/gentoo/pull/22981 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: backport another cross-compile fixMike Gilbert2021-11-071-0/+22
| | | | | Bug: https://bugs.gentoo.org/732084 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/rsync: drop toolchain-funcsMike Gilbert2021-10-222-2/+2
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/rsync: backport cross-compile fixesMike Gilbert2021-10-223-42/+122
| | | | | | | Closes: https://bugs.gentoo.org/732084 Closes: https://github.com/gentoo/gentoo/pull/22354 Closes: https://github.com/gentoo/gentoo/pull/22667 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-misc/rsync: Don't use deprecated grep syntaxLars Wendler2021-05-252-2/+2
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/rsync: Revbump for logrotate file syntax fixLars Wendler2021-05-252-1/+1
| | | | | | Thanks-to: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/791910 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/rsync: drop 3.2.3-r2David Seifert2021-05-231-146/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/rsync: remove libressl supportMikle Kolyada2021-04-303-15/+6
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r3 x86, #783954Sam James2021-04-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r3 amd64, #783954Sam James2021-04-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r3 ppc, #783954Sam James2021-04-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r3 ppc64, #783954Sam James2021-04-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r3 arm, #783954Sam James2021-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: stable 3.2.3-r3 for hppa/sparc, bug #783954Rolf Eike Beer2021-04-191-1/+1
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3-r3 arm64, #783954Sam James2021-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: simplify simd logicMike Gilbert2021-04-182-16/+6
| | | | | | | | | | The SIMD implementation is smart enough to only execute instructions that are available at runtime, so just let configure enable it. The configure test for compiler support does not work when cross-compiling. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/rsync: backport glibc lchmod workaroundMike Gilbert2021-04-182-0/+210
| | | | | | Closes: https://bugs.gentoo.org/777483 Closes: https://github.com/gentoo/gentoo/pull/20410 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/rsync: flag-o-matic--Sam James2021-04-162-2/+2
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/rsync: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Drop unused fileMikle Kolyada2021-03-071-12/+0
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-misc/rsync: use systemd unit from upstreamMikle Kolyada2021-03-072-2/+2
| | | | | | Closes: https://bugs.gentoo.org/753746 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-misc/rsync: drop x86-macosFabian Groffen2021-01-062-4/+4
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-misc/rsync: drop ppc-aix m68k-mintFabian Groffen2020-12-272-2/+2
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-misc/rsync: remove workaround for bug 421625Mike Gilbert2020-10-252-2/+0
| | | | | | | | | mkproto was rewritten in awk, so calling perl is no longer a concern. This may also resolve a parallel make race condition. Bug: https://bugs.gentoo.org/421625 Closes: https://bugs.gentoo.org/738606 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/rsync: drop static USE flagMike Gilbert2020-10-222-28/+22
| | | | | Closes: https://bugs.gentoo.org/741116 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/rsync: Adjusted dependency on app-arch/zstdLars Wendler2020-09-182-2/+2
| | | | | | Bug: https://bugs.gentoo.org/729186 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/rsync: Removed oldLars Wendler2020-09-184-267/+0
| | | | | Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/rsync: stable 3.2.3 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #738192 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-misc/rsync: stable 3.2.3 for ppcSergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #738192 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-misc/rsync: Stabilize 3.2.3 arm64, #738192Sam James2020-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: stable 3.2.3 for hppa, bug #738192Rolf Eike Beer2020-08-241-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-misc/rsync: x86 stable wrt bug #738192Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: sparc stable wrt bug #738192Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: s390 stable wrt bug #738192Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: arm stable wrt bug #738192Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: amd64 stable wrt bug #738192Agostino Sarubbo2020-08-211-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: Removed oldLars Wendler2020-08-075-347/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/rsync: Bump to version 3.2.3. Removed oldLars Wendler2020-08-072-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-misc/rsync: x86 stable wrt bug #734170Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: s390 stable wrt bug #734170Agostino Sarubbo2020-08-051-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/rsync: stable 3.2.2-r1 for ppc64Sergei Trofimovich2020-08-011-1/+1
| | | | | | | | stable wrt bug #734170 Package-Manager: Portage-3.0.1, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>