summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-pl-gram-c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing problems with the recent security patch: When bison was notPalle Girgensohn2005-02-201-0/+91
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: svn path=/head/; revision=129331