[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.4-r1.ebuild ChangeLog

2014-10-27 Thread Jeroen Roovers (jer)
jer 14/10/27 08:51:51

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  Fix building against sys-kernel/linux-headers-3.17 (bug #526946 by Gangræna 
Gorgeous).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.10 net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.9r2=1.10

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- socat-1.7.2.4-r1.ebuild 20 Jul 2014 09:16:05 -  1.9
+++ socat-1.7.2.4-r1.ebuild 27 Oct 2014 08:51:51 -  1.10
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.9 2014/07/20 09:16:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.10 2014/10/27 08:51:51 jer Exp $
 
 EAPI=5
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit autotools eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION=Multipurpose relay (SOcket CAT)
 HOMEPAGE=http://www.dest-unreach.org/socat/;
@@ -30,6 +30,11 @@
BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
 )
 
+src_prepare() {
+   epatch ${FILESDIR}/${P}-linux-3.17.patch
+   eautoreconf
+}
+
 src_configure() {
filter-flags '-Wno-error*' #293324
tc-export AR



1.144net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.144view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.144content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.143r2=1.144

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   20 Jul 2014 11:53:02 -  1.143
+++ ChangeLog   27 Oct 2014 08:51:51 -  1.144
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.143 2014/07/20 
11:53:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.144 2014/10/27 
08:51:51 jer Exp $
+
+  27 Oct 2014; Jeroen Roovers j...@gentoo.org socat-1.7.2.4-r1.ebuild,
+  +files/socat-1.7.2.4-linux-3.17.patch:
+  Fix building against sys-kernel/linux-headers-3.17 (bug #526946 by Gangræna
+  Gorgeous).
 
   20 Jul 2014; Jeroen Roovers j...@gentoo.org -socat-1.7.2.3.ebuild:
   Old.






[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.4-r1.ebuild ChangeLog

2014-07-20 Thread Tobias Klausmann (klausman)
klausman14/07/20 09:16:05

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  Stable on alpha, bug #508092
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.9  net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.8r2=1.9

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- socat-1.7.2.4-r1.ebuild 12 Jul 2014 12:02:47 -  1.8
+++ socat-1.7.2.4-r1.ebuild 20 Jul 2014 09:16:05 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.8 2014/07/12 12:02:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.9 2014/07/20 09:16:05 klausman Exp $
 
 EAPI=5
 
@@ -14,7 +14,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.142net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.142view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.142content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.141r2=1.142

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   12 Jul 2014 12:02:47 -  1.141
+++ ChangeLog   20 Jul 2014 09:16:05 -  1.142
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.141 2014/07/12 
12:02:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.142 2014/07/20 
09:16:05 klausman Exp $
+
+  20 Jul 2014; Tobias Klausmann klaus...@gentoo.org socat-1.7.2.4-r1.ebuild:
+  Stable on alpha, bug #508092
 
   12 Jul 2014; Jeroen Roovers j...@gentoo.org socat-1.7.2.4-r1.ebuild:
   Stable for SPARC (bug #508092).






[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.4-r1.ebuild ChangeLog

2014-07-12 Thread Jeroen Roovers (jer)
jer 14/07/12 12:02:47

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  Stable for SPARC (bug #508092).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.8  net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.7r2=1.8

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- socat-1.7.2.4-r1.ebuild 22 Jun 2014 14:22:32 -  1.7
+++ socat-1.7.2.4-r1.ebuild 12 Jul 2014 12:02:47 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.7 2014/06/22 14:22:32 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.8 2014/07/12 12:02:47 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,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.141net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.141view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.141content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.140r2=1.141

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   22 Jun 2014 14:22:32 -  1.140
+++ ChangeLog   12 Jul 2014 12:02:47 -  1.141
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.140 2014/06/22 
14:22:32 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.141 2014/07/12 
12:02:47 jer Exp $
+
+  12 Jul 2014; Jeroen Roovers j...@gentoo.org socat-1.7.2.4-r1.ebuild:
+  Stable for SPARC (bug #508092).
 
   22 Jun 2014; Akinori Hattori hat...@gentoo.org socat-1.7.2.4-r1.ebuild:
   ia64 stable wrt bug #508092






[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.4-r1.ebuild ChangeLog

2014-06-22 Thread Akinori Hattori (hattya)
hattya  14/06/22 14:22:32

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #508092
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
EC917A6D)

Revision  ChangesPath
1.7  net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.6r2=1.7

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- socat-1.7.2.4-r1.ebuild 8 Jun 2014 11:07:43 -   1.6
+++ socat-1.7.2.4-r1.ebuild 22 Jun 2014 14:22:32 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.6 2014/06/08 11:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.7 2014/06/22 14:22:32 hattya Exp $
 
 EAPI=5
 
@@ -14,7 +14,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.140net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.140view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.140content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.139r2=1.140

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   8 Jun 2014 11:07:43 -   1.139
+++ ChangeLog   22 Jun 2014 14:22:32 -  1.140
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.139 2014/06/08 
11:07:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.140 2014/06/22 
14:22:32 hattya Exp $
+
+  22 Jun 2014; Akinori Hattori hat...@gentoo.org socat-1.7.2.4-r1.ebuild:
+  ia64 stable wrt bug #508092
 
   08 Jun 2014; Agostino Sarubbo a...@gentoo.org socat-1.7.2.4-r1.ebuild:
   Stable for ppc, wrt bug #508092






[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.4-r1.ebuild ChangeLog

2014-06-08 Thread Agostino Sarubbo (ago)
ago 14/06/08 11:07:43

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508092
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=ppc, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.6  net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.5r2=1.6

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- socat-1.7.2.4-r1.ebuild 7 Jun 2014 19:14:20 -   1.5
+++ socat-1.7.2.4-r1.ebuild 8 Jun 2014 11:07:43 -   1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.5 2014/06/07 19:14:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.6 2014/06/08 11:07:43 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,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.139net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.139view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.139content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.138r2=1.139

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   7 Jun 2014 19:14:20 -   1.138
+++ ChangeLog   8 Jun 2014 11:07:43 -   1.139
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.138 2014/06/07 
19:14:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.139 2014/06/08 
11:07:43 ago Exp $
+
+  08 Jun 2014; Agostino Sarubbo a...@gentoo.org socat-1.7.2.4-r1.ebuild:
+  Stable for ppc, wrt bug #508092
 
   07 Jun 2014; Agostino Sarubbo a...@gentoo.org socat-1.7.2.4-r1.ebuild:
   Stable for x86, wrt bug #508092






[gentoo-commits] gentoo-x86 commit in net-misc/socat: socat-1.7.2.4-r1.ebuild ChangeLog

2014-06-07 Thread Agostino Sarubbo (ago)
ago 14/06/07 19:14:20

  Modified: socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #508092
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: 
--include-arches=x86, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.4r2=1.5

Index: socat-1.7.2.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- socat-1.7.2.4-r1.ebuild 28 May 2014 22:16:07 -  1.4
+++ socat-1.7.2.4-r1.ebuild 7 Jun 2014 19:14:20 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.4 2014/05/28 22:16:07 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.5 2014/06/07 19:14:20 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,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.138net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.138view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.138content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.137r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   28 May 2014 22:16:07 -  1.137
+++ ChangeLog   7 Jun 2014 19:14:20 -   1.138
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.137 2014/05/28 
22:16:07 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.138 2014/06/07 
19:14:20 ago Exp $
+
+  07 Jun 2014; Agostino Sarubbo a...@gentoo.org socat-1.7.2.4-r1.ebuild:
+  Stable for x86, wrt bug #508092
 
   28 May 2014; Chema Alonso nim...@gentoo.org socat-1.7.2.4-r1.ebuild:
   Stable for amd64 wrt bug #508092