diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-25 17:40:00 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-25 17:40:00 +0000 |
commit | 0c4849511b6e1a6b4ef59acff7249e2444624c47 (patch) | |
tree | 874910e37f5103e92630ca7e247987aed56e0cb7 /databases/postgresql73-docs | |
parent | 1c60e8e8ffbdbe97266cd982d926e3410e982f63 (diff) | |
download | pkgsrc-0c4849511b6e1a6b4ef59acff7249e2444624c47.tar.gz |
Update all postgresql73 packages to 7.3.8. This fixes following two issues:
* A vulnerability exists due to the insecure creation of temporary files,
which could possibly let a malicious user overwrite arbitrary files
* Repair possible failure to update hint bits on disk
Under rare circumstances this oversight could lead to "could not access
transaction status" failures, which qualifies it as a potential-data-loss bug.
Diffstat (limited to 'databases/postgresql73-docs')
-rw-r--r-- | databases/postgresql73-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-docs/Makefile b/databases/postgresql73-docs/Makefile index 338310a6c94..2c04011137a 100644 --- a/databases/postgresql73-docs/Makefile +++ b/databases/postgresql73-docs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/10/14 17:58:43 kristerw Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/25 17:40:01 jdolecek Exp $ PKGNAME= postgresql73-docs-${BASE_VERS} SVR4_PKGNAME= pstgd -PKGREVISION= 1 +PKGREVISION= # empty COMMENT= PostgreSQL database system documentation USE_BUILDLINK3= yes |