Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.4a.ebuild
Date: Thu, 29 Dec 2011 23:30:27
Message-Id: 20111229233013.903FF2004C@flycatcher.gentoo.org
1 voyageur 11/12/29 23:30:13
2
3 Modified: ChangeLog proftpd-1.3.4a.ebuild
4 Log:
5 Fixes USE=nls and build failure(sparc) on Gentoo/FreeBSD. Thanks to Dmitri Bogomolov and Naohiro Aota (bug #354295) and Tibor Vago (bug #393189)
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.287 net-ftp/proftpd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.287&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.287&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?r1=1.286&r2=1.287
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
19 retrieving revision 1.286
20 retrieving revision 1.287
21 diff -u -r1.286 -r1.287
22 --- ChangeLog 22 Dec 2011 22:46:48 -0000 1.286
23 +++ ChangeLog 29 Dec 2011 23:30:13 -0000 1.287
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-ftp/proftpd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.286 2011/12/22 22:46:48 halcy0n Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.287 2011/12/29 23:30:13 voyageur Exp $
29 +
30 + 29 Dec 2011; Bernard Cafarelli <voyageur@g.o> proftpd-1.3.4a.ebuild,
31 + +files/proftpd-1.3.4a-ubug-3682.patch, +files/proftpd-1.3.4a-ubug-3728.patch:
32 + Fixes USE=nls and build failure(sparc) on Gentoo/FreeBSD. Thanks to Dmitri
33 + Bogomolov and Naohiro Aota (bug #354295) and Tibor Vago (bug #393189)
34
35 22 Dec 2011; Mark Loeser <halcy0n@g.o> proftpd-1.3.3g.ebuild:
36 Stable for ppc/ppc64; bug #390075
37
38
39
40 1.2 net-ftp/proftpd/proftpd-1.3.4a.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4a.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4a.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4a.ebuild?r1=1.1&r2=1.2
45
46 Index: proftpd-1.3.4a.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4a.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- proftpd-1.3.4a.ebuild 14 Nov 2011 11:54:57 -0000 1.1
53 +++ proftpd-1.3.4a.ebuild 29 Dec 2011 23:30:13 -0000 1.2
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/net-ftp/proftpd/proftpd-1.3.4a.ebuild,v 1.1 2011/11/14 11:54:57 voyageur Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4a.ebuild,v 1.2 2011/12/29 23:30:13 voyageur Exp $
59
60 EAPI=4
61 inherit eutils autotools
62 @@ -71,6 +71,12 @@
63
64 sed -i -e "s/utils install-conf install/utils install/g" Makefile.in
65
66 + # Fixes Gentoo Bug #354295 / ProFTPD Bug #3682
67 + epatch "${FILESDIR}"/${P}-ubug-3682.patch
68 +
69 + # Fixes Gentoo Bug #393189 / ProFTPD Bug #3728
70 + epatch "${FILESDIR}"/${P}-ubug-3728.patch
71 +
72 # Support new versions of mit-krb5 (Gentoo Bugs #284853, #324903)
73 if use kerberos ; then
74 cd "${WORKDIR}"/mod_gss-${MOD_GSS}