Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/*: move lots of stuff from main and modernize | Leo | 2020-03-23 | 2 | -102/+0 |
| | |||||
* | main/*: make CMake and meson respect our C{,PP,XX}FLAGS | Rasmus Thomsen | 2020-02-21 | 1 | -2/+2 |
| | | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E | ||||
* | main/libvncserver: fix CVE-2019-15681 | Leo | 2019-11-03 | 2 | -3/+31 |
| | | | | | | ref #10924 Closes !1009 | ||||
* | main/libvncserver: claim maintainership | Natanael Copa | 2019-06-28 | 1 | -2/+1 |
| | |||||
* | main/libvncserver: upgrade to 0.9.12 | Leo | 2019-06-28 | 3 | -154/+43 |
| | |||||
* | main/libvncserver: drop maintainership | Leo | 2019-05-30 | 1 | -1/+1 |
| | | | | See: https://github.com/alpinelinux/aports/pull/7644#issuecomment-490274014 | ||||
* | main/libvncserver: fix CVE-2018-7225 | prspkt | 2018-04-13 | 2 | -6/+70 |
| | |||||
* | [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/libvncserver: modernise, take maintainership, add test suite | A. Wilcox | 2017-09-26 | 1 | -12/+12 |
| | |||||
* | main/libvncserver: security upgrade to 0.9.11 - fixes #6637 | Sergey Lukin | 2017-01-12 | 1 | -10/+14 |
| | | | | | CVE-2016-9941: Heap-based buffer overflow in rfbproto.c CVE-2016-9942: Heap-based buffer overflow in ultra.c | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/libvncserver: rebuild against gnutls-3.4 | Natanael Copa | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | main/libvncserver: move from testing | Natanael Copa | 2014-11-06 | 2 | -0/+119 |