Subject: CVS commit: [pkgsrc-2005Q2] pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 08/18/2005 22:47:33
Module Name: pkgsrc
Committed By: salo
Date: Thu Aug 18 22:47:33 UTC 2005
Modified Files:
pkgsrc/databases/postgresql73 [pkgsrc-2005Q2]: Makefile.common distinfo
pkgsrc/databases/postgresql73-docs [pkgsrc-2005Q2]: PLIST
pkgsrc/databases/postgresql73-lib [pkgsrc-2005Q2]: Makefile
buildlink3.mk
Removed Files:
pkgsrc/databases/postgresql73/patches [pkgsrc-2005Q2]: patch-al
Log Message:
Pullup ticket 684 - requested by Adrian Portelli
security update for postgresql73
Revisions pulled up:
- pkgsrc/databases/postgresql73/Makefile.common 1.10, 1.11
- pkgsrc/databases/postgresql73/distinfo 1.10
- pkgsrc/databases/postgresql73/patches/patch-al removed
- pkgsrc/databases/postgresql73-docs/PLIST 1.5
- pkgsrc/databases/postgresql73-lib/Makefile 1.11, 1.12
- pkgsrc/databases/postgresql73-lib/buildlink3.mk 1.3
Module Name: pkgsrc
Committed By: jschauma
Date: Wed Jul 13 15:34:01 UTC 2005
Modified Files:
pkgsrc/databases/postgresql73: Makefile.common
Log Message:
add template for IRIX
---
Module Name: pkgsrc
Committed By: jlam
Date: Fri Jul 15 18:27:56 UTC 2005
Modified Files:
pkgsrc/databases/postgresql73-lib: Makefile
pkgsrc/databases/postgresql73-server: Makefile
Log Message:
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
---
Module Name: pkgsrc
Committed By: adrianp
Date: Sun Aug 7 18:19:16 UTC 2005
Modified Files:
pkgsrc/databases/postgresql73: Makefile.common distinfo
pkgsrc/databases/postgresql73-docs: PLIST
pkgsrc/databases/postgresql73-lib: Makefile buildlink3.mk
pkgsrc/databases/postgresql73-plperl: Makefile
Removed Files:
pkgsrc/databases/postgresql73/patches: patch-al
Log Message:
Update to 7.3.10
Posted on 2005-05-12:
In order to address several security issues identified over the past two
weeks, as well as one "low probability" race condition, we are releasing
new version of PostgreSQL as far back as the 7.2.x branch.
Please note that the security issues were those already reported by Tom
Lane, as well as a manual fix for them. These releases are mainly to
ensure that those installing and/or upgrading existing installations have
those fixes automatically.
For details on the fixes, please see the HISTORY file included in
the Release, but a summary consists of:
* Change encoding function signature to prevent misuse
* Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function
results
* Repair race condition between relation extension and VACUUM This could
theoretically have caused loss of a page's worth of freshly-inserted
data, although the scenario seems of very low probability. There are
no known cases of it having caused more than an Assert failure.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 pkgsrc/databases/postgresql73/Makefile.common \
pkgsrc/databases/postgresql73/distinfo
cvs rdiff -r1.4 -r1.4.4.1 pkgsrc/databases/postgresql73-docs/PLIST
cvs rdiff -r1.10 -r1.10.2.1 pkgsrc/databases/postgresql73-lib/Makefile
cvs rdiff -r1.2 -r1.2.4.1 pkgsrc/databases/postgresql73-lib/buildlink3.mk
cvs rdiff -r1.2 -r0 pkgsrc/databases/postgresql73/patches/patch-al
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.