diff options
author | Tom Gall <tgall@gentoo.org> | 2007-01-05 05:18:14 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-01-05 05:18:14 +0000 |
commit | 60b862c7e1cf3594f7f18d630be14f27c776758c (patch) | |
tree | ca7b8545220a3fe8b3ff2779647607fb342e24b3 /net-ftp/oftpd | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-60b862c7e1cf3594f7f18d630be14f27c776758c.tar.gz gentoo-2-60b862c7e1cf3594f7f18d630be14f27c776758c.tar.bz2 gentoo-2-60b862c7e1cf3594f7f18d630be14f27c776758c.zip |
stable on ppc64, bug #159178
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog index 50327788848b..88cbb16bc72e 100644 --- a/net-ftp/oftpd/ChangeLog +++ b/net-ftp/oftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/oftpd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.20 2007/01/04 19:14:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.21 2007/01/05 05:18:14 tgall Exp $ + + 04 Jan 2007; Tom Gall <tgall@gentoo.org> oftpd-0.3.7-r3.ebuild: + stable on ppc64, bug #159178 04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> oftpd-0.3.7-r3.ebuild: Stable on sparc wrt security #159178 diff --git a/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild index 0c5cac9acce8..a166e79d07cb 100644 --- a/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild,v 1.2 2007/01/04 19:14:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r3.ebuild,v 1.3 2007/01/05 05:18:14 tgall Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ppc64 ~sh sparc ~x86" IUSE="" DEPEND="net-ftp/ftpbase" |