mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-26 07:28:10 -07:00
See https://www.mail-archive.com/rsync-announce@lists.samba.org/msg00113.html. """ The github repos have moved to a new RsyncProject organization. Because various life events have been monopolizing my time, I reached out to Tridge (the original author) and he has graciously agreed to get back into rsync work, along with Paul Mackerras, who was also an early contributor to rsync. This new team will be working mainly on maintenance tasks, and not so much on new features. If you want to get involved, feel free to reach out on the new discord RsyncProject channels. """ Signed-off-by: Sam James <sam@gentoo.org>
20 lines
886 B
XML
20 lines
886 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<changelog>https://rsync.samba.org/ftp/rsync/NEWS</changelog>
|
|
<remote-id type="cpe">cpe:/a:samba:rsync</remote-id>
|
|
<remote-id type="github">RsyncProject/rsync</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="rrsync">Install rrsync script to setup restricted rsync users via ssh logins</flag>
|
|
<flag name="stunnel">Provide helper scripts for using rsync via >=<pkg>net-misc/stunnel</pkg>-4</flag>
|
|
<flag name="system-zlib">Use system zlib instead of bundled one. This is incompatible with older rsync releases!</flag>
|
|
<flag name="xxhash">Enable <pkg>dev-libs/xxhash</pkg> support for hashing</flag>
|
|
</use>
|
|
</pkgmetadata>
|