diff options
author | Jason Wever <weeve@gentoo.org> | 2005-11-10 03:19:18 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-11-10 03:19:18 +0000 |
commit | 7e3e68d26a171ef721d67c14d96da56359d5e826 (patch) | |
tree | 3dc41af783d2d7f3e3d53539cfd762132cbb8c4e /net-ftp | |
parent | Added ~sparc keyword as it went the way of the dodo in the version bump. (diff) | |
download | historical-7e3e68d26a171ef721d67c14d96da56359d5e826.tar.gz historical-7e3e68d26a171ef721d67c14d96da56359d5e826.tar.bz2 historical-7e3e68d26a171ef721d67c14d96da56359d5e826.zip |
Stable on SPARC wrt bug #111573.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpd/Manifest | 14 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r3.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog index 3458eba2e1b6..fcb71342715e 100644 --- a/net-ftp/ftpd/ChangeLog +++ b/net-ftp/ftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.20 2005/11/10 02:16:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.21 2005/11/10 03:19:18 weeve Exp $ + + 10 Nov 2005; Jason Wever <weeve@gentoo.org> ftpd-0.17-r3.ebuild: + Stable on SPARC wrt bug #111573. 10 Nov 2005; Mark Loeser <halcy0n@gentoo.org> ftpd-0.17-r3.ebuild: Stable on x86; bug #111573 diff --git a/net-ftp/ftpd/Manifest b/net-ftp/ftpd/Manifest index 13c82c4dc99b..3a7dcf450fe0 100644 --- a/net-ftp/ftpd/Manifest +++ b/net-ftp/ftpd/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 dcf7f2c4f45da274c2bb7319cfee4359 ChangeLog 2610 +MD5 b70628555b2aca552c1a1b4e397731c4 ChangeLog 2711 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17 66 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17-r1 66 MD5 1185c6db5ae646d809d0c757f02d8e35 files/digest-ftpd-0.17-r2 66 @@ -12,12 +9,5 @@ MD5 7e1217f2de231dda2c8e842a7d7dfb7b files/ftpd-0.17-shadowfix.patch 895 MD5 0630d5a4a420220cc8b912bdad705f6c files/ssl.diff.gz 10444 MD5 753fb4b95ec8ae858ff343a599376b18 ftpd-0.17-r1.ebuild 1461 MD5 7bfd62aa7556709bd5f5192594ac3230 ftpd-0.17-r2.ebuild 1523 -MD5 a7d77a05cff7eedb5af84e6a221490d6 ftpd-0.17-r3.ebuild 1410 +MD5 a4e8211fd74987af7d396da8132f4ca5 ftpd-0.17-r3.ebuild 1407 MD5 a49ca8164b73a5b126e5d4403ec0e6ef ftpd-0.17.ebuild 1410 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDcq2BCRZPokWLroQRAkI2AJ9bN3DmrFUln0s0oDXPOUl00j/+LgCeJC/b -C3H4qg9SW3Hd5k+8GjaRz3Q= -=hOsh ------END PGP SIGNATURE----- diff --git a/net-ftp/ftpd/ftpd-0.17-r3.ebuild b/net-ftp/ftpd/ftpd-0.17-r3.ebuild index db3776b15690..cea0f662e042 100644 --- a/net-ftp/ftpd/ftpd-0.17-r3.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r3.ebuild,v 1.2 2005/11/10 02:16:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r3.ebuild,v 1.3 2005/11/10 03:19:18 weeve Exp $ inherit eutils ssl-cert @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" DEPEND="ssl? ( dev-libs/openssl )" |