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