diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-21 08:20:59 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-21 08:20:59 +0000 |
commit | 2cb3843f064ce5bbe2bdfca18cf5e7a33e94d319 (patch) | |
tree | 56c2631b39daa625db2f5a35fc392cfc9c5c84a7 /dev-db | |
parent | update HOMEPAGE #210934 by Stolz (diff) | |
download | gentoo-2-2cb3843f064ce5bbe2bdfca18cf5e7a33e94d319.tar.gz gentoo-2-2cb3843f064ce5bbe2bdfca18cf5e7a33e94d319.tar.bz2 gentoo-2-2cb3843f064ce5bbe2bdfca18cf5e7a33e94d319.zip |
stable x86, security bug 208034
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index ac969db9025b..a3277a3b73e9 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.87 2008/02/19 16:10:21 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.88 2008/02/21 08:20:59 opfer Exp $ + + 21 Feb 2008; Christian Faulhammer <opfer@gentoo.org> + firebird-2.0.3.12981.0-r5.ebuild: + stable x86, security bug 208034 *firebird-2.0.3.12981.0-r5 (18 Feb 2008) diff --git a/dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild b/dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild index 8d628179f86d..f4fd88dd1e8f 100644 --- a/dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild +++ b/dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild,v 1.1 2008/02/19 16:10:21 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r5.ebuild,v 1.2 2008/02/21 08:20:59 opfer Exp $ inherit flag-o-matic eutils autotools versionator @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/firebird/${MY_P}.tar.bz2 LICENSE="IDPL Interbase-1.0" SLOT="0" -KEYWORDS="~amd64 -ia64 ~x86" +KEYWORDS="~amd64 -ia64 x86" IUSE="doc xinetd examples debug" RESTRICT="userpriv" |