diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-17 21:37:13 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-17 21:37:13 +0000 |
commit | 33cd01f67b7888b09402a531fe70f849567a1517 (patch) | |
tree | dfb8cf205e7e419a5d01dd3e3cca99ff04e64b3a /dev-db/postgresql | |
parent | Remove the swat binary if USE=swat since it will be unusable otherwise #138026. (diff) | |
download | historical-33cd01f67b7888b09402a531fe70f849567a1517.tar.gz historical-33cd01f67b7888b09402a531fe70f849567a1517.tar.bz2 historical-33cd01f67b7888b09402a531fe70f849567a1517.zip |
* stable on amd64 wrt bug #152783
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.16.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.14.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.9-r1.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index be2219787f78..cd63c15cb07f 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.310 2006/12/17 19:35:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.311 2006/12/17 21:36:21 voxus Exp $ + + 17 Dec 2006; Konstantin V. Arkhipov <voxus@gentoo.org> + postgresql-7.3.16.ebuild, postgresql-7.4.14.ebuild, + postgresql-8.0.9-r1.ebuild: + Stable on amd64 wrt security bug #152783. 17 Dec 2006; Bryan Ăstergaard <kloeri@gentoo.org> postgresql-7.3.16.ebuild, postgresql-7.4.14.ebuild, diff --git a/dev-db/postgresql/postgresql-7.3.16.ebuild b/dev-db/postgresql/postgresql-7.3.16.ebuild index e3662214b0b2..c2cc2d5b4518 100644 --- a/dev-db/postgresql/postgresql-7.3.16.ebuild +++ b/dev-db/postgresql/postgresql-7.3.16.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.16.ebuild,v 1.8 2006/12/17 19:35:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.16.ebuild,v 1.9 2006/12/17 21:36:21 voxus Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" DESCRIPTION="Sophisticated and powerful Object-Relational DBMS." HOMEPAGE="http://www.postgresql.org/" diff --git a/dev-db/postgresql/postgresql-7.4.14.ebuild b/dev-db/postgresql/postgresql-7.4.14.ebuild index 193b05ad6925..f851329cabd3 100644 --- a/dev-db/postgresql/postgresql-7.4.14.ebuild +++ b/dev-db/postgresql/postgresql-7.4.14.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.14.ebuild,v 1.11 2006/12/17 19:35:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.14.ebuild,v 1.12 2006/12/17 21:36:21 voxus Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" DESCRIPTION="Sophisticated and powerful Object-Relational DBMS." HOMEPAGE="http://www.postgresql.org/" diff --git a/dev-db/postgresql/postgresql-8.0.9-r1.ebuild b/dev-db/postgresql/postgresql-8.0.9-r1.ebuild index 64ce8d6a0f4f..5bb11d79568c 100644 --- a/dev-db/postgresql/postgresql-8.0.9-r1.ebuild +++ b/dev-db/postgresql/postgresql-8.0.9-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.9-r1.ebuild,v 1.7 2006/12/17 19:35:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.9-r1.ebuild,v 1.8 2006/12/17 21:36:21 voxus Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" DESCRIPTION="Sophisticated and powerful Object-Relational DBMS." HOMEPAGE="http://www.postgresql.org/" |