Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.34.3.ebuild libsoup-2.34.1.ebuild libsoup-2.30.2-r1.ebuild
Date: Thu, 28 Jul 2011 19:02:10
Message-Id: 20110728183039.32B432004B@flycatcher.gentoo.org
1 pacho 11/07/28 18:30:39
2
3 Modified: ChangeLog
4 Added: libsoup-2.34.3.ebuild
5 Removed: libsoup-2.34.1.ebuild libsoup-2.30.2-r1.ebuild
6 Log:
7 Version bump: fix CVE-2011-2524 and memleak. Remove old.
8
9 (Portage version: 2.1.10.7/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.257 net-libs/libsoup/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.257&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.257&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.256&r2=1.257
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
21 retrieving revision 1.256
22 retrieving revision 1.257
23 diff -u -r1.256 -r1.257
24 --- ChangeLog 15 Jul 2011 11:08:46 -0000 1.256
25 +++ ChangeLog 28 Jul 2011 18:30:39 -0000 1.257
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-libs/libsoup
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.256 2011/07/15 11:08:46 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.257 2011/07/28 18:30:39 pacho Exp $
31 +
32 +*libsoup-2.34.3 (28 Jul 2011)
33 +
34 + 28 Jul 2011; Pacho Ramos <pacho@g.o> -libsoup-2.30.2-r1.ebuild,
35 + -files/libsoup-2.30.2-disable-tls1.2.patch, -libsoup-2.34.1.ebuild,
36 + +libsoup-2.34.3.ebuild:
37 + Version bump: fix CVE-2011-2524 and memleak. Remove old.
38
39 15 Jul 2011; Kacper Kowalik <xarthisius@g.o> libsoup-2.34.2.ebuild:
40 Marked ~ppc/~ppc64 wrt #365331
41
42
43
44 1.1 net-libs/libsoup/libsoup-2.34.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.34.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.34.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libsoup-2.34.3.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.34.3.ebuild,v 1.1 2011/07/28 18:30:39 pacho Exp $
54
55 EAPI="4"
56 GCONF_DEBUG="yes"
57 GNOME2_LA_PUNT="yes"
58
59 inherit autotools eutils gnome2
60
61 DESCRIPTION="An HTTP library implementation in C"
62 HOMEPAGE="http://live.gnome.org/LibSoup"
63
64 LICENSE="LGPL-2"
65 SLOT="2.4"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
67 IUSE="debug doc +introspection ssl test"
68
69 RDEPEND=">=dev-libs/glib-2.27.5:2
70 >=dev-libs/libxml2-2:2
71 net-libs/glib-networking[ssl?]
72 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
73 DEPEND="${RDEPEND}
74 >=dev-util/pkgconfig-0.9
75 >=dev-util/gtk-doc-am-1.10
76 doc? ( >=dev-util/gtk-doc-1.10 )"
77 # test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
78 # apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
79 # apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
80 # dev-lang/php[apache2,xmlrpc]
81 # net-misc/curl
82 # net-libs/glib-networking[ssl])"
83
84 pkg_setup() {
85 # Set invalid apache module dir until apache tests are ready, bug #326957
86 DOCS="AUTHORS NEWS README"
87 G2CONF="${G2CONF}
88 --disable-static
89 --disable-tls-check
90 --without-gnome
91 --with-apache-module-dir="${T}"
92 $(use_enable introspection)"
93 }
94
95 src_configure() {
96 # FIXME: we need addpredict to workaround bug #324779 until
97 # root cause (bug #249496) is solved
98 addpredict /usr/share/snmp/mibs/.index
99 gnome2_src_configure
100 }
101
102 src_prepare() {
103 gnome2_src_prepare
104
105 if ! use test; then
106 # don't waste time building tests (bug #226271)
107 sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
108 || die "sed failed"
109 fi
110
111 # Patch *must* be applied conditionally (see patch for details)
112 if use doc; then
113 # Fix bug 268592 (upstream #573685) (build fails without gnome && doc)
114 epatch "${FILESDIR}/${PN}-2.34.2-fix-build-without-gnome-with-doc.patch"
115 eautoreconf
116 fi
117 }