Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: ChangeLog lighttpd-1.4.29-r2.ebuild
Date: Mon, 26 Sep 2011 17:08:54
Message-Id: 20110926170843.2AE0120036@flycatcher.gentoo.org
1 hwoarang 11/09/26 17:08:43
2
3 Modified: ChangeLog lighttpd-1.4.29-r2.ebuild
4 Log:
5 Add patch to compile when Eliptic Curve support is compiled in openssl. Upstream bug http://redmine.lighttpd.net/issues/2335
6
7 (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.259 www-servers/lighttpd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.259&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.259&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.258&r2=1.259
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
19 retrieving revision 1.258
20 retrieving revision 1.259
21 diff -u -r1.258 -r1.259
22 --- ChangeLog 25 Sep 2011 14:43:51 -0000 1.258
23 +++ ChangeLog 26 Sep 2011 17:08:43 -0000 1.259
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-servers/lighttpd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.258 2011/09/25 14:43:51 nativemad Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.259 2011/09/26 17:08:43 hwoarang Exp $
29 +
30 + 26 Sep 2011; Markos Chandras <hwoarang@g.o> lighttpd-1.4.29-r2.ebuild,
31 + +files/lighttpd-1.4.29-ssl-no-ecdh.patch:
32 + Add patch to compile when Eliptic Curve support is compiled in openssl.
33 + Upstream bug http://redmine.lighttpd.net/issues/2335
34
35 25 Sep 2011; Andreas Schuerch <nativemad@g.o>
36 lighttpd-1.4.29-r2.ebuild:
37
38
39
40 1.4 www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild?r1=1.3&r2=1.4
45
46 Index: lighttpd-1.4.29-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- lighttpd-1.4.29-r2.ebuild 25 Sep 2011 14:43:51 -0000 1.3
53 +++ lighttpd-1.4.29-r2.ebuild 26 Sep 2011 17:08:43 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild,v 1.3 2011/09/25 14:43:51 nativemad Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29-r2.ebuild,v 1.4 2011/09/26 17:08:43 hwoarang Exp $
59
60 EAPI="4"
61
62 @@ -102,6 +102,7 @@
63 if use uploadprogress; then
64 epatch "${FILESDIR}"/${P}-mod_uploadprogress.patch
65 fi
66 + epatch "${FILESDIR}"/${P}-ssl-no-ecdh.patch
67 eautoreconf
68 }
69 src_configure() {