diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-12-24 16:11:46 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-12-24 16:11:46 +0000 |
commit | 7bcaaa8cfea74f21ee1ea7d156cf4336557c1d66 (patch) | |
tree | 1e38c9e190fe9db39e5e4189d6429b3155649d93 | |
parent | Disable sandbox on mips. It works, but not well enough to be reliable. Infa... (diff) | |
download | gentoo-2-7bcaaa8cfea74f21ee1ea7d156cf4336557c1d66.tar.gz gentoo-2-7bcaaa8cfea74f21ee1ea7d156cf4336557c1d66.tar.bz2 gentoo-2-7bcaaa8cfea74f21ee1ea7d156cf4336557c1d66.zip |
Stable on hppa.
(Portage version: 2.0.53)
-rw-r--r-- | net-misc/socat/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/socat/socat-1.4.2.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index f88596495e51..57de38a32186 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/socat # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.25 2005/11/11 23:15:26 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.26 2005/12/24 16:11:46 killerfox Exp $ + + 24 Dec 2005; Rene Nussbaumer <killerfox@gentoo.org> + socat-1.4.2.0-r1.ebuild: + Stable on hppa. 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> socat-1.4.2.0-r1.ebuild: diff --git a/net-misc/socat/socat-1.4.2.0-r1.ebuild b/net-misc/socat/socat-1.4.2.0-r1.ebuild index 5a97e8f4d5de..fae1b084d6e9 100644 --- a/net-misc/socat/socat-1.4.2.0-r1.ebuild +++ b/net-misc/socat/socat-1.4.2.0-r1.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-misc/socat/socat-1.4.2.0-r1.ebuild,v 1.6 2005/11/11 23:15:26 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0-r1.ebuild,v 1.7 2005/12/24 16:11:46 killerfox Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -8,7 +8,7 @@ SRC_URI="http://www.dest-unreach.org/${PN}/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc sparc x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc sparc x86" IUSE="ssl readline ipv6 tcpd" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) |