aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsync
Commit message (Collapse)AuthorAgeFilesLines
* main/rsync: remove itemize.test as it's flawedWilliam Pitcock2018-02-191-0/+7
|
* main/rsync: add xattr support, check, split -openrcA. Wilcox2018-02-191-5/+12
|
* main/rsync: upgrade to 3.1.3Sören Tempel2018-02-065-138/+7
|
* main/rsync: modernize APKBUILDSören Tempel2018-02-061-18/+9
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/rsync: security fixesLeonardo Arena2017-12-295-2/+149
| | | | | | CVE-2017-16548, CVE-2017-17433, CVE-2017-17434 Fixes #8317
* main/rsync: enable rrsyncHenrik Riomar2017-09-201-2/+13
| | | | rrsync is used to restrict rsync to a subdirectory declared in .ssh/authorized_keys
* main/rsync: improve runscript, let OpenRC daemonize the daemonJakub Jirutka2017-04-244-28/+21
|
* main/rsync: fix checksumsLeonardo Arena2017-02-071-4/+4
|
* main/rsync: fixes in apkbuild, simplify init-scriptValery Kartel2017-02-072-36/+19
|
* main/rsync: Fix URL of the projectBreno Leitao2017-01-271-1/+1
| | | | | | | Current rsync download pages gives error 404. I just fixed the URL to map to the new page. The pacakge checksum continues to be the same.
* main/rsync: upgrade to 3.1.2Sören Tempel2015-12-221-6/+8
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/rsync: force IPv6 support onTimo Teräs2014-07-141-1/+3
| | | | | the autoconfigury fails to detect IPv6 support on musl (linux test checks for __GLIBC__). ref #3158
* main/rsync: upgrade to 3.1.1Natanael Copa2014-06-231-4/+4
|
* main/rsync: upgrade to 3.1.0Bartłomiej Piotrowski2013-09-291-3/+13
|
* main/[various]: simple build fixes against musl (update_config_sub)Timo Teräs2013-09-201-0/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-3/+13
|
* main/rsync: enable ACL and xattr support so it's actually useful for ↵William Pitcock2011-12-161-6/+3
| | | | migrating vservers...
* main/rsync: upgrade to 3.0.9Natanael Copa2011-09-261-2/+2
|
* main/rsync: upgrade to 3.0.8Natanael Copa2011-03-281-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/rsync: build fixNatanael Copa2010-01-051-0/+1
| | | | needs perl
* main/rsync: upgrade to 3.0.7Natanael Copa2010-01-051-3/+7
|
* main/rsync: start service after firewallNatanael Copa2009-09-162-3/+4
|
* moved extra/* to main/Natanael Copa2009-07-245-0/+83
and fixed misc build issues