Date: Sun, 20 Feb 2005 05:38:24 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql73-server Makefile ports/databases/postgresql73-server/files ports/databases/postgresql74-server Makefile patch-src-pl-plpgsql-src-pl-gram-c ports/databases/postgresql80-server patch-src-pl-plpgsql-src-pl-gram-c Message-ID: <200502200538.j1K5cO3v097706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
girgen 2005-02-20 05:38:24 UTC
FreeBSD ports repository
Modified files:
databases/postgresql73-server Makefile
databases/postgresql74-server Makefile
databases/postgresql80-server Makefile
Added files:
databases/postgresql73-server/files
patch-src-pl-plpgsql-src-pl-gram-c
databases/postgresql74-server/files
patch-src-pl-plpgsql-src-pl-gram-c
databases/postgresql80-server/files
patch-src-pl-plpgsql-src-pl-gram-c
Log:
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)
Revision Changes Path
1.134 +1 -1 ports/databases/postgresql73-server/Makefile
1.1 +80 -0 ports/databases/postgresql73-server/files/patch-src-pl-plpgsql-src-pl-gram-c (new)
1.135 +1 -1 ports/databases/postgresql74-server/Makefile
1.1 +88 -0 ports/databases/postgresql74-server/files/patch-src-pl-plpgsql-src-pl-gram-c (new)
1.138 +1 -1 ports/databases/postgresql80-server/Makefile
1.1 +91 -0 ports/databases/postgresql80-server/files/patch-src-pl-plpgsql-src-pl-gram-c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502200538.j1K5cO3v097706>
