diff options
author | adam <adam@pkgsrc.org> | 2007-02-05 11:10:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-02-05 11:10:02 +0000 |
commit | 48a36d84cbcc75c83c42d22c934106eeb3126d2b (patch) | |
tree | ec9dca829df2eff84caecac34c50e71bc626a8e7 /databases/postgresql82-plpython | |
parent | c55eb274b2bd51fa75928e9f1a03d059414feecb (diff) | |
download | pkgsrc-48a36d84cbcc75c83c42d22c934106eeb3126d2b.tar.gz |
Changes 8.2.2:
* Remove security vulnerabilities that allowed connected users to
read backend memory
* Fix not-so-rare-anymore bug wherein btree index page splits could
fail due to choosing an infeasible split point
* Fix Borland C compile scripts
* Properly handle to_char('CC') for years ending in 00
Year 2000 is in the twentieth century, not the twenty-first.
* "/contrib/tsearch2" localization improvements
* Fix incorrect permission check in information_schema.key_column_usage view
* Improve "VACUUM" performance for databases with many tables
* Fix for rare Assert() crash triggered by UNION
* Fix potentially incorrect results from index searches using ROW
inequality conditions
* Tighten security of multi-byte character processing for UTF8
sequences over three bytes long
* Fix bogus "permission denied" failures occurring on Windows due to
attempts to fsync already-deleted files
* Fix bug that could cause the statistics collector to hang on
Windows
* Fix possible crashes when an already-in-use PL/pgSQL function is
updated
* Improve PL/pgSQL handling of domain types
* Fix possible errors in processing PL/pgSQL exception blocks
Diffstat (limited to 'databases/postgresql82-plpython')
-rw-r--r-- | databases/postgresql82-plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql82-plpython/Makefile b/databases/postgresql82-plpython/Makefile index 9ce53c0a684..96f4677089a 100644 --- a/databases/postgresql82-plpython/Makefile +++ b/databases/postgresql82-plpython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/09 16:14:23 adam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/05 11:10:02 adam Exp $ PKGNAME= postgresql82-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend @@ -10,7 +10,7 @@ DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" -BUILD_DIRS= ${WRKSRC}/src/pl/plpython +BUILD_DIRS= src/pl/plpython USE_LIBTOOL= yes PKG_LIBTOOL= ${PKG_SHLIBTOOL} |