Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/rsync: remove itemize.test as it's flawed | William Pitcock | 2018-02-19 | 1 | -0/+7 |
| | |||||
* | main/rsync: add xattr support, check, split -openrc | A. Wilcox | 2018-02-19 | 1 | -5/+12 |
| | |||||
* | main/rsync: upgrade to 3.1.3 | Sören Tempel | 2018-02-06 | 5 | -138/+7 |
| | |||||
* | main/rsync: modernize APKBUILD | Sören Tempel | 2018-02-06 | 1 | -18/+9 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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 fixes | Leonardo Arena | 2017-12-29 | 5 | -2/+149 |
| | | | | | | CVE-2017-16548, CVE-2017-17433, CVE-2017-17434 Fixes #8317 | ||||
* | main/rsync: enable rrsync | Henrik Riomar | 2017-09-20 | 1 | -2/+13 |
| | | | | rrsync is used to restrict rsync to a subdirectory declared in .ssh/authorized_keys | ||||
* | main/rsync: improve runscript, let OpenRC daemonize the daemon | Jakub Jirutka | 2017-04-24 | 4 | -28/+21 |
| | |||||
* | main/rsync: fix checksums | Leonardo Arena | 2017-02-07 | 1 | -4/+4 |
| | |||||
* | main/rsync: fixes in apkbuild, simplify init-script | Valery Kartel | 2017-02-07 | 2 | -36/+19 |
| | |||||
* | main/rsync: Fix URL of the project | Breno Leitao | 2017-01-27 | 1 | -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.2 | Sören Tempel | 2015-12-22 | 1 | -6/+8 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/rsync: force IPv6 support on | Timo Teräs | 2014-07-14 | 1 | -1/+3 |
| | | | | | the autoconfigury fails to detect IPv6 support on musl (linux test checks for __GLIBC__). ref #3158 | ||||
* | main/rsync: upgrade to 3.1.1 | Natanael Copa | 2014-06-23 | 1 | -4/+4 |
| | |||||
* | main/rsync: upgrade to 3.1.0 | Bartłomiej Piotrowski | 2013-09-29 | 1 | -3/+13 |
| | |||||
* | main/[various]: simple build fixes against musl (update_config_sub) | Timo Teräs | 2013-09-20 | 1 | -0/+1 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -3/+13 |
| | |||||
* | main/rsync: enable ACL and xattr support so it's actually useful for ↵ | William Pitcock | 2011-12-16 | 1 | -6/+3 |
| | | | | migrating vservers... | ||||
* | main/rsync: upgrade to 3.0.9 | Natanael Copa | 2011-09-26 | 1 | -2/+2 |
| | |||||
* | main/rsync: upgrade to 3.0.8 | Natanael Copa | 2011-03-28 | 1 | -3/+3 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/rsync: build fix | Natanael Copa | 2010-01-05 | 1 | -0/+1 |
| | | | | needs perl | ||||
* | main/rsync: upgrade to 3.0.7 | Natanael Copa | 2010-01-05 | 1 | -3/+7 |
| | |||||
* | main/rsync: start service after firewall | Natanael Copa | 2009-09-16 | 2 | -3/+4 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 5 | -0/+83 |
and fixed misc build issues |