diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2008-01-07 13:51:57 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2008-01-07 13:51:57 +0000 |
commit | 1d25499d3df3bf1af37d63c037d37cfa4f33e952 (patch) | |
tree | 0f62b36a8d40108718996163ba98b172bad57cee /databases/postgresql80-server/files | |
parent | - update to 3.11 (diff) |
Update all PostgreSQL ports to latest versions.
This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772,
CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769.
Security: http://www.postgresql.org/about/news.905
Notes
Notes:
svn path=/head/; revision=205167
Diffstat (limited to 'databases/postgresql80-server/files')
-rw-r--r-- | databases/postgresql80-server/files/patch-doc-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql80-server/files/patch-doc-Makefile b/databases/postgresql80-server/files/patch-doc-Makefile new file mode 100644 index 000000000000..35e822272f15 --- /dev/null +++ b/databases/postgresql80-server/files/patch-doc-Makefile @@ -0,0 +1,11 @@ +--- doc/Makefile~ 2003-11-29 20:51:36.000000000 +0100 ++++ doc/Makefile 2008-01-07 11:58:07.000000000 +0100 +@@ -27,7 +27,7 @@ + + ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) + ifneq (,$(docdir)) +-found_html := yes ++#found_html := yes + endif + endif + |