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: vsftpd-2.0.5-r3.ebuild vsftpd-2.0.6.ebuild ChangeLog
Date: Thu, 21 Feb 2008 17:28:53
Message-Id: E1JSFE2-0000y9-LM@stork.gentoo.org
1 armin76 08/02/21 17:28:50
2
3 Modified: vsftpd-2.0.5-r3.ebuild vsftpd-2.0.6.ebuild
4 ChangeLog
5 Log:
6 Fix caps failure wrt #210478
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.3 net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild?r1=1.2&r2=1.3
15
16 Index: vsftpd-2.0.5-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- vsftpd-2.0.5-r3.ebuild 9 Jul 2007 12:40:35 -0000 1.2
23 +++ vsftpd-2.0.5-r3.ebuild 21 Feb 2008 17:28:50 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild,v 1.2 2007/07/09 12:40:35 uberlord Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.5-r3.ebuild,v 1.3 2008/02/21 17:28:50 armin76 Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -31,7 +31,7 @@
34 epatch "${FILESDIR}/${PN}-2.0.3-gentoo.patch"
35
36 # Fix building without the libcap
37 - epatch "${FILESDIR}/${P}-caps.patch"
38 + ! use caps && epatch "${FILESDIR}/${P}-caps.patch"
39
40 # Fix anon umask uploads, #183213.
41 epatch "${FILESDIR}/${P}-anon-upload-umask.patch"
42
43
44
45 1.2 net-ftp/vsftpd/vsftpd-2.0.6.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.6.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.6.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.6.ebuild?r1=1.1&r2=1.2
50
51 Index: vsftpd-2.0.6.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.6.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- vsftpd-2.0.6.ebuild 14 Feb 2008 16:34:11 -0000 1.1
58 +++ vsftpd-2.0.6.ebuild 21 Feb 2008 17:28:50 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.6.ebuild,v 1.1 2008/02/14 16:34:11 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-2.0.6.ebuild,v 1.2 2008/02/21 17:28:50 armin76 Exp $
64
65 inherit eutils toolchain-funcs
66
67 @@ -31,7 +31,7 @@
68 epatch "${FILESDIR}/${PN}-2.0.3-gentoo.patch"
69
70 # Fix building without the libcap
71 - epatch "${FILESDIR}/${PN}-2.0.5-caps.patch"
72 + ! use caps && epatch "${FILESDIR}/${PN}-2.0.5-caps.patch"
73
74 # Configure vsftpd build defaults
75 use tcpd && echo "#define VSF_BUILD_TCPWRAPPERS" >> builddefs.h
76
77
78
79 1.91 net-ftp/vsftpd/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/ChangeLog?rev=1.91&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/ChangeLog?rev=1.91&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-ftp/vsftpd/ChangeLog?r1=1.90&r2=1.91
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v
88 retrieving revision 1.90
89 retrieving revision 1.91
90 diff -u -r1.90 -r1.91
91 --- ChangeLog 14 Feb 2008 16:34:11 -0000 1.90
92 +++ ChangeLog 21 Feb 2008 17:28:50 -0000 1.91
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-ftp/vsftpd
95 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.90 2008/02/14 16:34:11 armin76 Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.91 2008/02/21 17:28:50 armin76 Exp $
98 +
99 + 21 Feb 2008; Raúl Porcel <armin76@g.o> vsftpd-2.0.5-r3.ebuild,
100 + vsftpd-2.0.6.ebuild:
101 + Fix caps failure wrt #210478
102
103 *vsftpd-2.0.6 (14 Feb 2008)
104
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list