diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-03-27 22:23:40 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-03-27 22:23:40 +0000 |
commit | d2d93e635ee17ea2a328b6a0b011d92ec1cce431 (patch) | |
tree | 3efb8508e8ca367de7db799b9bafb44c0fe1b939 /net-ftp/oftpd | |
parent | touchups (diff) | |
download | historical-d2d93e635ee17ea2a328b6a0b011d92ec1cce431.tar.gz historical-d2d93e635ee17ea2a328b6a0b011d92ec1cce431.tar.bz2 historical-d2d93e635ee17ea2a328b6a0b011d92ec1cce431.zip |
ppc
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/oftpd/Manifest | 10 | ||||
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog index c995975832b0..cd5a0958f9a2 100644 --- a/net-ftp/oftpd/ChangeLog +++ b/net-ftp/oftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/oftpd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.8 2004/03/26 05:13:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.9 2004/03/27 22:23:40 lu_zero Exp $ + + 27 Mar 2004; Luca Barbato <lu_zero@gentoo.org> oftpd-0.3.7.ebuild: + Marked ppc for securty issue with the previous version see #45738 25 Mar 2004; Jason Wever <weeve@gentoo.org> oftpd-0.3.7.ebuild: Marked stable on sparc wrt bug #45738. diff --git a/net-ftp/oftpd/Manifest b/net-ftp/oftpd/Manifest index a5928410dd70..34652c723360 100644 --- a/net-ftp/oftpd/Manifest +++ b/net-ftp/oftpd/Manifest @@ -1,8 +1,8 @@ -MD5 c5d85c8b4ef469adf8d13dd6c378302b ChangeLog 1369 -MD5 94c08e096ce06b086c4176e68d4983e8 oftpd-0.3.6-r7.ebuild 993 +MD5 404a2b81c70ba763cd53c01db33efcca oftpd-0.3.6-r7.ebuild 992 +MD5 2ea2408a695ba3958ccd85b5a61551a0 oftpd-0.3.7.ebuild 846 +MD5 c967d9096564c956d6855fcffd0de51c ChangeLog 1509 MD5 0f7a846dd3f2197538502db078109b71 metadata.xml 351 -MD5 833a192cbc2650af140ba7de91184450 oftpd-0.3.7.ebuild 985 -MD5 56b946d01010a7a4f6eab6dfb5f1313a files/digest-oftpd-0.3.6-r7 62 MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 +MD5 56b946d01010a7a4f6eab6dfb5f1313a files/digest-oftpd-0.3.6-r7 62 +MD5 f79abb144f1b6d1feccb8e71b670e666 files/init.d.oftpd 684 MD5 14eb385d2dee30be94c941c01703ab40 files/digest-oftpd-0.3.7 62 -MD5 a8787fb0c452c7d62131d869a7117a73 files/init.d.oftpd 685 diff --git a/net-ftp/oftpd/oftpd-0.3.7.ebuild b/net-ftp/oftpd/oftpd-0.3.7.ebuild index 1031bff14d28..9a74cce61f68 100644 --- a/net-ftp/oftpd/oftpd-0.3.7.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.5 2004/03/27 06:21:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.6 2004/03/27 22:23:40 lu_zero Exp $ DESCRIPTION="Secure, small, anonymous only ftpd" HOMEPAGE="http://www.time-travellers.org/oftpd" @@ -8,7 +8,7 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc ~ppc64 sparc" +KEYWORDS="x86 ppc ~ppc64 sparc" DEPEND="virtual/glibc" |