aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2008-01-07 13:51:57 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2008-01-07 13:51:57 +0000
commit1d25499d3df3bf1af37d63c037d37cfa4f33e952 (patch)
tree0f62b36a8d40108718996163ba98b172bad57cee /databases/postgresql91-server/files
parent374028f7dccb69fe06caa8c31f9ca48429f6975c (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/postgresql91-server/files')
-rw-r--r--databases/postgresql91-server/files/patch-doc-Makefile20
-rw-r--r--databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample33
2 files changed, 32 insertions, 21 deletions
diff --git a/databases/postgresql91-server/files/patch-doc-Makefile b/databases/postgresql91-server/files/patch-doc-Makefile
new file mode 100644
index 000000000000..805b541b438a
--- /dev/null
+++ b/databases/postgresql91-server/files/patch-doc-Makefile
@@ -0,0 +1,20 @@
+--- doc/Makefile.orig 2007-02-09 16:55:57.000000000 +0100
++++ doc/Makefile 2008-01-02 11:38:43.000000000 +0100
+@@ -25,11 +25,12 @@
+
+ .NOTPARALLEL:
+
+-ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
+-ifneq (,$(docdir))
+-found_html = yes
+-endif
+-endif
++# FreeBSD has a separate port for installing the documentation
++#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
++#ifneq (,$(docdir))
++#found_html = yes
++#endif
++#endif
+
+ ifneq ($(wildcard $(srcdir)/man.tar.gz),)
+ # SCO OpenServer's man system is sufficiently different to not bother.
diff --git a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
index 7c2831c41be0..58e776c20465 100644
--- a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
+++ b/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample
@@ -1,27 +1,18 @@
---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006
-+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006
-@@ -206,6 +206,7 @@
+--- src/backend/utils/misc/postgresql.conf.sample.orig 2007-12-07 17:44:56.000000000 +0100
++++ src/backend/utils/misc/postgresql.conf.sample 2008-01-04 14:00:09.000000000 +0100
+@@ -231,6 +231,7 @@
# - Where to Log -
+log_destination = 'syslog'
- #log_destination = 'stderr' # Valid values are combinations of
- # stderr, syslog and eventlog,
- # depending on platform.
-@@ -283,6 +284,7 @@
- #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements
- # and their durations, in milliseconds.
+ #log_destination = 'stderr' # Valid values are combinations of
+ # stderr, csvlog, syslog and eventlog,
+ # depending on platform. csvlog
+@@ -313,6 +314,7 @@
+ # and their durations, > 0 logs only
+ # statements running at least this time.
+silent_mode = on
- #silent_mode = off # DO NOT USE without syslog or
- # redirect_stderr
-
-@@ -339,6 +341,8 @@
- #---------------------------------------------------------------------------
- # AUTOVACUUM PARAMETERS
- #---------------------------------------------------------------------------
-+
-+autovacuum = on
-
- #autovacuum = off # enable autovacuum subprocess?
- #autovacuum_naptime = 60 # time between autovacuum runs, in secs
+ #silent_mode = off # DO NOT USE without syslog or
+ # logging_collector
+ # (change requires restart)