Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | orphan all of my packages | William Pitcock | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | main/ca-certificates: fix cross-compiling | alpine-mips-patches | 2019-02-05 | 1 | -1/+2 |
| | |||||
* | main/ca-certificates: upgrade to 20190108 | Natanael Copa | 2019-01-29 | 2 | -35/+4 |
| | | | | fixes #9935 | ||||
* | main/ca-certificates: allow cacert to replace libressl2.7-libcrypto | Carlo Landmeter | 2019-01-06 | 1 | -1/+2 |
| | |||||
* | main/ca-certificates: add bundled certificates | Carlo Landmeter | 2019-01-06 | 1 | -2/+9 |
| | | | | | | Provide a concatenated file of certificates from mozilla suitable for places where ca-certificates is overkill. This was previously provided by libressl libtls package. | ||||
* | main/ca-certificates: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: upgrade to 20180924 | Natanael Copa | 2018-09-25 | 2 | -4/+35 |
| | |||||
* | main/openssl: rename to openssl1.0 and update dependent aports | Jakub Jirutka | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: rebuild against libressl-2.7 | Natanael Copa | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | [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/ca-certificates: upgrade to 20171114 | William Pitcock | 2017-11-14 | 1 | -3/+3 |
| | |||||
* | main/ca-certificates: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/ca-certificates: upgrade to 20170801 | William Pitcock | 2017-08-02 | 7 | -28904/+8 |
| | |||||
* | main/ca-certificates: refactor basing directly upon mozilla's certdata.txt | William Pitcock | 2017-07-26 | 6 | -46/+28153 |
| | |||||
* | main/ca-certificates: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/ca-certificates: alpine 3.4 has c_rehash in openssl binary, replaces ↵ | William Pitcock | 2017-03-23 | 1 | -2/+3 |
| | | | | needs adjusting | ||||
* | main/ca-certificates: build fix for ppc64le | Natanael Copa | 2017-03-17 | 2 | -3/+4 |
| | |||||
* | main/ca-certificates: upgrade to 20161130 | Natanael Copa | 2016-12-11 | 1 | -5/+5 |
| | |||||
* | main/ca-certificates: replaces libcrypto1.0 (c_rehash) | Timo Teräs | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | main/ca-certificates: add really the c_rehash sources | Timo Teräs | 2016-11-23 | 1 | -0/+375 |
| | |||||
* | main/ca-certificates: add copy of c_rehash tool | Timo Teräs | 2016-11-23 | 1 | -7/+17 |
| | | | | | | | | | | | | We want to avoid ca-certificates dependency for openssl tool for two reasons: - it is very large to be mandatory dependency - it disallows user choosing if openssl or libressl package should be installed Neither the openssl c_rehash nor libressl certhash can be any longer compiled standalone. So include the original c_rehash.c code that was submitted for openssl inclusion that can be built standalone. | ||||
* | main/ca-certificates: improve abuild, replace python with python2 | Jakub Jirutka | 2016-10-24 | 1 | -27/+19 |
| | |||||
* | main/ca-certificates: use libressl certhash | Natanael Copa | 2016-10-10 | 1 | -5/+5 |
| | |||||
* | main/ca-certificates: fix fallback for sendfile(2) | Natanael Copa | 2016-08-05 | 2 | -5/+5 |
| | | | | fix return value and errno check | ||||
* | main/ca-certificates: clean up /etc/ssl/certs in deinstall | Natanael Copa | 2016-04-08 | 2 | -1/+9 |
| | | | | fixes #5382 | ||||
* | main/ca-certificates: sendfile fix update-ca-certificates | Natanael Copa | 2016-04-08 | 2 | -5/+39 |
| | | | | | fallback to read(2)/write(2) in case sendfile is not supported by kernel or blockdevice/filesystem | ||||
* | main/ca-certificates: update openssl c_rehash dependency | Timo Teräs | 2016-03-11 | 1 | -1/+1 |
| | | | | it was moved to libcrypto1.0 | ||||
* | main/ca-certificates: improve run-parts execution | Natanael Copa | 2016-01-14 | 2 | -7/+9 |
| | | | | | Do not depend on PATH for run-parts, instead we try /usr/bin/run-parts and /bin/run-parts directly. Exit with error if it fails. | ||||
* | main/ca-certificates: run c_rehash as a hook from update.d | Natanael Copa | 2016-01-14 | 4 | -98/+41 |
| | | | | | | | | instead of running c_rehash directly we run it as a hook from update.d. We also: - update the man-page to be more correct. - remove obsolete lua script | ||||
* | main/ca-certificates: upgrade to 20160104 | Sören Tempel | 2016-01-11 | 1 | -13/+9 |
| | |||||
* | main/ca-certificates: fix and optimize update-ca-certificates | Timo Teräs | 2015-11-11 | 2 | -157/+150 |
| | | | | fixes #4772 | ||||
* | main/ca-certificates: fix update-ca.c | Timo Teräs | 2015-10-16 | 2 | -6/+6 |
| | | | | | - fix permissions for the .crt bundle - fix exec of c_rehash | ||||
* | main/ca-certificates: replace update-ca-certificates implementation | Natanael Copa | 2015-10-15 | 2 | -8/+346 |
| | | | | | Use C implementation to avoid Lua dependency. https://github.com/xynopsis/update_ca_cert | ||||
* | main/ca-certificates: upgrade to 20150426 | Carlo Landmeter | 2015-06-25 | 1 | -5/+5 |
| | |||||
* | main/ca-certificates: fix bug in processing of local CA certificates | Andy Shinn | 2015-05-06 | 2 | -6/+5 |
| | | | | | | | | | We were only grabbing the index of the certlist table, which was making the filename appear as a number. It would seem like the seem like the second variables from the pairs() function is the actual name we want. [Timo: changed to use lua scratch '_' for the first return value, and use ipairs as it is numbered table.] | ||||
* | main/ca-certificates: fix update-ca-certificates | Natanael Copa | 2015-04-10 | 2 | -5/+5 |
| | | | | lua posix has changed api. update accordingly | ||||
* | main/ca-certificates: upgrade to 20141019 | Natanael Copa | 2014-10-30 | 1 | -7/+7 |
| | |||||
* | main/ca-certificates: fix build | Timo Teräs | 2014-04-23 | 1 | -0/+1 |
| | | | | override to allow having /usr/local | ||||
* | main/ca-certificates: add local certs directory to packaging | Timo Teräs | 2014-04-22 | 1 | -2/+3 |
| | |||||
* | main/update-ca-certificates: fix few minor issues in lua version | Timo Teräs | 2014-04-21 | 2 | -32/+35 |
| | | | | also optimize and cleanup the lua code a bit too. ref #2846 | ||||
* | main/ca-certificates: rewrite update-ca-certificates in lua | Timo Teräs | 2014-04-21 | 3 | -10/+103 |
| | | | | | fix also overlay protected paths to exclude generated links. ref #2846 | ||||
* | main/ca-certificates: upgrade to 20140325 | Natanael Copa | 2014-04-01 | 1 | -6/+6 |
| | |||||
* | main/ca-certificates: exclude autogenerated ca-certificates.crt from overlay | Natanael Copa | 2014-03-04 | 1 | -1/+6 |
| | | | | ref #2715 | ||||
* | main/ca-certificates: split manpage into -doc subpackage | Eivind Uggedal | 2013-12-02 | 1 | -1/+2 |
| | |||||
* | main/ca-certificates: specify license | Fabian Affolter | 2013-10-30 | 1 | -1/+3 |
| | |||||
* | main/ca-certificates: upgrade to 20130906 | Natanael Copa | 2013-10-02 | 1 | -5/+5 |
| | |||||
* | main/ca-certificates: upgrade to 20130610 | Natanael Copa | 2013-07-24 | 1 | -2/+4 |
| | |||||
* | main/ca-certificates: upgrade to 20130119 | Bartłomiej Piotrowski | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: upgrade to 20121105 | Natanael Copa | 2012-11-13 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: upgrade to 20120623 | Natanael Copa | 2012-07-03 | 1 | -2/+2 |
| |