diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-07-03 02:27:21 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-07-03 02:27:21 +0000 |
commit | 7c10efe715d3ffca4353415e962b09df1c5e53fd (patch) | |
tree | 8c72da9430ff79c880538da8b868d77ed2f0a11a /dev-db/postgresql | |
parent | Version bump (#79348). Fixes XML_RPC vulnerability (#97399). (diff) | |
download | gentoo-2-7c10efe715d3ffca4353415e962b09df1c5e53fd.tar.gz gentoo-2-7c10efe715d3ffca4353415e962b09df1c5e53fd.tar.bz2 gentoo-2-7c10efe715d3ffca4353415e962b09df1c5e53fd.zip |
Removed unnecessary patch.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/Manifest | 2 | ||||
-rw-r--r-- | dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch | 16 |
3 files changed, 6 insertions, 18 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 193440e7923d..06706c95f7cf 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.219 2005/07/03 01:15:59 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.220 2005/07/03 02:27:21 nakano Exp $ + + 03 Jul 2005; Masatomo Nakano <nakano@gentoo.org> + files/postgresql-7.4.8-gentoo.patch: + Removed unnecessary patch. 03 Jul 2005; Masatomo Nakano <nakano@gentoo.org> postgresql-7.3.10.ebuild: Marked stable on x86. diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest index c415cfc04fed..99980ffbc592 100644 --- a/dev-db/postgresql/Manifest +++ b/dev-db/postgresql/Manifest @@ -54,7 +54,7 @@ MD5 999379432735e7e6a71ec6ccd5a784e1 files/pg_autovacuum.conf-8.0.3 302 MD5 94081f9cc2dbcb9e1bd47cfa45d9eb6d files/postgresql-8.0.2-gentoo.patch 808 MD5 dbe0601754b798a4d08f080137a57c43 files/postgresql-7.3.9-securityfix.patch 1443 MD5 4501816025cc701e272b5e57937d0de0 files/postgresql-7.3.9-gentoo.patch 529 -MD5 73070a96fbb39842e26f24a76e8d4e1e files/postgresql-7.4.8-gentoo.patch 2360 +MD5 1b27a8ad9d652b6d292ff34ad385b208 files/postgresql-7.4.8-gentoo.patch 1729 MD5 3665230043dd69d562482d92f2d08286 files/postgresql-8.0.1-gentoo.patch 808 MD5 3b4cbf59561d655b882ab335b892909d files/digest-postgresql-7.3.6-r2 223 MD5 f96713c7df9eb83197d57a6e22cdeedf files/digest-postgresql-7.3.9-r1 223 diff --git a/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch b/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch index 30c1a94ae9b0..91f26af4a4ed 100644 --- a/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch +++ b/dev-db/postgresql/files/postgresql-7.4.8-gentoo.patch @@ -10,22 +10,6 @@ diff -Naru postgresql-7.4.8.org/configure postgresql-7.4.8/configure for pgac_rllib in -lreadline -ledit ; do pgac_save_LIBS=$LIBS LIBS="${pgac_rllib}${pgac_lib} $LIBS" -diff -Naru postgresql-7.4.8.org/src/bin/initdb/initdb.sh postgresql-7.4.8/src/bin/initdb/initdb.sh ---- postgresql-7.4.8.org/src/bin/initdb/initdb.sh 2004-05-05 17:09:56.000000000 +0100 -+++ postgresql-7.4.8/src/bin/initdb/initdb.sh 2004-09-15 20:28:35.507026977 +0100 -@@ -1145,11 +1145,7 @@ - echo - echo "Success. You can now start the database server using:" - echo "" --echo " $PGPATH/postmaster -D $PGDATA" --echo "or" --# (Advertise -l option here, otherwise we have a background --# process writing to the terminal.) --echo " $PGPATH/pg_ctl -D $PGDATA -l logfile start" -+echo " /etc/init.d/postgresql start" - echo - - exit 0 diff -Naru postgresql-7.4.8.org/src/interfaces/Makefile postgresql-7.4.8/src/interfaces/Makefile --- postgresql-7.4.8.org/src/interfaces/Makefile 2004-04-20 01:33:51.000000000 +0100 +++ postgresql-7.4.8/src/interfaces/Makefile 2005-05-09 21:59:15.000000000 +0100 |