public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-10  4:13 Brian Evans (grknight)
  0 siblings, 0 replies; 10+ messages in thread
From: Brian Evans (grknight) @ 2015-01-10  4:13 UTC (permalink / raw
  To: gentoo-commits

grknight    15/01/10 04:13:21

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Disable 2 tests for the deprecated mysqlhotcopy Bug 532288
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)

Revision  Changes    Path
1.2                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.1&r2=1.2

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql-5.6.22.ebuild	4 Dec 2014 01:27:44 -0000	1.1
+++ mysql-5.6.22.ebuild	10 Jan 2015 04:13:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.1 2014/12/04 01:27:44 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.2 2015/01/10 04:13:21 grknight Exp $
 
 EAPI="5"
 
@@ -90,6 +90,11 @@
 		# rpl.rpl_plugin_load
 		# fails due to included file not listed in expected result
 		# appears to be poor planning
+		#
+		# main.mysqlhotcopy_archive main.mysqlhotcopy_myisam
+		# fails due to bad cleanup of previous tests when run in parallel
+		# The tool is deprecated anyway
+		# Bug 532288
 		for t in \
 			binlog.binlog_mysqlbinlog_filter \
 			binlog.binlog_statement_insert_delayed \
@@ -102,6 +107,7 @@
 			perfschema.binlog_edge_mix \
 			perfschema.binlog_edge_stmt \
 			rpl.rpl_plugin_load \
+			main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \
 		; do
 				mysql-multilib_disable_test  "$t" "False positives in Gentoo"
 		done



