Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/vsftpd: ChangeLog vsftpd-2.0.7-r1.ebuild
Date: Fri, 26 Dec 2008 16:56:39
Message-Id: E1LGFzI-0008G2-Hq@stork.gentoo.org
1 armin76 08/12/26 16:56:36
2
3 Modified: ChangeLog vsftpd-2.0.7-r1.ebuild
4 Log:
5 Also add a patch from Debian to fix uclibc build, bug #241720
6 (Portage version: 2.1.6.3/cvs/Linux 2.6.27-gentoo-r7 i686)
7
8 Revision Changes Path
9 1.103 net-ftp/vsftpd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/ChangeLog?rev=1.103&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/ChangeLog?rev=1.103&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/ChangeLog?r1=1.102&r2=1.103
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v
18 retrieving revision 1.102
19 retrieving revision 1.103
20 diff -u -r1.102 -r1.103
21 --- ChangeLog 26 Dec 2008 16:50:16 -0000 1.102
22 +++ ChangeLog 26 Dec 2008 16:56:36 -0000 1.103
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-ftp/vsftpd
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.102 2008/12/26 16:50:16 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.103 2008/12/26 16:56:36 armin76 Exp $
28 +
29 + 26 Dec 2008; Raúl Porcel <armin76@g.o>
30 + -files/vsftpd-2.0.5-anon-upload-umask.patch,
31 + +files/vsftpd-2.0.7-uclibc.patch, vsftpd-2.0.7-r1.ebuild:
32 + Also add a patch from Debian to fix uclibc build, bug #241720
33
34 *vsftpd-2.0.7-r1 (26 Dec 2008)
35
36
37
38
39 1.2 net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: vsftpd-2.0.7-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vsftpd-2.0.7-r1.ebuild 26 Dec 2008 16:50:16 -0000 1.1
52 +++ vsftpd-2.0.7-r1.ebuild 26 Dec 2008 16:56:36 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild,v 1.1 2008/12/26 16:50:16 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.7-r1.ebuild,v 1.2 2008/12/26 16:56:36 armin76 Exp $
58
59 inherit eutils toolchain-funcs
60
61 @@ -29,6 +29,8 @@
62
63 # Patch the source, config and the manpage to use /etc/vsftpd/
64 epatch "${FILESDIR}/${PN}-2.0.3-gentoo.patch"
65 + # uclibc fix, from Debian
66 + epatch "${FILESDIR}"/${PN}-2.0.7-uclibc.patch
67
68 # Fix building without the libcap
69 epatch "${FILESDIR}/${PN}-2.0.6-caps.patch"