Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | main/ca-certificates: upgrade to 20120212 | Natanael Copa | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: upgrade to 20111211 | Natanael Copa | 2011-12-19 | 1 | -3/+3 |
| | |||||
* | main/ca-certificates: mozilla cert extraction requires python (also add ↵ | William Pitcock | 2011-11-19 | 2 | -2/+3 |
| | | | | trigger to make it possible to include other certificate bundles cleanly) | ||||
* | main/ca-certificates: upgrade to 20111025 | Natanael Copa | 2011-11-17 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: security update. remove DigiNotar Root CA | Natanael Copa | 2011-09-01 | 1 | -5/+11 |
| | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=682956 http://pastebin.com/ff7Yg663 http://pastebin.com/SwCZqskV | ||||
* | main/ca-certificates: upgrade to 20110502 | Natanael Copa | 2011-08-24 | 1 | -11/+21 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | 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/ca-certificates: update download link | Natanael Copa | 2010-11-24 | 1 | -4/+4 |
| | |||||
* | main/ca-certificates: upgrade to 20090814 | Natanael Copa | 2009-10-30 | 1 | -4/+2 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 2 | -0/+35 |
and fixed misc build issues |