public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog
@ 2012-11-27 20:23 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-27 20:23 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/27 20:23:40

  Modified:             tor-0.2.3.25.ebuild ChangeLog
  Log:
  Fix dependency on libevent[ssl] when USE=bufferevents, bug #444954
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.5                  net-misc/tor/tor-0.2.3.25.ebuild

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

Index: tor-0.2.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tor-0.2.3.25.ebuild	26 Nov 2012 21:01:54 -0000	1.4
+++ tor-0.2.3.25.ebuild	27 Nov 2012 20:23:39 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.4 2012/11/26 21:01:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.5 2012/11/27 20:23:39 blueness Exp $
 
 EAPI="4"
 
@@ -20,7 +20,8 @@
 
 DEPEND="dev-libs/openssl
 	sys-libs/zlib
-	>=dev-libs/libevent-2.0.14
+	dev-libs/libevent
+	bufferevents? ( dev-libs/libevent[ssl] )
 	nat-pmp? ( net-libs/libnatpmp )
 	upnp? ( net-libs/miniupnpc )
 	selinux? ( sec-policy/selinux-tor )"



1.368                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.368&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.368&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.367&r2=1.368

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -r1.367 -r1.368
--- ChangeLog	26 Nov 2012 21:01:54 -0000	1.367
+++ ChangeLog	27 Nov 2012 20:23:39 -0000	1.368
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.367 2012/11/26 21:01:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.368 2012/11/27 20:23:39 blueness Exp $
+
+  27 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tor-0.2.3.25.ebuild:
+  Fix dependency on libevent[ssl] when USE=bufferevents, bug #444954
 
   26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tor-0.2.3.25.ebuild:
   Stable for x86, wrt bug #444804





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog
@ 2013-02-28 15:03 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-02-28 15:03 UTC (permalink / raw
  To: gentoo-commits

blueness    13/02/28 15:03:37

  Modified:             tor-0.2.3.25.ebuild ChangeLog
  Log:
  Turn bufferevents off by default: https://trac.torproject.org/projects/tor/ticket/7788
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.7                  net-misc/tor/tor-0.2.3.25.ebuild

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

Index: tor-0.2.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tor-0.2.3.25.ebuild	16 Dec 2012 19:29:18 -0000	1.6
+++ tor-0.2.3.25.ebuild	28 Feb 2013 15:03:37 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.6 2012/12/16 19:29:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.7 2013/02/28 15:03:37 blueness Exp $
 
 EAPI="4"
 
@@ -16,7 +16,7 @@
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web"
+IUSE="-bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web"
 
 DEPEND="dev-libs/openssl
 	sys-libs/zlib



1.376                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.376&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.376&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.375&r2=1.376

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- ChangeLog	28 Feb 2013 14:51:54 -0000	1.375
+++ ChangeLog	28 Feb 2013 15:03:37 -0000	1.376
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.375 2013/02/28 14:51:54 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.376 2013/02/28 15:03:37 blueness Exp $
+
+  28 Feb 2013; Anthony G. Basile <blueness@gentoo.org> tor-0.2.3.25.ebuild:
+  Turn bufferevents off by default:
+  https://trac.torproject.org/projects/tor/ticket/7788
 
   28 Feb 2013; Anthony G. Basile <blueness@gentoo.org>
   -tor-0.2.4.6_alpha.ebuild, -tor-0.2.4.7_alpha.ebuild:





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog
@ 2012-12-16 19:29 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-16 19:29 UTC (permalink / raw
  To: gentoo-commits

armin76     12/12/16 19:29:18

  Modified:             tor-0.2.3.25.ebuild ChangeLog
  Log:
  sparc stable wrt #444804
  
  (Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)

Revision  Changes    Path
1.6                  net-misc/tor/tor-0.2.3.25.ebuild

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

Index: tor-0.2.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tor-0.2.3.25.ebuild	27 Nov 2012 20:23:39 -0000	1.5
+++ tor-0.2.3.25.ebuild	16 Dec 2012 19:29:18 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.5 2012/11/27 20:23:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.6 2012/12/16 19:29:18 armin76 Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web"
 
 DEPEND="dev-libs/openssl



1.370                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.370&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.370&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.369&r2=1.370

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -r1.369 -r1.370
--- ChangeLog	14 Dec 2012 16:27:36 -0000	1.369
+++ ChangeLog	16 Dec 2012 19:29:18 -0000	1.370
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.369 2012/12/14 16:27:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.370 2012/12/16 19:29:18 armin76 Exp $
+
+  16 Dec 2012; Raúl Porcel <armin76@gentoo.org> tor-0.2.3.25.ebuild:
+  sparc stable wrt #444804
 
   14 Dec 2012; Michał Górny <mgorny@gentoo.org> metadata.xml:
   Remove redundant USE=upnp description; it matches the global flag meaning.





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog
@ 2012-11-26 21:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-26 21:01 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/26 21:01:54

  Modified:             tor-0.2.3.25.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #444804
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  net-misc/tor/tor-0.2.3.25.ebuild

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

Index: tor-0.2.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tor-0.2.3.25.ebuild	26 Nov 2012 21:01:21 -0000	1.3
+++ tor-0.2.3.25.ebuild	26 Nov 2012 21:01:54 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.3 2012/11/26 21:01:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.4 2012/11/26 21:01:54 ago Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web"
 
 DEPEND="dev-libs/openssl



1.367                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.367&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.367&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.366&r2=1.367

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -r1.366 -r1.367
--- ChangeLog	26 Nov 2012 21:01:21 -0000	1.366
+++ ChangeLog	26 Nov 2012 21:01:54 -0000	1.367
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.366 2012/11/26 21:01:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.367 2012/11/26 21:01:54 ago Exp $
+
+  26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tor-0.2.3.25.ebuild:
+  Stable for x86, wrt bug #444804
 
   26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tor-0.2.3.25.ebuild:
   Stable for amd64, wrt bug #444804





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog
@ 2012-11-26 21:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-26 21:01 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/26 21:01:21

  Modified:             tor-0.2.3.25.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #444804
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  net-misc/tor/tor-0.2.3.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild?r1=1.2&r2=1.3

Index: tor-0.2.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tor-0.2.3.25.ebuild	26 Nov 2012 20:34:48 -0000	1.2
+++ tor-0.2.3.25.ebuild	26 Nov 2012 21:01:21 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.2 2012/11/26 20:34:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.3 2012/11/26 21:01:21 ago Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web"
 
 DEPEND="dev-libs/openssl



1.366                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.366&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.366&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.365&r2=1.366

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -r1.365 -r1.366
--- ChangeLog	26 Nov 2012 20:34:48 -0000	1.365
+++ ChangeLog	26 Nov 2012 21:01:21 -0000	1.366
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.365 2012/11/26 20:34:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.366 2012/11/26 21:01:21 ago Exp $
+
+  26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tor-0.2.3.25.ebuild:
+  Stable for amd64, wrt bug #444804
 
   26 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tor-0.2.3.25.ebuild:
   stable arm ppc pp64, bug #444804





^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog
@ 2012-11-26 20:34 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-26 20:34 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/26 20:34:48

  Modified:             tor-0.2.3.25.ebuild ChangeLog
  Log:
  stable arm ppc pp64, bug #444804
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-misc/tor/tor-0.2.3.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild?r1=1.1&r2=1.2

Index: tor-0.2.3.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tor-0.2.3.25.ebuild	20 Nov 2012 13:32:59 -0000	1.1
+++ tor-0.2.3.25.ebuild	26 Nov 2012 20:34:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.1 2012/11/20 13:32:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.2 2012/11/26 20:34:48 blueness Exp $
 
 EAPI="4"
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web"
 
 DEPEND="dev-libs/openssl



1.365                net-misc/tor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.365&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.365&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.364&r2=1.365

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- ChangeLog	20 Nov 2012 13:32:59 -0000	1.364
+++ ChangeLog	26 Nov 2012 20:34:48 -0000	1.365
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/tor
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.364 2012/11/20 13:32:59 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.365 2012/11/26 20:34:48 blueness Exp $
+
+  26 Nov 2012; Anthony G. Basile <blueness@gentoo.org> tor-0.2.3.25.ebuild:
+  stable arm ppc pp64, bug #444804
 
 *tor-0.2.3.25 (20 Nov 2012)
 





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-28 15:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 20:23 [gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.3.25.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-28 15:03 Anthony G. Basile (blueness)
2012-12-16 19:29 Raul Porcel (armin76)
2012-11-26 21:01 Agostino Sarubbo (ago)
2012-11-26 21:01 Agostino Sarubbo (ago)
2012-11-26 20:34 Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox