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 | 9e69c06ff93ef39f251c8ffe4dba82d03961fcbd (patch) | |
tree | 874910e37f5103e92630ca7e247987aed56e0cb7 /databases/postgresql73-docs/Makefile | |
parent | 33217b4ff7cfbc963c5312fd8a6ddc6685c89f47 (diff) | |
download | pkgsrc-9e69c06ff93ef39f251c8ffe4dba82d03961fcbd.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/Makefile')
-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 |