From 85e4e498063b6ec1ad7101e6c6a0b60e3104c2a6 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Tue, 23 May 2006 21:18:58 +0000 Subject: Update all PostgreSQL to fix a security flaw The PostgreSQL Global Development Group today released versions 8.1.4, 8.0.8, 7.4.13 and 7.3.15. This is an urgent update to close a security hole which can permit a SQL injection attack on some applications running PostgreSQL. Users are urged to apply the update as soon as reasonably possible. Since the update affects client functionality, most driver projects will be updating this week as well. Because the security issue involved is complex, we have added a section in Techdocs to explain it: http://www.postgresql.org/docs/techdocs.52. Please read this first before applying the updates. Also, fix rc_subr startup problems on FreeBSD-7.x. Security: http://www.postgresql.org/docs/techdocs.50 PR: ports/95154 --- databases/postgresql83-server/files/pgsql.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql83-server/files') diff --git a/databases/postgresql83-server/files/pgsql.sh.tmpl b/databases/postgresql83-server/files/pgsql.sh.tmpl index e6a538b409a2..3456ed3d7282 100644 --- a/databases/postgresql83-server/files/pgsql.sh.tmpl +++ b/databases/postgresql83-server/files/pgsql.sh.tmpl @@ -20,6 +20,7 @@ # For postmaster startup options, edit ${postgresql_data}/postgresql.conf prefix=%%PREFIX%% +command=${prefix}/bin/pg_ctl . %%RC_SUBR%% @@ -34,7 +35,6 @@ postgresql_class=${postgresql_class:-"default"} name=postgresql rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl command_args="-D ${postgresql_data} ${postgresql_flags}" extra_commands="reload initdb" -- cgit v1.2.3