diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-01 19:59:34 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-01 19:59:34 +0000 |
commit | 8160bb8ff7697a39b25fe504d48a4f6e5b30d05e (patch) | |
tree | b1b1ba8f07b0e650f06793f6b400d9d941057530 /dev-db | |
parent | Update to new release. (diff) | |
download | gentoo-2-8160bb8ff7697a39b25fe504d48a4f6e5b30d05e.tar.gz gentoo-2-8160bb8ff7697a39b25fe504d48a4f6e5b30d05e.tar.bz2 gentoo-2-8160bb8ff7697a39b25fe504d48a4f6e5b30d05e.zip |
Stable on sparc wrt security #134168
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.13.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index c0ac8aaab95a..81c77ceb82c4 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # 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.273 2006/06/01 19:53:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.274 2006/06/01 19:59:34 gustavoz Exp $ + + 01 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + postgresql-7.4.13.ebuild, postgresql-8.0.8.ebuild: + Stable on sparc wrt security #134168 01 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> postgresql-7.4.13.ebuild, postgresql-8.0.8.ebuild: diff --git a/dev-db/postgresql/postgresql-7.4.13.ebuild b/dev-db/postgresql/postgresql-7.4.13.ebuild index 24b438e04f40..a936833494a5 100644 --- a/dev-db/postgresql/postgresql-7.4.13.ebuild +++ b/dev-db/postgresql/postgresql-7.4.13.ebuild @@ -1,6 +1,6 @@ # 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.13.ebuild,v 1.4 2006/06/01 19:53:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.13.ebuild,v 1.5 2006/06/01 19:59:34 gustavoz Exp $ inherit eutils gnuconfig flag-o-matic java-pkg multilib toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -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" IUSE="ssl nls java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime threads xml2 selinux" DEPEND="virtual/libc diff --git a/dev-db/postgresql/postgresql-8.0.8.ebuild b/dev-db/postgresql/postgresql-8.0.8.ebuild index dec15b9d6843..54e4e99c0008 100644 --- a/dev-db/postgresql/postgresql-8.0.8.ebuild +++ b/dev-db/postgresql/postgresql-8.0.8.ebuild @@ -1,6 +1,6 @@ # 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.8.ebuild,v 1.4 2006/06/01 19:53:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.5 2006/06/01 19:59:34 gustavoz Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${MY_PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -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" IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerberos pg-intdatetime pg-hier" S=${WORKDIR}/${MY_P} |