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: Thu, 21 Sep 2017 22:26:53
Message-Id: 1506032794.a69428574b10bf9b2817dcb60dc669b0088ef331.polynomial-c@gentoo
1 commit: a69428574b10bf9b2817dcb60dc669b0088ef331
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 21 22:14:23 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 22:26:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6942857
7
8 app-misc/ca-certificates: Bump to version 20170717.3.33
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 app-misc/ca-certificates/Manifest | 1 +
13 .../ca-certificates-20170717.3.33.ebuild | 190 +++++++++++++++++++++
14 2 files changed, 191 insertions(+)
15
16 diff --git a/app-misc/ca-certificates/Manifest b/app-misc/ca-certificates/Manifest
17 index 1762b04a532..dbb33dec6e1 100644
18 --- a/app-misc/ca-certificates/Manifest
19 +++ b/app-misc/ca-certificates/Manifest
20 @@ -4,4 +4,5 @@ DIST nss-3.30.2.tar.gz 9499119 SHA256 0d4a77ff26bcee79fa8afe0125e0df6ae9e798b6b3
21 DIST nss-3.30.tar.gz 9500552 SHA256 a8c0000dae5e992f6563972e26dbfefc50d006dd845c43b8ca24ea50169ff3a9 SHA512 c21e9b5e4b689ea8cbc6f4d7913df43e2a78c4435e0ce092f2ce00e46079ce2268e17ec8527b283ac69eff3d96ff0165a5b42b6579bfe0a720115ff2938260d3 WHIRLPOOL bc0a59484010a5771b515dde1440ccca8a63b167d3d8839b3606460fdf9d2dc3ab7d889173c88edb7d685d39ad3614c4cbc66284d0faced47cdcc01a69997d9a
22 DIST nss-3.32.1.tar.gz 9494609 SHA256 4de59ca7f5bf4a56fbcfdbb4a054f254ba9f408f56476957404a091048624652 SHA512 b377aba822c2955d801022eba1636b71943a64f6e74d5611c2625910d230059383c4dbdedd65e70b356eaea33aeefdd24de3b31d7a4823d921ea475af3dd9da8 WHIRLPOOL 4c15b4ba85ce10787b9ee541d20a829a99aed5628b59f7e7e3045ec694d6d8a0a83bc730ae4d74148cf7c425f59debfd1574cb1b036c1407d1f9d4896647d9cf
23 DIST nss-3.32.tar.gz 9493574 SHA256 35c6f381cc96bb25e4f924469f6ba3e57b3a16e0c2fb7e295a284a00d57ed335 SHA512 7a01f81e23ef9649fd26b8423b015f4df5878c94f6ff591727086644b01db3dbc36de4e131cf70a6f84564e46c8decb7c4f7780fca12270eb900de1f8a11ee3c WHIRLPOOL bd1a9a8da509143ba995c2a4aac43df991703c1170e2654a8e762fbaf1b26e4f95f85c9d06db45126247a6d52828060c5283fb9cf1e4328952bc518ee38316c4
24 +DIST nss-3.33.tar.gz 9578033 SHA256 98f0dabd36408e83dd3a11727336cc3cdfee4cbdd9aede2b2831eb2389c284e4 SHA512 82adc0b73805ba5e73b9bf350fffa383a8b4396c05f49edb360a53319b4ad26d928a135bee245f9da009d162129db4441a96ef05346dadac20922b21284468b0 WHIRLPOOL c11129bce97990a41a3118e62d79481fbd38cad51356a6b6c1b0af7efe2f27b3d5d51a8e987287c1cdff77ccee14a3e96d5bbb76e92f9a81b2f50988de250dea
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-20170717.3.33.ebuild b/app-misc/ca-certificates/ca-certificates-20170717.3.33.ebuild
28 new file mode 100644
29 index 00000000000..7778372001e
30 --- /dev/null
31 +++ b/app-misc/ca-certificates/ca-certificates-20170717.3.33.ebuild
32 @@ -0,0 +1,190 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +# The Debian ca-certificates package merely takes the CA database as it exists
37 +# in the nss package and repackages it for use by openssl.
38 +#
39 +# The issue with using the compiled debs directly is two fold:
40 +# - they do not update frequently enough for us to rely on them
41 +# - they pull the CA database from nss tip of tree rather than the release
42 +#
43 +# So we take the Debian source tools and combine them with the latest nss
44 +# release to produce (largely) the same end result. The difference is that
45 +# now we know our cert database is kept in sync with nss and, if need be,
46 +# can be sync with nss tip of tree more frequently to respond to bugs.
47 +
48 +# When triaging bugs from users, here's some handy tips:
49 +# - To see what cert is hitting errors, use openssl:
50 +# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME
51 +# Focus on the errors written to stderr.
52 +#
53 +# - Look at the upstream log as to why certs were added/removed:
54 +# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
55 +#
56 +# - If people want to add/remove certs, tell them to file w/mozilla:
57 +# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk
58 +
59 +EAPI=6
60 +
61 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
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="https://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 ~x64-cygwin ~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 + default
146 + eapply -p2 "${FILESDIR}"/${PN}-20150426-root.patch
147 + local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
148 + sed -i \
149 + -e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \
150 + -e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
151 + usr/sbin/update-ca-certificates || die
152 +}
153 +
154 +src_compile() {
155 + cd "image/${EPREFIX}" || die
156 + if ! ${PRECOMPILED} ; then
157 + python_setup
158 + local d="${S}/${PN}/mozilla" c="usr/share/${PN}"
159 + # Grab the database from the nss sources.
160 + cp "${S}"/nss-${NSS_VER}/nss/lib/ckfw/builtins/{certdata.txt,nssckbi.h} "${d}" || die
161 + emake -C "${d}"
162 +
163 + # Now move the files to the same places that the precompiled would.
164 + mkdir -p etc/ssl/certs etc/ca-certificates/update.d "${c}"/mozilla
165 + if use cacert ; then
166 + mkdir -p "${c}"/cacert.org
167 + mv "${d}"/CAcert_Inc..crt "${c}"/cacert.org/cacert.org_root.crt || die
168 + fi
169 + mv "${d}"/*.crt "${c}"/mozilla/ || die
170 + else
171 + mv usr/share/doc/{ca-certificates,${PF}} || die
172 + fi
173 +
174 + if ! use insecure_certs ; then
175 + elog "To prevent applications relying on system's trusted root certificate store"
176 + elog "from using CAs where at least one major browser vendor Gentoo is following"
177 + elog "has decided to apply trust level restrictions, the following"
178 + elog "certificate(s) were removed:"
179 + # Remove untrusted certs from StartCom and WoSign (bug #598072)
180 + elog "$(find "${c}" -type f \( \
181 + -iname '*startcom*' \
182 + -o -iname '*wosign*' \
183 + \) -printf '%P removed; see https://bugs.gentoo.org/598072 for details\n' -delete)"
184 + fi
185 +
186 + (
187 + echo "# Automatically generated by ${CATEGORY}/${PF}"
188 + echo "# $(date -u)"
189 + echo "# Do not edit."
190 + cd "${c}"
191 + find * -name '*.crt' | LC_ALL=C sort
192 + ) > etc/ca-certificates.conf
193 +
194 + sh usr/sbin/update-ca-certificates --root "${S}/image" || die
195 +}
196 +
197 +src_install() {
198 + cp -pPR image/* "${D}"/ || die
199 + if ! ${PRECOMPILED} ; then
200 + cd ca-certificates
201 + doman sbin/*.8
202 + dodoc debian/README.* examples/ca-certificates-local/README
203 + fi
204 +
205 + echo 'CONFIG_PROTECT_MASK="/etc/ca-certificates.conf"' > 98ca-certificates
206 + doenvd 98ca-certificates
207 +}
208 +
209 +pkg_postinst() {
210 + if [ -d "${EROOT}/usr/local/share/ca-certificates" ] ; then
211 + # if the user has local certs, we need to rebuild again
212 + # to include their stuff in the db.
213 + # However it's too overzealous when the user has custom certs in place.
214 + # --fresh is to clean up dangling symlinks
215 + "${EROOT}"/usr/sbin/update-ca-certificates --root "${ROOT}"
216 + fi
217 +
218 + if [ -n "$(find -L "${EROOT}"etc/ssl/certs/ -type l)" ] ; then
219 + ewarn "Removing the following broken symlinks:"
220 + ewarn "$(find -L "${EROOT}"/etc/ssl/certs/ -type l -printf '%p -> %l\n' -delete)"
221 + fi
222 +}