diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-03-17 21:38:32 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-03-17 21:38:32 +0000 |
commit | 1fe750d620e771c4586ebeede511183564064aba (patch) | |
tree | ff069e1d20edbfc914d51e1a735baf58be3d5535 /databases/postgresql73-lib | |
parent | 61c3d0707262a5fa267100387175166773a1b59d (diff) | |
download | pkgsrc-1fe750d620e771c4586ebeede511183564064aba.tar.gz |
Backport patch from http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/gram.y.diff?r1=1.64.4.1&r2=1.64.4.2
to fix CAN-2005-0247 for postgresql73
Bump PKGREVISION on postgresql73-lib
Diffstat (limited to 'databases/postgresql73-lib')
-rw-r--r-- | databases/postgresql73-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-lib/Makefile b/databases/postgresql73-lib/Makefile index 01c12c1bbb0..ce91180280f 100644 --- a/databases/postgresql73-lib/Makefile +++ b/databases/postgresql73-lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/02/05 14:49:03 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/17 21:38:32 jschauma Exp $ PKGNAME= postgresql73-lib-${BASE_VERS} -PKGREVISION= # empty +PKGREVISION= 1 SVR4_PKGNAME= pstgl COMMENT= PostgreSQL database headers and libraries |