diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-05-11 00:40:15 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-05-11 00:40:15 +0000 |
commit | ebc37b4280af7c97d0b2d8b0724cb33e36c05bc8 (patch) | |
tree | d863b10281fb5e8e7346b9cd123898ab066d2533 /UPDATING | |
parent | - Remove need for audio/speex-devel, since audio/speex as of version 1.0.5 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=135025
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 |