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 | |
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')
-rw-r--r-- | databases/postgresql82-client/PLIST | 9 | ||||
-rw-r--r-- | databases/postgresql82-plperl/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql82-plpython/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql82-pltcl/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql82/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql82/distinfo | 8 |
6 files changed, 19 insertions, 14 deletions
diff --git a/databases/postgresql82-client/PLIST b/databases/postgresql82-client/PLIST index c44904f5509..69d642bd6e7 100644 --- a/databases/postgresql82-client/PLIST +++ b/databases/postgresql82-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/01/08 18:16:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/02/05 11:10:02 adam Exp $ ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo ${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo @@ -1168,6 +1168,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-17.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html @@ -1184,6 +1185,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-12.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-13.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html @@ -1195,6 +1197,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html @@ -1210,9 +1213,11 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html ${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html @@ -1478,7 +1483,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/wal-intro.html ${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html ${PG_SUBPREFIX}share/doc/postgresql/html/wal.html ${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html -${PG_SUBPREFIX}share/doc/postgresql/html/x71094.html +${PG_SUBPREFIX}share/doc/postgresql/html/x71114.html ${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html ${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html ${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html diff --git a/databases/postgresql82-plperl/Makefile b/databases/postgresql82-plperl/Makefile index 2fbc738d43a..b36aa2b9949 100644 --- a/databases/postgresql82-plperl/Makefile +++ b/databases/postgresql82-plperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/09 16:15:06 adam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/05 11:10:02 adam Exp $ PKGNAME= postgresql82-plperl-${BASE_VERS} COMMENT= PL/Perl procedural language for the PostgreSQL backend @@ -10,7 +10,7 @@ DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server PERL5_CONFIGURE= no CONFIGURE_ARGS+= --with-perl -BUILD_DIRS= ${WRKSRC}/src/pl/plperl +BUILD_DIRS= src/pl/plperl MAKE_FILE= GNUmakefile USE_LIBTOOL= yes 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} diff --git a/databases/postgresql82-pltcl/Makefile b/databases/postgresql82-pltcl/Makefile index cfbce001264..b59724e7a7f 100644 --- a/databases/postgresql82-pltcl/Makefile +++ b/databases/postgresql82-pltcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/09 16:14:46 adam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/05 11:10:03 adam Exp $ PKGNAME= postgresql82-pltcl-${BASE_VERS} COMMENT= PL/Tcl procedural language for the PostgreSQL backend @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib" CONFIGURE_ENV+= TCLSH="${TCLSH}" TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh -BUILD_DIRS= ${WRKSRC}/src/pl/tcl +BUILD_DIRS= src/pl/tcl USE_LIBTOOL= yes PKG_LIBTOOL= ${PKG_SHLIBTOOL} diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common index 03a96aaf053..0c1bc383e08 100644 --- a/databases/postgresql82/Makefile.common +++ b/databases/postgresql82/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2007/01/08 18:16:09 adam Exp $ +# $NetBSD: Makefile.common,v 1.3 2007/02/05 11:10:02 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql82/patches # # Note: Do not forget jdbc-postgresql82 when updating version # -DIST_VERS?= 8.2.1 +DIST_VERS?= 8.2.2 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS} diff --git a/databases/postgresql82/distinfo b/databases/postgresql82/distinfo index 27a1be9d89d..d041f6faea3 100644 --- a/databases/postgresql82/distinfo +++ b/databases/postgresql82/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2007/01/13 21:26:35 abs Exp $ +$NetBSD: distinfo,v 1.5 2007/02/05 11:10:02 adam Exp $ -SHA1 (postgresql-8.2.1.tar.bz2) = d73b964ca068c36c9d88766d551f25e0feb8de13 -RMD160 (postgresql-8.2.1.tar.bz2) = 04013d021fdb446d6b45ec2e67f1c9ba4e8eaabb -Size (postgresql-8.2.1.tar.bz2) = 12462840 bytes +SHA1 (postgresql-8.2.2.tar.bz2) = 6419677afd0cc3a93070e966bdf449094d2110f0 +RMD160 (postgresql-8.2.2.tar.bz2) = 8cf5305a92a0253387bfeb49ecfe1826e33d62f9 +Size (postgresql-8.2.2.tar.bz2) = 12472390 bytes SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d SHA1 (patch-ab) = c602b4c381c730368c19fb5ab765c69c7b5573bb SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9 |