1.711                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.711&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.711&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.710&r2=1.711

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.710
retrieving revision 1.711
diff -u -r1.710 -r1.711
--- ChangeLog	7 Jan 2015 14:00:55 -0000	1.710
+++ ChangeLog	10 Jan 2015 04:13:21 -0000	1.711
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.710 2015/01/07 14:00:55 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.711 2015/01/10 04:13:21 grknight Exp $
+
+  10 Jan 2015; Brian Evans <grknight@gentoo.org> mysql-5.6.22.ebuild:
+  Disable 2 tests for the deprecated mysqlhotcopy Bug 532288
 
   07 Jan 2015; Brian Evans <grknight@gentoo.org> -mysql-5.1.70.ebuild,
   -mysql-5.1.73-r1.ebuild, metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-22 18:28 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2015-01-22 18:28 UTC (permalink / raw
  To: gentoo-commits

maekke      15/01/22 18:28:08

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  arm stable, bug #525296
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.4                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.3&r2=1.4

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-5.6.22.ebuild	17 Jan 2015 12:31:39 -0000	1.3
+++ mysql-5.6.22.ebuild	22 Jan 2015 18:28:08 -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.3 2015/01/17 12:31:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.4 2015/01/22 18:28:08 maekke Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.713                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.713&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.713&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.712&r2=1.713

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.712
retrieving revision 1.713
diff -u -r1.712 -r1.713
--- ChangeLog	17 Jan 2015 12:31:39 -0000	1.712
+++ ChangeLog	22 Jan 2015 18:28:08 -0000	1.713
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.712 2015/01/17 12:31:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.713 2015/01/22 18:28:08 maekke Exp $
+
+  22 Jan 2015; Markus Meier <maekke@gentoo.org> mysql-5.6.22.ebuild:
+  arm stable, bug #525296
 
   17 Jan 2015; Jeroen Roovers <jer@gentoo.org> mysql-5.6.22.ebuild:
   Stable for HPPA (bug #525296).





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-24 17:07 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 10+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-01-24 17:07 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/01/24 17:07:23

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.5                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.4&r2=1.5

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mysql-5.6.22.ebuild	22 Jan 2015 18:28:08 -0000	1.4
+++ mysql-5.6.22.ebuild	24 Jan 2015 17:07:23 -0000	1.5
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.4 2015/01/22 18:28:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.5 2015/01/24 17:07:23 zlogene Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.714                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.714&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.714&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.713&r2=1.714

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.713
retrieving revision 1.714
diff -u -r1.713 -r1.714
--- ChangeLog	22 Jan 2015 18:28:08 -0000	1.713
+++ ChangeLog	24 Jan 2015 17:07:23 -0000	1.714
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.713 2015/01/22 18:28:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.714 2015/01/24 17:07:23 zlogene Exp $
+
+  24 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6.22.ebuild:
+  amd64 stable wrt bug #525296
 
   22 Jan 2015; Markus Meier <maekke@gentoo.org> mysql-5.6.22.ebuild:
   arm stable, bug #525296





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-24 20:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-24 20:42 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/24 20:42:32

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.5&r2=1.6

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mysql-5.6.22.ebuild	24 Jan 2015 17:07:23 -0000	1.5
+++ mysql-5.6.22.ebuild	24 Jan 2015 20:42:32 -0000	1.6
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.5 2015/01/24 17:07:23 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.6 2015/01/24 20:42:32 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.715                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.715&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.715&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.714&r2=1.715

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -r1.714 -r1.715
--- ChangeLog	24 Jan 2015 17:07:23 -0000	1.714
+++ ChangeLog	24 Jan 2015 20:42:32 -0000	1.715
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.714 2015/01/24 17:07:23 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.715 2015/01/24 20:42:32 ago Exp $
+
+  24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
+  Stable for ppc64, wrt bug #525296
 
   24 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6.22.ebuild:
   amd64 stable wrt bug #525296





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-24 20:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-24 20:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/24 20:43:19

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.6&r2=1.7

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mysql-5.6.22.ebuild	24 Jan 2015 20:42:32 -0000	1.6
+++ mysql-5.6.22.ebuild	24 Jan 2015 20:43:19 -0000	1.7
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.6 2015/01/24 20:42:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.7 2015/01/24 20:43:19 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.716                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.716&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.716&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.715&r2=1.716

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -r1.715 -r1.716
--- ChangeLog	24 Jan 2015 20:42:32 -0000	1.715
+++ ChangeLog	24 Jan 2015 20:43:19 -0000	1.716
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.715 2015/01/24 20:42:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.716 2015/01/24 20:43:19 ago Exp $
+
+  24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
+  Stable for ppc, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
   Stable for ppc64, wrt bug #525296





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-25 10:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-25 10:18 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/25 10:18:33

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.7&r2=1.8

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mysql-5.6.22.ebuild	24 Jan 2015 20:43:19 -0000	1.7
+++ mysql-5.6.22.ebuild	25 Jan 2015 10:18:33 -0000	1.8
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.7 2015/01/24 20:43:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.8 2015/01/25 10:18:33 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.717                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.717&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.717&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.716&r2=1.717

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.716
retrieving revision 1.717
diff -u -r1.716 -r1.717
--- ChangeLog	24 Jan 2015 20:43:19 -0000	1.716
+++ ChangeLog	25 Jan 2015 10:18:33 -0000	1.717
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.716 2015/01/24 20:43:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.717 2015/01/25 10:18:33 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
+  Stable for x86, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
   Stable for ppc, wrt bug #525296





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-01-25 10:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-25 10:19 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/25 10:19:08

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.8&r2=1.9

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mysql-5.6.22.ebuild	25 Jan 2015 10:18:33 -0000	1.8
+++ mysql-5.6.22.ebuild	25 Jan 2015 10:19:08 -0000	1.9
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.8 2015/01/25 10:18:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.9 2015/01/25 10:19:08 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.718                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.718&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.718&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.717&r2=1.718

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -r1.717 -r1.718
--- ChangeLog	25 Jan 2015 10:18:33 -0000	1.717
+++ ChangeLog	25 Jan 2015 10:19:08 -0000	1.718
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.717 2015/01/25 10:18:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.718 2015/01/25 10:19:08 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
+  Stable for sparc, wrt bug #525296
 
   25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
   Stable for x86, wrt bug #525296





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-02-16 10:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-16 10:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/16 10:27:05

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.9&r2=1.10

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mysql-5.6.22.ebuild	25 Jan 2015 10:19:08 -0000	1.9
+++ mysql-5.6.22.ebuild	16 Feb 2015 10:27:05 -0000	1.10
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.9 2015/01/25 10:19:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.10 2015/02/16 10:27:05 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.722                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.722&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.722&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.721&r2=1.722

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.721
retrieving revision 1.722
diff -u -r1.721 -r1.722
--- ChangeLog	5 Feb 2015 16:03:20 -0000	1.721
+++ ChangeLog	16 Feb 2015 10:27:05 -0000	1.722
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.721 2015/02/05 16:03:20 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.722 2015/02/16 10:27:05 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
+  Stable for ia64, wrt bug #525296
 
 *mysql-5.5.42 (05 Feb 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-02-16 10:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-16 10:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/16 10:27:41

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.10&r2=1.11

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mysql-5.6.22.ebuild	16 Feb 2015 10:27:05 -0000	1.10
+++ mysql-5.6.22.ebuild	16 Feb 2015 10:27:41 -0000	1.11
@@ -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/dev-db/mysql/mysql-5.6.22.ebuild,v 1.10 2015/02/16 10:27:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.11 2015/02/16 10:27:41 ago Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



1.723                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.723&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.723&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.722&r2=1.723

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.722
retrieving revision 1.723
diff -u -r1.722 -r1.723
--- ChangeLog	16 Feb 2015 10:27:05 -0000	1.722
+++ ChangeLog	16 Feb 2015 10:27:41 -0000	1.723
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.722 2015/02/16 10:27:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.723 2015/02/16 10:27:41 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
+  Stable for alpha, wrt bug #525296
 
   16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild:
   Stable for ia64, wrt bug #525296





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

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog
@ 2015-02-19 21:51 Brian Evans (grknight)
  0 siblings, 0 replies; 10+ messages in thread
From: Brian Evans (grknight) @ 2015-02-19 21:51 UTC (permalink / raw
  To: gentoo-commits

grknight    15/02/19 21:51:43

  Modified:             mysql-5.6.22.ebuild ChangeLog
  Log:
  Update stable 5.6.22 patches to include the configure fix for openssl-1.0.2 detection
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)

Revision  Changes    Path
1.12                 dev-db/mysql/mysql-5.6.22.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild?r1=1.11&r2=1.12

Index: mysql-5.6.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mysql-5.6.22.ebuild	16 Feb 2015 10:27:41 -0000	1.11
+++ mysql-5.6.22.ebuild	19 Feb 2015 21:51:43 -0000	1.12
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.11 2015/02/16 10:27:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.12 2015/02/19 21:51:43 grknight Exp $
 
 EAPI="5"
 
-MY_EXTRAS_VER="20141203-2105Z"
+MY_EXTRAS_VER="20150127-1351Z"
 MY_PV="${PV//_alpha_pre/-m}"
 MY_PV="${MY_PV//_/-}"
 



1.725                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.725&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.725&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.724&r2=1.725

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -r1.724 -r1.725
--- ChangeLog	16 Feb 2015 18:01:28 -0000	1.724
+++ ChangeLog	19 Feb 2015 21:51:43 -0000	1.725
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.724 2015/02/16 18:01:28 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.725 2015/02/19 21:51:43 grknight Exp $
+
+  19 Feb 2015; Brian Evans <grknight@gentoo.org> mysql-5.6.22.ebuild:
+  Update stable 5.6.22 patches to include the configure fix for openssl-1.0.2
+  detection
 
   16 Feb 2015; Brian Evans <grknight@gentoo.org> -mysql-5.5.40.ebuild:
   Drop security vulnerable version





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

end of thread, other threads:[~2015-02-19 21:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 21:51 [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.22.ebuild ChangeLog Brian Evans (grknight)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-16 10:27 Agostino Sarubbo (ago)
2015-02-16 10:27 Agostino Sarubbo (ago)
2015-01-25 10:19 Agostino Sarubbo (ago)
2015-01-25 10:18 Agostino Sarubbo (ago)
2015-01-24 20:43 Agostino Sarubbo (ago)
2015-01-24 20:42 Agostino Sarubbo (ago)
2015-01-24 17:07 Mikle Kolyada (zlogene)
2015-01-22 18:28 Markus Meier (maekke)
2015-01-10  4:13 Brian Evans (grknight)

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