diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-05-15 06:27:54 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-05-15 06:27:54 +0000 |
commit | d7d44227dcd0151814b82b39cdea27d7fbc8c6a4 (patch) | |
tree | 37ce6455d04ab7dd835ea32f7ee840eb3e5572eb /dev-db/firebird | |
parent | Stable for HPPA (bug #178553). (diff) | |
download | gentoo-2-d7d44227dcd0151814b82b39cdea27d7fbc8c6a4.tar.gz gentoo-2-d7d44227dcd0151814b82b39cdea27d7fbc8c6a4.tar.bz2 gentoo-2-d7d44227dcd0151814b82b39cdea27d7fbc8c6a4.zip |
stable x86/amd64, security bug 120343
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.4-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index b42a620e1184..f908b677fd06 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.57 2007/05/14 21:06:44 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.58 2007/05/15 06:27:54 opfer Exp $ + + 15 May 2007; Christian Faulhammer <opfer@gentoo.org> + firebird-1.5.4-r2.ebuild: + stable x86/amd64, security bug 120343 14 May 2007; William L. Thomson Jr. <wltjr@gentoo.org> firebird-1.5.4-r2.ebuild: diff --git a/dev-db/firebird/firebird-1.5.4-r2.ebuild b/dev-db/firebird/firebird-1.5.4-r2.ebuild index 44774413341a..7eda58817fc8 100644 --- a/dev-db/firebird/firebird-1.5.4-r2.ebuild +++ b/dev-db/firebird/firebird-1.5.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.4-r2.ebuild,v 1.2 2007/05/14 21:06:44 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.4-r2.ebuild,v 1.3 2007/05/15 06:27:54 opfer Exp $ inherit flag-o-matic eutils @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2 LICENSE="Interbase-1.0" SLOT="0" -KEYWORDS="~amd64 -ia64 ~sparc ~x86" +KEYWORDS="amd64 -ia64 ~sparc x86" IUSE="xinetd doc" RESTRICT="nouserpriv" |