diff options
author | adam <adam@pkgsrc.org> | 2010-10-07 15:53:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-07 15:53:22 +0000 |
commit | 228315fe8e7852fe93b6c48c0ab602df2c6572c8 (patch) | |
tree | 790d11f9ee84bff1da7fb410d09e05f57d5aa668 | |
parent | e9a25d6208ea1cb92d6553e854560bbb4652073f (diff) | |
download | pkgsrc-228315fe8e7852fe93b6c48c0ab602df2c6572c8.tar.gz |
Changes 8.4.5:
* Use a separate interpreter for each calling SQL userid in PL/Perl and PL/Tcl
* Prevent possible crashes in pg_get_expr() by disallowing it from being called
with an argument that is not one of the system catalog columns it's intended
to be used with
* Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Windows
* Fix incorrect placement of placeholder evaluation
* Fix possible duplicate scans of UNION ALL member relations
* Fix "cannot handle unplanned sub-select" error
* Fix mishandling of whole-row Vars that reference a view or sub-select and
appear within a nested sub-select
* Fix mishandling of cross-type IN comparisons
* Fix computation of "ANALYZE" statistics for tsvector columns
* Improve planner's estimate of memory used by array_agg(), string_agg(), and
similar aggregate functions
* Fix failure to mark cached plans as transient
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases, and
provide additional detail in the resulting error messages
* Fix incorrect search logic for partial-match queries with GIN indexes
* Prevent show_session_authorization() from crashing within autovacuum
processes
* Defend against functions returning setof record where not all the returned
rows are actually of the same rowtype
* Fix possible corruption of pending trigger event lists during subtransaction
rollback
* Fix possible failure when hashing a pass-by-reference function result
* Improve merge join's handling of NULLs in the join columns
* Take care to fsync the contents of lockfiles (both "postmaster.pid" and the
socket lockfile) while writing them
* Avoid recursion while assigning XIDs to heavily-nested subtransactions
* Avoid holding open old WAL segments in the walwriter process
* Fix log_line_prefix's %i escape, which could produce junk early in backend
startup
* Prevent misinterpretation of partially-specified relation options
for TOAST tables
* Fix inheritance count tracking in "ALTER TABLE ... ADD CONSTRAINT"
* Fix possible data corruption in "ALTER TABLE ... SET TABLESPACE" when
archiving is enabled
* Allow "CREATE DATABASE" and "ALTER DATABASE ... SET TABLESPACE" to be
interrupted by query-cancel
* Improve "CREATE INDEX"'s checking of whether proposed index
expressions are immutable
* Fix "REASSIGN OWNED" to handle operator classes and families
* Fix possible core dump when comparing two empty tsquery values
* Fix LIKE's handling of patterns containing % followed by _
-rw-r--r-- | databases/postgresql84-client/Makefile | 5 | ||||
-rw-r--r-- | databases/postgresql84-client/PLIST | 26 | ||||
-rw-r--r-- | databases/postgresql84-plperl/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql84-server/PLIST | 19 | ||||
-rw-r--r-- | databases/postgresql84/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql84/distinfo | 8 |
6 files changed, 44 insertions, 21 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile index 02833331d5a..a803d26880c 100644 --- a/databases/postgresql84-client/Makefile +++ b/databases/postgresql84-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/05/20 12:36:39 adam Exp $ +# $NetBSD: Makefile,v 1.9 2010/10/07 15:53:22 adam Exp $ PKGNAME= postgresql84-client-${BASE_VERS} COMMENT= PostgreSQL database client programs @@ -85,8 +85,7 @@ post-wrapper: post-install: cd ${WRKSRC}/doc; for file in \ - FAQ* KNOWN_BUGS MISSING_FEATURES README.* TODO \ - bug.template; \ + KNOWN_BUGS MISSING_FEATURES README.* TODO bug.template; \ do \ ${INSTALL_DATA} $$file ${DESTDIR}${PG_DOC_DIR}/$$file; \ done; \ diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST index 102ea238f6d..520b3bc0ad1 100644 --- a/databases/postgresql84-client/PLIST +++ b/databases/postgresql84-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2010/05/20 12:36:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2010/10/07 15:53:22 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -674,7 +674,6 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/LEGALNOTICE.html ${PG_SUBPREFIX}share/doc/postgresql/html/acronyms.html ${PG_SUBPREFIX}share/doc/postgresql/html/admin.html ${PG_SUBPREFIX}share/doc/postgresql/html/adminpack.html -${PG_SUBPREFIX}share/doc/postgresql/html/anoncvs.html ${PG_SUBPREFIX}share/doc/postgresql/html/app-clusterdb.html ${PG_SUBPREFIX}share/doc/postgresql/html/app-createdb.html ${PG_SUBPREFIX}share/doc/postgresql/html/app-createlang.html @@ -791,7 +790,6 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/contrib-spi.html ${PG_SUBPREFIX}share/doc/postgresql/html/contrib.html ${PG_SUBPREFIX}share/doc/postgresql/html/creating-cluster.html ${PG_SUBPREFIX}share/doc/postgresql/html/cube.html -${PG_SUBPREFIX}share/doc/postgresql/html/cvs.html ${PG_SUBPREFIX}share/doc/postgresql/html/database-roles.html ${PG_SUBPREFIX}share/doc/postgresql/html/datatype-binary.html ${PG_SUBPREFIX}share/doc/postgresql/html/datatype-bit.html @@ -1235,6 +1233,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-27.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-28.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-29.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-30.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-6.html @@ -1260,6 +1259,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-22.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-23.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-24.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-25.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-26.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html @@ -1282,6 +1282,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-19.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-20.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-21.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-22.html ${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 @@ -1299,6 +1300,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-15.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-16.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-17.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-18.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html @@ -1311,6 +1313,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-12.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html @@ -1324,6 +1327,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html @@ -1333,7 +1337,6 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html ${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html ${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html ${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html -${PG_SUBPREFIX}share/doc/postgresql/html/rsync.html ${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html ${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html ${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html @@ -1364,6 +1367,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/server-shutdown.html ${PG_SUBPREFIX}share/doc/postgresql/html/server-start.html ${PG_SUBPREFIX}share/doc/postgresql/html/source-format.html ${PG_SUBPREFIX}share/doc/postgresql/html/source.html +${PG_SUBPREFIX}share/doc/postgresql/html/sourcerepo.html ${PG_SUBPREFIX}share/doc/postgresql/html/spi-examples.html ${PG_SUBPREFIX}share/doc/postgresql/html/spi-interface-support.html ${PG_SUBPREFIX}share/doc/postgresql/html/spi-interface.html @@ -1721,12 +1725,16 @@ ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_dump-8.4.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_resetxlog-8.4.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pgscripts-8.4.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/psql-8.4.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/ecpg-8.4.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/initdb-8.4.mo ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/libpq5-8.4.mo ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_config-8.4.mo ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_controldata-8.4.mo ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_ctl-8.4.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_dump-8.4.mo ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_resetxlog-8.4.mo ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pgscripts-8.4.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/psql-8.4.mo ${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/pg_config-8.4.mo ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpg-8.4.mo ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpglib6-8.4.mo @@ -1785,5 +1793,15 @@ ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_dump-8.4.mo ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-8.4.mo ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pgscripts-8.4.mo ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/psql-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/ecpg-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/initdb-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/libpq5-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_config-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_controldata-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_ctl-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_dump-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pgscripts-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/psql-8.4.mo ${PG_SUBPREFIX}share/postgresql/pg_service.conf.sample ${PG_SUBPREFIX}share/postgresql/psqlrc.sample diff --git a/databases/postgresql84-plperl/Makefile b/databases/postgresql84-plperl/Makefile index c0033b50056..de38137b759 100644 --- a/databases/postgresql84-plperl/Makefile +++ b/databases/postgresql84-plperl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:33:08 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/10/07 15:53:22 adam Exp $ PKGNAME= postgresql84-plperl-${BASE_VERS} -PKGREVISION= 1 COMMENT= PL/Perl procedural language for the PostgreSQL backend PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/postgresql84-server/PLIST b/databases/postgresql84-server/PLIST index 53b47065633..658c017e733 100644 --- a/databases/postgresql84-server/PLIST +++ b/databases/postgresql84-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/05/20 12:36:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/10/07 15:53:22 adam Exp $ ${PG_SUBPREFIX}bin/postgres ${PG_SUBPREFIX}bin/postmaster ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la @@ -14,9 +14,9 @@ ${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la ${PG_SUBPREFIX}lib/postgresql/plpgsql.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_ascii.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_big5.la -${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jis_2004.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_cyrillic.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_cn.la +${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jis_2004.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_jp.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_kr.la ${PG_SUBPREFIX}lib/postgresql/utf8_and_euc_tw.la @@ -39,11 +39,16 @@ ${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/postgres-8.4.mo ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpgsql0-8.4.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpgsql0-8.4.mo ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-8.4.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/plpgsql0-8.4.mo +${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/postgres-8.4.mo +${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpgsql0-8.4.mo ${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-8.4.mo ${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql0-8.4.mo ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-8.4.mo ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql0-8.4.mo ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/plpgsql0-8.4.mo +${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/postgres-8.4.mo ${PG_SUBPREFIX}share/postgresql/conversion_create.sql ${PG_SUBPREFIX}share/postgresql/information_schema.sql ${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample @@ -53,8 +58,8 @@ ${PG_SUBPREFIX}share/postgresql/postgres.description ${PG_SUBPREFIX}share/postgresql/postgres.shdescription ${PG_SUBPREFIX}share/postgresql/postgresql.conf.sample ${PG_SUBPREFIX}share/postgresql/recovery.conf.sample -${PG_SUBPREFIX}share/postgresql/sql_features.txt ${PG_SUBPREFIX}share/postgresql/snowball_create.sql +${PG_SUBPREFIX}share/postgresql/sql_features.txt ${PG_SUBPREFIX}share/postgresql/system_views.sql ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Abidjan ${PG_SUBPREFIX}share/postgresql/timezone/Africa/Accra @@ -122,15 +127,15 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Jujuy ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/La_Rioja ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Mendoza ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Rio_Gallegos +${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Salta ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Juan ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/San_Luis -${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Salta ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Tucuman ${PG_SUBPREFIX}share/postgresql/timezone/America/Argentina/Ushuaia ${PG_SUBPREFIX}share/postgresql/timezone/America/Aruba ${PG_SUBPREFIX}share/postgresql/timezone/America/Asuncion -${PG_SUBPREFIX}share/postgresql/timezone/America/Atka ${PG_SUBPREFIX}share/postgresql/timezone/America/Atikokan +${PG_SUBPREFIX}share/postgresql/timezone/America/Atka ${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia ${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia_Banderas ${PG_SUBPREFIX}share/postgresql/timezone/America/Barbados @@ -241,9 +246,9 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Regina ${PG_SUBPREFIX}share/postgresql/timezone/America/Resolute ${PG_SUBPREFIX}share/postgresql/timezone/America/Rio_Branco ${PG_SUBPREFIX}share/postgresql/timezone/America/Rosario +${PG_SUBPREFIX}share/postgresql/timezone/America/Santa_Isabel ${PG_SUBPREFIX}share/postgresql/timezone/America/Santarem ${PG_SUBPREFIX}share/postgresql/timezone/America/Santiago -${PG_SUBPREFIX}share/postgresql/timezone/America/Santa_Isabel ${PG_SUBPREFIX}share/postgresql/timezone/America/Santo_Domingo ${PG_SUBPREFIX}share/postgresql/timezone/America/Sao_Paulo ${PG_SUBPREFIX}share/postgresql/timezone/America/Scoresbysund @@ -566,6 +571,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/PST8PDT ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Apia ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Auckland ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Chatham +${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Chuuk ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Easter ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Efate ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Enderbury @@ -591,6 +597,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Noumea ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Pago_Pago ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Palau ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Pitcairn +${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Pohnpei ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Ponape ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Port_Moresby ${PG_SUBPREFIX}share/postgresql/timezone/Pacific/Rarotonga diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common index 380fc83079a..3ed61250055 100644 --- a/databases/postgresql84/Makefile.common +++ b/databases/postgresql84/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2010/05/20 12:36:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.7 2010/10/07 15:53:22 adam Exp $ # # used by databases/postgresql84-adminpack/Makefile # used by databases/postgresql84-client/Makefile @@ -42,7 +42,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql84/patches # DIST_VERS version number on the postgresql distfile # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # Note: Do not forget jdbc-postgresql84 when updating version -DIST_VERS?= 8.4.4 +DIST_VERS?= 8.4.5 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=${BASE_VERS} diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo index 762b7d1cbc0..00123b30ef6 100644 --- a/databases/postgresql84/distinfo +++ b/databases/postgresql84/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2010/08/04 06:00:55 mbalmer Exp $ +$NetBSD: distinfo,v 1.7 2010/10/07 15:53:22 adam Exp $ -SHA1 (postgresql-8.4.4.tar.bz2) = 02592977a601976f8bae7bc3a5c69710d4d0344d -RMD160 (postgresql-8.4.4.tar.bz2) = d2d45112c19a2f20d49ab82bd8f86b6ace7decd3 -Size (postgresql-8.4.4.tar.bz2) = 13853838 bytes +SHA1 (postgresql-8.4.5.tar.bz2) = 6e6213c3a93b86c2a6eda1e76fd73881e48af09b +RMD160 (postgresql-8.4.5.tar.bz2) = 5dc9b2a894c4b09af5a83a98527ebd5dff9a52b3 +Size (postgresql-8.4.5.tar.bz2) = 14114152 bytes SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3 SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb |