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-irc/dircproxy: ChangeLog dircproxy-1.2.0_beta2-r1.ebuild dircproxy-1.0.5-r1.ebuild dircproxy-1.1.0-r2.ebuild dircproxy-1.2.0_beta2.ebuild dircproxy-1.1.0-r1.ebuild
Date: Mon, 15 Oct 2007 13:35:39
Message-Id: E1IhPwY-0004RA-MV@stork.gentoo.org
1 armin76 07/10/15 13:25:14
2
3 Modified: ChangeLog
4 Added: dircproxy-1.2.0_beta2-r1.ebuild
5 dircproxy-1.0.5-r1.ebuild dircproxy-1.1.0-r2.ebuild
6 Removed: dircproxy-1.2.0_beta2.ebuild
7 dircproxy-1.1.0-r1.ebuild
8 Log:
9 Add security patches for CVE-2007-5226, bug #194923
10 (Portage version: 2.1.3.13)
11
12 Revision Changes Path
13 1.19 net-irc/dircproxy/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/ChangeLog?rev=1.19&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/ChangeLog?rev=1.19&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/ChangeLog?r1=1.18&r2=1.19
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v
22 retrieving revision 1.18
23 retrieving revision 1.19
24 diff -u -r1.18 -r1.19
25 --- ChangeLog 17 Feb 2007 15:25:43 -0000 1.18
26 +++ ChangeLog 15 Oct 2007 13:25:14 -0000 1.19
27 @@ -1,6 +1,17 @@
28 # ChangeLog for net-irc/dircproxy
29 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.18 2007/02/17 15:25:43 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.19 2007/10/15 13:25:14 armin76 Exp $
32 +
33 +*dircproxy-1.2.0_beta2-r1 (15 Oct 2007)
34 +*dircproxy-1.1.0-r2 (15 Oct 2007)
35 +*dircproxy-1.0.5-r1 (15 Oct 2007)
36 +
37 + 15 Oct 2007; Raúl Porcel <armin76@g.o>
38 + +files/1.0.5-CVE-2007-5226.patch, +files/1.2.0-CVE-2007-5226.patch,
39 + +dircproxy-1.0.5-r1.ebuild, -dircproxy-1.1.0-r1.ebuild,
40 + +dircproxy-1.1.0-r2.ebuild, -dircproxy-1.2.0_beta2.ebuild,
41 + +dircproxy-1.2.0_beta2-r1.ebuild:
42 + Add security patches for CVE-2007-5226, bug #194923
43
44 *dircproxy-1.2.0_beta2 (17 Feb 2007)
45
46
47
48
49 1.1 net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: dircproxy-1.2.0_beta2-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild,v 1.1 2007/10/15 13:25:14 armin76 Exp $
59
60 inherit eutils
61
62 MY_P="${P/_/-}"
63 DESCRIPTION="an IRC proxy server"
64 SRC_URI="http://dircproxy.securiweb.net/pub/1.2/${MY_P}.tar.bz"
65 HOMEPAGE="http://dircproxy.securiweb.net/"
66
67 SLOT="0"
68 LICENSE="GPL-2"
69 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
70 IUSE=""
71
72 S="${WORKDIR}/${MY_P}"
73
74 src_unpack() {
75 unpack ${A}
76 cd ${S}
77
78 epatch "${FILESDIR}/1.2.0-CVE-2007-5226.patch"
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" install || die "make install failed"
83 dodoc AUTHORS ChangeLog FAQ NEWS README* TODO INSTALL
84 }
85
86
87
88 1.1 net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild?rev=1.1&content-type=text/plain
92
93 Index: dircproxy-1.0.5-r1.ebuild
94 ===================================================================
95 # Copyright 1999-2007 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild,v 1.1 2007/10/15 13:25:14 armin76 Exp $
98
99 inherit eutils
100
101 DESCRIPTION="an IRC proxy server"
102 HOMEPAGE="http://dircproxy.securiweb.net/"
103 SRC_URI="http://dircproxy.securiweb.net/pub/1.0/${P}.tar.gz"
104
105 SLOT="0"
106 LICENSE="GPL-2"
107 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
108 IUSE=""
109
110 src_unpack() {
111 unpack ${A}
112 cd ${S}
113
114 epatch "${FILESDIR}/dircproxy-gcc4.patch"
115 epatch "${FILESDIR}/${PV}-CVE-2007-5226.patch"
116 }
117
118 src_install() {
119 emake DESTDIR="${D}" install || die "make install failed"
120 dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* INSTALL
121 }
122
123
124
125 1.1 net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild
126
127 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild?rev=1.1&view=markup
128 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild?rev=1.1&content-type=text/plain
129
130 Index: dircproxy-1.1.0-r2.ebuild
131 ===================================================================
132 # Copyright 1999-2007 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 # $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild,v 1.1 2007/10/15 13:25:14 armin76 Exp $
135
136 inherit eutils
137
138 DESCRIPTION="an IRC proxy server"
139 HOMEPAGE="http://dircproxy.securiweb.net/"
140 SRC_URI="http://dircproxy-securiweb.net/pub/1.1/${P}.tar.gz"
141
142 LICENSE="GPL-2"
143 SLOT="0"
144 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
145 IUSE=""
146
147 src_unpack() {
148 unpack ${A}
149 cd ${S}
150
151 epatch "${FILESDIR}/${PV}-less-lag-on-attach.patch"
152 epatch "${FILESDIR}/${PN}-gcc4.patch"
153 epatch "${FILESDIR}/1.0.5-CVE-2007-5226.patch"
154 }
155
156 src_install() {
157 emake DESTDIR="${D}" install || die "make install failed"
158 dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* INSTALL
159 }
160
161
162
163 --
164 gentoo-commits@g.o mailing list