From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8928A138A1A for ; Wed, 28 Jan 2015 20:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 229EBE086F; Wed, 28 Jan 2015 20:42:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C926AE0858 for ; Wed, 28 Jan 2015 20:42:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E41B3406E8 for ; Wed, 28 Jan 2015 20:42:38 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 5C32E10A5E; Wed, 28 Jan 2015 13:33:32 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: socat-1.7.3.0.ebuild ChangeLog X-VCS-Directories: net-misc/socat X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150128133332.5C32E10A5E@oystercatcher.gentoo.org> Date: Wed, 28 Jan 2015 13:33:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45c6c0a8-e7a3-4729-9c79-e14d07416869 X-Archives-Hash: ae80037230627b0b0aedaf75298f4a9f ago 15/01/28 13:33:32 Modified: socat-1.7.3.0.ebuild ChangeLog Log: Stable for amd64, wrt bug #537592 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.4 net-misc/socat/socat-1.7.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild?r1=1.3&r2=1.4 Index: socat-1.7.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- socat-1.7.3.0.ebuild 25 Jan 2015 21:22:31 -0000 1.3 +++ socat-1.7.3.0.ebuild 28 Jan 2015 13:33:32 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.3 2015/01/25 21:22:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.3.0.ebuild,v 1.4 2015/01/28 13:33:32 ago Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="ssl readline ipv6 tcpd" DEPEND=" 1.148 net-misc/socat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.148&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.148&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.147&r2=1.148 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -u -r1.147 -r1.148 --- ChangeLog 25 Jan 2015 21:22:31 -0000 1.147 +++ ChangeLog 28 Jan 2015 13:33:32 -0000 1.148 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.147 2015/01/25 21:22:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.148 2015/01/28 13:33:32 ago Exp $ + + 28 Jan 2015; Agostino Sarubbo socat-1.7.3.0.ebuild: + Stable for amd64, wrt bug #537592 25 Jan 2015; Markus Meier socat-1.7.3.0.ebuild: arm stable, bug #537592