Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/
Date: Tue, 14 Feb 2017 10:35:30
Message-Id: 1487068520.92f58e198a82459fb1495596e9b714ba61ad2b51.polynomial-c@gentoo
1 commit: 92f58e198a82459fb1495596e9b714ba61ad2b51
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 10:34:29 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 10:35:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f58e19
7
8 app-misc/ca-certificates: Bump to version 20161130.3.29
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-misc/ca-certificates/Manifest | 1 +
13 .../ca-certificates-20161130.3.29.ebuild | 183 +++++++++++++++++++++
14 2 files changed, 184 insertions(+)
15
16 diff --git a/app-misc/ca-certificates/Manifest b/app-misc/ca-certificates/Manifest
17 index 7e8ee9e74f..22a43bbcf1 100644
18 --- a/app-misc/ca-certificates/Manifest
19 +++ b/app-misc/ca-certificates/Manifest
20 @@ -6,4 +6,5 @@ DIST nss-3.21.tar.gz 6978112 SHA256 3f7a5b027d7cdd5c0e4ff7544da33fdc6f56c2f8c27f
21 DIST nss-3.27.2.tar.gz 7397599 SHA256 dc8ac8524469d0230274fd13a53fdcd74efe4aa67205dde1a4a92be87dc28524 SHA512 699847665e93fd649cb60ce6bc8f849f452779e7232a09bbeb0613f9e6c57bb81948f1ae59cc86648e41a212cda259109850ccd14546d35910deb75f5d2a13b8 WHIRLPOOL 08229d87de1c7020c1d7fc12fb8a2afc4bc9ab9f0208aad12698aba17386fbe9163cb506101c7d4d568409fd99141fb88c0e71fc32cecbc6640a4a8f7a4efabf
22 DIST nss-3.28.1.tar.gz 7451477 SHA256 58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad SHA512 f10c8e404741fafe5e5772dc754ff4503ec1826942db5fbc13b99155fcac50f29e1405dd249b69a27f27ebcfef73849b1f0f636a2076ab761384e8a0ed9a2b8b WHIRLPOOL e1a6b9886759159294c4d8e47e693a2e790703e368ede18425c9a9130df72ac56a6e717cb794607c7bcfc68c82df9aec8771bc74e729f5bbd70fdcd8ce0fed3b
23 DIST nss-3.28.tar.gz 7440502 SHA256 c79dd15f66f581c294ce0ef032119357d03fee3a0aa61be263747d84f1b33254 SHA512 dd442c6d04edd0507cc49a1e3c2bfaa64555f7cde5cb9e512ccf33f14de458dddbb17efddd83271056ed6e6e32327e6e1b6f6609e1910a05e625b08e6f0965df WHIRLPOOL d013972f18d75e83da03c3903b712ef1094e6b8543c1755ea2b7ed7f6335e39ac20112808c86bb9df74cda4a8c5c1159401ecd05d1d8b07b3ecdca85f7f0ac82
24 +DIST nss-3.29.tar.gz 7477439 SHA256 ee19ebfe7b012dedb71f04a55dd06fa26f8dce435e5980531c790bd42673c6fa SHA512 0f4dd026b6b32122d8cafa92fa37199b0678f8fef75e375446eddd0cc6ddda1a796e3222caa8bb01b3633911899394d0cb1e4d392880438f68c8ef7290dcb4fa WHIRLPOOL 5d3243bcc5c78e1b13b463e935bb5f700d0ed32eb22b01ccda17cb475725230f73f3711227a2175add4e96e0353aaf484ff10b0186cf4a453dfa215c24b8147c
25 DIST nss-cacert-class1-class3.patch 22950 SHA256 6bba29cee34276e2ca6436dabedfeba2b61fb46668c5d5ceabf0c871574649bf SHA512 a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0 WHIRLPOOL 1246223b01292604e5609bb9c580f092dc5937bf8c98f6891b099e8bab960e03612b6617e30a55d6ff8817d88f190e03812fe8f89f84f25c20970493dc2f7700
26
27 diff --git a/app-misc/ca-certificates/ca-certificates-20161130.3.29.ebuild b/app-misc/ca-certificates/ca-certificates-20161130.3.29.ebuild
28 new file mode 100644
29 index 0000000000..91c4bc6638
30 --- /dev/null
31 +++ b/app-misc/ca-certificates/ca-certificates-20161130.3.29.ebuild
32 @@ -0,0 +1,183 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +# The Debian ca-certificates package merely takes the CA database as it exists
38 +# in the nss package and repackages it for use by openssl.
39 +#
40 +# The issue with using the compiled debs directly is two fold:
41 +# - they do not update frequently enough for us to rely on them
42 +# - they pull the CA database from nss tip of tree rather than the release
43 +#
44 +# So we take the Debian source tools and combine them with the latest nss
45 +# release to produce (largely) the same end result. The difference is that
46 +# now we know our cert database is kept in sync with nss and, if need be,
47 +# can be sync with nss tip of tree more frequently to respond to bugs.
48 +
49 +# When triaging bugs from users, here's some handy tips:
50 +# - To see what cert is hitting errors, use openssl:
51 +# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME
52 +# Focus on the errors written to stderr.
53 +#
54 +# - Look at the upstream log as to why certs were added/removed:
55 +# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
56 +#
57 +# - If people want to add/remove certs, tell them to file w/mozilla:
58 +# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk
59 +
60 +EAPI="5"
61 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
62 +
63 +inherit eutils python-any-r1
64 +
65 +if [[ ${PV} == *.* ]] ; then
66 + # Compile from source ourselves.
67 + PRECOMPILED=false
68 + inherit versionator
69 +
70 + DEB_VER=$(get_version_component_range 1)
71 + NSS_VER=$(get_version_component_range 2-)
72 + RTM_NAME="NSS_${NSS_VER//./_}_RTM"
73 +else
74 + # Debian precompiled version.
75 + PRECOMPILED=true
76 + inherit unpacker
77 +fi
78 +
79 +DESCRIPTION="Common CA Certificates PEM files"
80 +HOMEPAGE="http://packages.debian.org/sid/ca-certificates"
81 +NMU_PR=""
82 +if ${PRECOMPILED} ; then
83 + SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
84 +else
85 + SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz
86 + https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/nss-${NSS_VER}.tar.gz
87 + cacert? (
88 + https://dev.gentoo.org/~axs/distfiles/nss-cacert-class1-class3.patch
89 + )"
90 +fi
91 +
92 +LICENSE="MPL-1.1"
93 +SLOT="0"
94 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
95 +IUSE="insecure_certs"
96 +${PRECOMPILED} || IUSE+=" cacert"
97 +
98 +DEPEND=""
99 +if ${PRECOMPILED} ; then
100 + DEPEND+=" !<sys-apps/portage-2.1.10.41"
101 +fi
102 +# c_rehash: we run `c_rehash`
103 +# debianutils: we run `run-parts`
104 +RDEPEND="${DEPEND}
105 + app-misc/c_rehash
106 + sys-apps/debianutils"
107 +
108 +if ! ${PRECOMPILED}; then
109 + DEPEND+=" ${PYTHON_DEPS}"
110 +fi
111 +
112 +S=${WORKDIR}
113 +
114 +pkg_setup() {
115 + # For the conversion to having it in CONFIG_PROTECT_MASK,
116 + # we need to tell users about it once manually first.
117 + [[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \
118 + || ewarn "You should run update-ca-certificates manually after etc-update"
119 +}
120 +
121 +src_unpack() {
122 + ${PRECOMPILED} || default
123 +
124 + # Do all the work in the image subdir to avoid conflicting with source
125 + # dirs in $WORKDIR. Need to perform everything in the offset #381937
126 + mkdir -p "image/${EPREFIX}"
127 + cd "image/${EPREFIX}" || die
128 +
129 + ${PRECOMPILED} && unpacker_src_unpack
130 +}
131 +
132 +src_prepare() {
133 + cd "image/${EPREFIX}" || die
134 + if ! ${PRECOMPILED} ; then
135 + mkdir -p usr/sbin
136 + cp -p "${S}"/${PN}/sbin/update-ca-certificates usr/sbin/ || die
137 +
138 + if use cacert ; then
139 + pushd "${S}"/nss-${NSS_VER} >/dev/null
140 + epatch "${DISTDIR}"/nss-cacert-class1-class3.patch
141 + popd >/dev/null
142 + fi
143 + fi
144 +
145 + epatch "${FILESDIR}"/${PN}-20150426-root.patch
146 + local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
147 + sed -i \
148 + -e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \
149 + -e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
150 + usr/sbin/update-ca-certificates || die
151 +}
152 +
153 +src_compile() {
154 + cd "image/${EPREFIX}" || die
155 + if ! ${PRECOMPILED} ; then
156 + python_setup
157 + local d="${S}/${PN}/mozilla" c="usr/share/${PN}"
158 + # Grab the database from the nss sources.
159 + cp "${S}"/nss-${NSS_VER}/nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h} "${d}" || die
160 + emake -C "${d}"
161 +
162 + # Now move the files to the same places that the precompiled would.
163 + mkdir -p etc/ssl/certs etc/ca-certificates/update.d "${c}"/mozilla
164 + if use cacert ; then
165 + mkdir -p "${c}"/cacert.org
166 + mv "${d}"/CAcert_Inc..crt "${c}"/cacert.org/cacert.org_root.crt || die
167 + fi
168 + mv "${d}"/*.crt "${c}"/mozilla/ || die
169 + else
170 + mv usr/share/doc/{ca-certificates,${PF}} || die
171 + fi
172 +
173 + if ! use insecure_certs ; then
174 + # Remove untrusted certs from StartCom and WoSign (bug #598072)
175 + rm "${c}"/mozilla/StartCom* || die
176 + rm "${c}"/mozilla/WoSign* || die
177 + fi
178 +
179 + (
180 + echo "# Automatically generated by ${CATEGORY}/${PF}"
181 + echo "# $(date -u)"
182 + echo "# Do not edit."
183 + cd "${c}"
184 + find * -name '*.crt' | LC_ALL=C sort
185 + ) > etc/ca-certificates.conf
186 +
187 + sh usr/sbin/update-ca-certificates --root "${S}/image" || die
188 +}
189 +
190 +src_install() {
191 + cp -pPR image/* "${D}"/ || die
192 + if ! ${PRECOMPILED} ; then
193 + cd ca-certificates
194 + doman sbin/*.8
195 + dodoc debian/README.* examples/ca-certificates-local/README
196 + fi
197 +
198 + echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
199 + doenvd 98ca-certificates
200 +}
201 +
202 +pkg_postinst() {
203 + if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
204 + # if the user has local certs, we need to rebuild again
205 + # to include their stuff in the db.
206 + # However it's too overzealous when the user has custom certs in place.
207 + # --fresh is to clean up dangling symlinks
208 + "${EROOT}"/usr/sbin/update-ca-certificates --root "${ROOT}"
209 + fi
210 +
211 + if [ -n "$(find -L "${EROOT}"etc/ssl/certs/ -type l)" ] ; then
212 + ewarn "Removing the following broken symlinks:"
213 + ewarn "$(find -L "${EROOT}"/etc/ssl/certs/ -type l -printf '%p -> %l\n' -delete)"
214 + fi
215 +}