forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Mozilla-CA: Bump to version 20160104
Upstream: - Removed Certs: * TURKTRUST Certificate Services Provider Root 1 * TC TrustCenter Universal CA I * ComSign Secured CA * Buypass Class 3 CA 1 - Added Certs: * TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5 * TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6 * Certinomis - Root CA Package-Manager: portage-2.2.27
- Loading branch information
1 parent
cfe3c3b
commit 6a3f5c5
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Mozilla-CA-20130114.tar.gz 139200 SHA256 82342614add1dbca8a00daa1ee55af3e0036245aed7d445537918c045008ccd7 SHA512 b50337990db16ab30427ade7feb87e38305e820ecf490c2f5ed9340957c24139128c12bcd8f23eac4bce83533a7dab22190e2df42ab19b1555d662efc04f3fdb WHIRLPOOL 29c41c41032a70c242e777205a9969e30f4d3d2fc94a932ddec8fad269edaa142dd31e394bf891829388836594cddcec3077c5f39ceb478857f847855f7b0135 | ||
DIST Mozilla-CA-20150826.tar.gz 155342 SHA256 c159d134175db0723a347649961a8f83769d4e20e76e55e040286e1099f71369 SHA512 14ca46bd240dba9d41697ad65d22562d2b86fc81ac40dbbbe51ec41758ee164a7be3c9a3e82f2eed24affb6e47faa2f93e3d14e8940ef6a3363763182b9b559e WHIRLPOOL 84cbc502128da250985d898edcdc1e2287728113d194f53e33833fd1367e01c4ae38e6efa4769121a726eb37bb865f7537ca6f60bd806a777e99b9b8f4ee52f7 | ||
DIST Mozilla-CA-20160104.tar.gz 154435 SHA256 27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a SHA512 3b416d45ce82d2a0be5f8a3f61506deba48c9208e579e418addb2ff8920599aa4b4ab52f7ff4b8aaf274cf4cf2da8d30f7775f9663c6d9d3aae92f7a1cf6292b WHIRLPOOL c1ee08a9cca917424b46a2440bcec55bcca4622864ccdf4f2b21752fbbc12e14cd999232a025437e547174e81e5321be50fa140e2f7bb3cd77df92584767414a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ABH | ||
inherit perl-module | ||
|
||
DESCRIPTION="Mozilla's CA cert bundle in PEM format" | ||
|
||
LICENSE="MPL-1.1" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND="" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |