diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-02-03 09:30:27 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-02-03 09:30:27 +0000 |
commit | 88413af3b8210a5e5d7a3dbb2a6050f03229850b (patch) | |
tree | 9ed8a3148862873a5079319de478bac6760b1685 /databases/postgresql-plpython | |
parent | dcb317c2440650bc330789a14d4da2e2ff93ade8 (diff) | |
download | ports-88413af3b8210a5e5d7a3dbb2a6050f03229850b.tar.gz ports-88413af3b8210a5e5d7a3dbb2a6050f03229850b.zip |
In order to address a potential security hole recently identified with
the "LOAD" option, the PostgreSQL Global Development Group is
announcing the release of new versions of PostgreSQL.
Update to 7.3.9, 7.4.7 & 8.0.1.
Take the opportunity to reset PORTREVISION of slave ports.
Back out name change of startup script. The new script uses rc.subr(8),
and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD
4.x. Hence rename the script it back to the top of the directory
list. [1]
The periodic script should of course be executable. [2]
[1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk>
[2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de>
Notes
Notes:
svn path=/head/; revision=127966
Diffstat (limited to 'databases/postgresql-plpython')
-rw-r--r-- | databases/postgresql-plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-plpython/Makefile b/databases/postgresql-plpython/Makefile index 427d8414ff47..1acfa39b6e2a 100644 --- a/databases/postgresql-plpython/Makefile +++ b/databases/postgresql-plpython/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= databases python PKGNAMESUFFIX= -plpython |