* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-06 14:29 Christopher Brannon (cbrannon)
0 siblings, 0 replies; 8+ messages in thread
From: Christopher Brannon (cbrannon) @ 2011-04-06 14:29 UTC (permalink / raw
To: gentoo-commits
cbrannon 11/04/06 14:29:52
Modified: ChangeLog
Added: unixODBC-2.3.0-r1.ebuild
Log:
Fix for bug #358611 (possible buffer overrun in SQLDriverConnect).
Thanks to Alexandr Tiurin <arcam@fromru.com> for the patch and the
updated ebuild.
(Portage version: 2.1.9.45/cvs/Linux i686)
Revision Changes Path
1.93 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 6 Apr 2011 12:58:18 -0000 1.92
+++ ChangeLog 6 Apr 2011 14:29:51 -0000 1.93
@@ -1,6 +1,15 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.92 2011/04/06 12:58:18 cbrannon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.93 2011/04/06 14:29:51 cbrannon Exp $
+
+*unixODBC-2.3.0-r1 (06 Apr 2011)
+
+ 06 Apr 2011; Christopher Brannon <cbrannon@gentoo.org>
+ +unixODBC-2.3.0-r1.ebuild, +files/unixODBC-2.3.0-sqldriverconnect.patch:
+ Fix for bug #358611.
+
+ Thanks to Alexandr Tiurin <arcarm@fromru.com> for the patch and the
+ updated ebuild.
06 Apr 2011; Christopher Brannon <cbrannon@gentoo.org> metadata.xml:
Added myself as maintainer (this was maintainer-needed).
1.1 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.1 2011/04/06 14:29:51 cbrannon Exp $
EAPI=3
inherit libtool eutils
DESCRIPTION="A complete ODBC driver manager"
HOMEPAGE="http://www.unixodbc.org/"
SRC_URI="mirror://sourceforge/unixodbc/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
>=sys-libs/readline-6.0_p4
>=sys-libs/ncurses-5.6-r2"
DEPEND="${RDEPEND}
sys-devel/flex"
src_prepare() {
epatch "${FILESDIR}/${P}-sqldriverconnect.patch"
elibtoolize
}
src_configure() {
econf \
--sysconfdir="${EPREFIX}/etc/${PN}" \
--disable-dependency-tracking \
$(use_enable static-libs static) \
$(use_enable !minimal drivers) \
$(use_enable !minimal driver-conf)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README || die
if use prefix; then
dodoc README* || die
fi
if use odbcmanual; then
dohtml -a css,gif,html,sql,vsd -r doc/* || die
fi
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-07 17:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-07 17:57 UTC (permalink / raw
To: gentoo-commits
jer 11/04/07 17:57:15
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #358611).
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.2 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.1&r2=1.2
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unixODBC-2.3.0-r1.ebuild 6 Apr 2011 14:29:51 -0000 1.1
+++ unixODBC-2.3.0-r1.ebuild 7 Apr 2011 17:57:15 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.1 2011/04/06 14:29:51 cbrannon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.2 2011/04/07 17:57:15 jer Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.94 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 6 Apr 2011 14:29:51 -0000 1.93
+++ ChangeLog 7 Apr 2011 17:57:15 -0000 1.94
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.93 2011/04/06 14:29:51 cbrannon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.94 2011/04/07 17:57:15 jer Exp $
+
+ 07 Apr 2011; Jeroen Roovers <jer@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ Stable for HPPA (bug #358611).
*unixODBC-2.3.0-r1 (06 Apr 2011)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-08 20:19 Thomas Kahle (tomka)
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-08 20:19 UTC (permalink / raw
To: gentoo-commits
tomka 11/04/08 20:19:58
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
x86 stable per bug 358611
(Portage version: 2.1.9.45/cvs/Linux i686)
Revision Changes Path
1.3 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.2&r2=1.3
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unixODBC-2.3.0-r1.ebuild 7 Apr 2011 17:57:15 -0000 1.2
+++ unixODBC-2.3.0-r1.ebuild 8 Apr 2011 20:19:58 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.2 2011/04/07 17:57:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.3 2011/04/08 20:19:58 tomka Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.95 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 7 Apr 2011 17:57:15 -0000 1.94
+++ ChangeLog 8 Apr 2011 20:19:58 -0000 1.95
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.94 2011/04/07 17:57:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.95 2011/04/08 20:19:58 tomka Exp $
+
+ 08 Apr 2011; Thomas Kahle <tomka@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ x86 stable per bug 358611
07 Apr 2011; Jeroen Roovers <jer@gentoo.org> unixODBC-2.3.0-r1.ebuild:
Stable for HPPA (bug #358611).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-09 12:16 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-04-09 12:16 UTC (permalink / raw
To: gentoo-commits
maekke 11/04/09 12:16:28
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
arm stable, bug #358611
(Portage version: 2.1.9.45/cvs/Linux i686)
Revision Changes Path
1.4 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.3&r2=1.4
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unixODBC-2.3.0-r1.ebuild 8 Apr 2011 20:19:58 -0000 1.3
+++ unixODBC-2.3.0-r1.ebuild 9 Apr 2011 12:16:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.3 2011/04/08 20:19:58 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.4 2011/04/09 12:16:27 maekke Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.96 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 8 Apr 2011 20:19:58 -0000 1.95
+++ ChangeLog 9 Apr 2011 12:16:27 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.95 2011/04/08 20:19:58 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.96 2011/04/09 12:16:27 maekke Exp $
+
+ 09 Apr 2011; Markus Meier <maekke@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ arm stable, bug #358611
08 Apr 2011; Thomas Kahle <tomka@gentoo.org> unixODBC-2.3.0-r1.ebuild:
x86 stable per bug 358611
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-09 14:36 Tobias Klausmann (klausman)
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-04-09 14:36 UTC (permalink / raw
To: gentoo-commits
klausman 11/04/09 14:36:26
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
Stable on alpha, bug #358611
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.4&r2=1.5
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unixODBC-2.3.0-r1.ebuild 9 Apr 2011 12:16:27 -0000 1.4
+++ unixODBC-2.3.0-r1.ebuild 9 Apr 2011 14:36:26 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.4 2011/04/09 12:16:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.5 2011/04/09 14:36:26 klausman Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.97 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 9 Apr 2011 12:16:27 -0000 1.96
+++ ChangeLog 9 Apr 2011 14:36:26 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.96 2011/04/09 12:16:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.97 2011/04/09 14:36:26 klausman Exp $
+
+ 09 Apr 2011; Tobias Klausmann <klausman@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ Stable on alpha, bug #358611
09 Apr 2011; Markus Meier <maekke@gentoo.org> unixODBC-2.3.0-r1.ebuild:
arm stable, bug #358611
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-09 21:10 Christoph Mende (angelos)
0 siblings, 0 replies; 8+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-09 21:10 UTC (permalink / raw
To: gentoo-commits
angelos 11/04/09 21:10:44
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #358611
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.5&r2=1.6
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unixODBC-2.3.0-r1.ebuild 9 Apr 2011 14:36:26 -0000 1.5
+++ unixODBC-2.3.0-r1.ebuild 9 Apr 2011 21:10:43 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.5 2011/04/09 14:36:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.6 2011/04/09 21:10:43 angelos Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.98 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 9 Apr 2011 14:36:26 -0000 1.97
+++ ChangeLog 9 Apr 2011 21:10:43 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.97 2011/04/09 14:36:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.98 2011/04/09 21:10:43 angelos Exp $
+
+ 09 Apr 2011; Christoph Mende <angelos@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ Stable on amd64 wrt bug #358611
09 Apr 2011; Tobias Klausmann <klausman@gentoo.org> unixODBC-2.3.0-r1.ebuild:
Stable on alpha, bug #358611
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-11 16:47 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-04-11 16:47 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/04/11 16:47:49
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
ia64/ppc/ppc64 stable wrt #358611
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.6&r2=1.7
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unixODBC-2.3.0-r1.ebuild 9 Apr 2011 21:10:43 -0000 1.6
+++ unixODBC-2.3.0-r1.ebuild 11 Apr 2011 16:47:49 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.6 2011/04/09 21:10:43 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.7 2011/04/11 16:47:49 xarthisius Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.99 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 9 Apr 2011 21:10:43 -0000 1.98
+++ ChangeLog 11 Apr 2011 16:47:49 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.98 2011/04/09 21:10:43 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.99 2011/04/11 16:47:49 xarthisius Exp $
+
+ 11 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ ia64/ppc/ppc64 stable wrt #358611
09 Apr 2011; Christoph Mende <angelos@gentoo.org> unixODBC-2.3.0-r1.ebuild:
Stable on amd64 wrt bug #358611
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog
@ 2011-04-16 15:48 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 15:48 UTC (permalink / raw
To: gentoo-commits
armin76 11/04/16 15:48:53
Modified: unixODBC-2.3.0-r1.ebuild ChangeLog
Log:
s390/sh/sparc stable wrt #358611
(Portage version: 2.1.9.45/cvs/Linux ia64)
Revision Changes Path
1.8 dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild?r1=1.7&r2=1.8
Index: unixODBC-2.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unixODBC-2.3.0-r1.ebuild 11 Apr 2011 16:47:49 -0000 1.7
+++ unixODBC-2.3.0-r1.ebuild 16 Apr 2011 15:48:53 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.7 2011/04/11 16:47:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0-r1.ebuild,v 1.8 2011/04/16 15:48:53 armin76 Exp $
EAPI=3
inherit libtool eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b
1.100 dev-db/unixODBC/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/unixODBC/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 11 Apr 2011 16:47:49 -0000 1.99
+++ ChangeLog 16 Apr 2011 15:48:53 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.99 2011/04/11 16:47:49 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.100 2011/04/16 15:48:53 armin76 Exp $
+
+ 16 Apr 2011; Raúl Porcel <armin76@gentoo.org> unixODBC-2.3.0-r1.ebuild:
+ s390/sh/sparc stable wrt #358611
11 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> unixODBC-2.3.0-r1.ebuild:
ia64/ppc/ppc64 stable wrt #358611
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-04-16 15:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 20:19 [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC: unixODBC-2.3.0-r1.ebuild ChangeLog Thomas Kahle (tomka)
-- strict thread matches above, loose matches on Subject: below --
2011-04-16 15:48 Raul Porcel (armin76)
2011-04-11 16:47 Kacper Kowalik (xarthisius)
2011-04-09 21:10 Christoph Mende (angelos)
2011-04-09 14:36 Tobias Klausmann (klausman)
2011-04-09 12:16 Markus Meier (maekke)
2011-04-07 17:57 Jeroen Roovers (jer)
2011-04-06 14:29 Christopher Brannon (cbrannon)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox