summaryrefslogtreecommitdiffstats
path: root/main/ca-certificates
Commit message (Collapse)AuthorAgeFilesLines
* main/ca-certificates: fix bug in processing of local CA certificatesAndy Shinn2015-05-062-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-certificatesNatanael Copa2015-04-102-5/+5
| | | | lua posix has changed api. update accordingly
* main/ca-certificates: upgrade to 20141019Natanael Copa2014-10-301-7/+7
|
* main/ca-certificates: fix buildTimo Teräs2014-04-231-0/+1
| | | | override to allow having /usr/local
* main/ca-certificates: add local certs directory to packagingTimo Teräs2014-04-221-2/+3
|
* main/update-ca-certificates: fix few minor issues in lua versionTimo Teräs2014-04-212-32/+35
| | | | also optimize and cleanup the lua code a bit too. ref #2846
* main/ca-certificates: rewrite update-ca-certificates in luaTimo Teräs2014-04-213-10/+103
| | | | | fix also overlay protected paths to exclude generated links. ref #2846
* main/ca-certificates: upgrade to 20140325Natanael Copa2014-04-011-6/+6
|
* main/ca-certificates: exclude autogenerated ca-certificates.crt from overlayNatanael Copa2014-03-041-1/+6
| | | | ref #2715
* main/ca-certificates: split manpage into -doc subpackageEivind Uggedal2013-12-021-1/+2
|
* main/ca-certificates: specify licenseFabian Affolter2013-10-301-1/+3
|
* main/ca-certificates: upgrade to 20130906Natanael Copa2013-10-021-5/+5
|
* main/ca-certificates: upgrade to 20130610Natanael Copa2013-07-241-2/+4
|
* main/ca-certificates: upgrade to 20130119Bartłomiej Piotrowski2013-01-241-2/+2
|
* main/ca-certificates: upgrade to 20121105Natanael Copa2012-11-131-2/+2
|
* main/ca-certificates: upgrade to 20120623Natanael Copa2012-07-031-2/+2
|
* main/ca-certificates: upgrade to 20120212Natanael Copa2012-02-171-2/+2
|
* main/ca-certificates: upgrade to 20111211Natanael Copa2011-12-191-3/+3
|
* main/ca-certificates: mozilla cert extraction requires python (also add ↵William Pitcock2011-11-192-2/+3
| | | | trigger to make it possible to include other certificate bundles cleanly)
* main/ca-certificates: upgrade to 20111025Natanael Copa2011-11-171-2/+2
|
* main/ca-certificates: security update. remove DigiNotar Root CANatanael Copa2011-09-011-5/+11
| | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=682956 http://pastebin.com/ff7Yg663 http://pastebin.com/SwCZqskV
* main/ca-certificates: upgrade to 20110502Natanael Copa2011-08-241-11/+21
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* 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/ca-certificates: update download linkNatanael Copa2010-11-241-4/+4
|
* main/ca-certificates: upgrade to 20090814Natanael Copa2009-10-301-4/+2
|
* moved extra/* to main/Natanael Copa2009-07-242-0/+35
and fixed misc build issues