Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ca-certificates: ca-certificates-20141019.3.17.4.ebuild ca-certificates-20141019.3.19.ebuild ChangeLog
Date: Tue, 23 Jun 2015 17:09:56
Message-Id: 20150623170944.6F2BFA52@oystercatcher.gentoo.org
1 vapier 15/06/23 17:09:44
2
3 Modified: ca-certificates-20141019.3.17.4.ebuild
4 ca-certificates-20141019.3.19.ebuild ChangeLog
5 Log:
6 Force newer openssl so alternative certificate paths work smoothly #552540 by Thomas D..
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.2 app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild?r1=1.1&r2=1.2
16
17 Index: ca-certificates-20141019.3.17.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ca-certificates-20141019.3.17.4.ebuild 22 Mar 2015 00:07:09 -0000 1.1
24 +++ ca-certificates-20141019.3.17.4.ebuild 23 Jun 2015 17:09:44 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild,v 1.1 2015/03/22 00:07:09 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.17.4.ebuild,v 1.2 2015/06/23 17:09:44 vapier Exp $
30
31 # The Debian ca-certificates package merely takes the CA database as it exists
32 # in the nss package and repackages it for use by openssl.
33 @@ -68,10 +68,10 @@
34 kernel_AIX? ( app-arch/deb2targz )
35 !<sys-apps/portage-2.1.10.41"
36 fi
37 -# openssl: we run `c_rehash`
38 +# openssl: we run `c_rehash`; newer version for alt-cert-paths #552540
39 # debianutils: we run `run-parts`
40 RDEPEND="${DEPEND}
41 - dev-libs/openssl
42 + >=dev-libs/openssl-1.0.1o
43 sys-apps/debianutils"
44
45 if ! ${PRECOMPILED}; then
46
47
48
49 1.3 app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild?r1=1.2&r2=1.3
54
55 Index: ca-certificates-20141019.3.19.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- ca-certificates-20141019.3.19.ebuild 14 Jun 2015 17:45:23 -0000 1.2
62 +++ ca-certificates-20141019.3.19.ebuild 23 Jun 2015 17:09:44 -0000 1.3
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2015 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v 1.2 2015/06/14 17:45:23 grobian Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20141019.3.19.ebuild,v 1.3 2015/06/23 17:09:44 vapier Exp $
68
69 # The Debian ca-certificates package merely takes the CA database as it exists
70 # in the nss package and repackages it for use by openssl.
71 @@ -68,10 +68,10 @@
72 kernel_AIX? ( app-arch/deb2targz )
73 !<sys-apps/portage-2.1.10.41"
74 fi
75 -# openssl: we run `c_rehash`
76 +# openssl: we run `c_rehash`; newer version for alt-cert-paths #552540
77 # debianutils: we run `run-parts`
78 RDEPEND="${DEPEND}
79 - dev-libs/openssl
80 + >=dev-libs/openssl-1.0.1o
81 sys-apps/debianutils"
82
83 if ! ${PRECOMPILED}; then
84
85
86
87 1.118 app-misc/ca-certificates/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.118&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.118&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?r1=1.117&r2=1.118
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v
96 retrieving revision 1.117
97 retrieving revision 1.118
98 diff -u -r1.117 -r1.118
99 --- ChangeLog 14 Jun 2015 17:45:23 -0000 1.117
100 +++ ChangeLog 23 Jun 2015 17:09:44 -0000 1.118
101 @@ -1,6 +1,11 @@
102 # ChangeLog for app-misc/ca-certificates
103 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.117 2015/06/14 17:45:23 grobian Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.118 2015/06/23 17:09:44 vapier Exp $
106 +
107 + 23 Jun 2015; Mike Frysinger <vapier@g.o>
108 + ca-certificates-20141019.3.17.4.ebuild, ca-certificates-20141019.3.19.ebuild:
109 + Force newer openssl so alternative certificate paths work smoothly #552540 by
110 + Thomas D..
111
112 14 Jun 2015; Fabian Groffen <grobian@g.o>
113 ca-certificates-20141019.3.19.ebuild: