diff options
author | girgen <girgen@FreeBSD.org> | 2005-05-11 08:40:15 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-05-11 08:40:15 +0800 |
commit | b84187700a41124d5cc05b4dba78eb604a08a80d (patch) | |
tree | 5ad08e190e0f5ffe85fe84974fed9f15747f6c1f /UPDATING | |
parent | b0dd13fec32ff95dca0871c7cfe23b8eb6f62548 (diff) | |
download | freebsd-ports-gnome-b84187700a41124d5cc05b4dba78eb604a08a80d.tar.gz freebsd-ports-gnome-b84187700a41124d5cc05b4dba78eb604a08a80d.tar.zst freebsd-ports-gnome-b84187700a41124d5cc05b4dba78eb604a08a80d.zip |
Fixing problems with the recent security patch: When bison was not
installed, the patched gram.y file would not be used and the security
patch would be a no-op. Also, I've had reports of compilation errors
related to bison.
Since checking for the correct version of bison is hard and error
prone, I'm doing what the postgresql distribution does - patching the
yacc:ed .c file to get rid of the building dependency.
Bumping portrevision of -server.
Pointy hat to: me
Noticed by: Mike Harding and others
Security: http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by: seanc (implicit)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050511: + AFFECTS: users of databases/postgresql??-(server|contrib) + AUTHOR: girgen@FreeBSD.org + + The PostgreSQL ports have been updated to latest versions. A + security problem in the template database requires a simple SQL + command to be run on each database. because these problems are + really incorrect system catalog entries. Updating to a new release + will NOT by itself solve the problems in an existing + installation. + + See http://www.postgresql.org/about/news.315 for details. + 20050501: AFFECTS: users of lang/ocaml based applications and libraries AUTHOR: lioux@FreeBSD.org |