head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.34 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.32 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.28 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.26 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.12 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.2 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2006.06.06.19.17.06; author joerg; state dead; branches; next 1.2; 1.2 date 2004.10.10.18.26.00; author jdolecek; state Exp; branches; next 1.1; 1.1 date 2004.07.24.22.14.40; author recht; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.07.24.22.14.40; author recht; state Exp; branches 1.1.1.1.2.1; next ; 1.1.1.1.2.1 date 2004.11.08.16.43.29; author salo; state Exp; branches; next ; desc @@ 1.3 log @Remove PostgreSQL 7.3 and pgaccess. @ text @$NetBSD: patch-ad,v 1.2 2004/10/10 18:26:00 jdolecek Exp $ --- src/Makefile.global.in.orig 2002-09-05 00:54:18.000000000 +0200 +++ src/Makefile.global.in 2004-10-10 20:20:34.000000000 +0200 @@@@ -111,6 +111,13 @@@@ endif endif +htmldir := @@htmldir@@ +ifeq "$(findstring pgsql, $(htmldir))" "" +ifeq "$(findstring postgres, $(htmldir))" "" +override htmldir := $(docdir)/postgresql +endif +endif + javadir := $(DESTDIR)$(datadir)/java localedir := @@localedir@@ @@@@ -124,6 +131,7 @@@@ with_java = @@with_java@@ with_perl = @@with_perl@@ with_python = @@with_python@@ +with_python_compile = @@with_python_compile@@ with_tcl = @@with_tcl@@ with_tk = @@with_tk@@ enable_shared = @@enable_shared@@ @@@@ -135,7 +143,7 @@@@ python_includespec = @@python_includespec@@ python_moduledir = @@python_moduledir@@ python_moduleexecdir = @@python_moduleexecdir@@ -python_libspec = @@python_libspec@@ +python_libspec = -Wl,-R${PREFIX}/lib -L${PREFIX}/lib @@python_libspec@@ python_configdir = @@python_configdir@@ krb_srvtab = @@krb_srvtab@@ @@@@ -285,13 +293,20 @@@@ libpq_builddir = $(top_builddir)/src/interfaces/libpq libpq = -L$(libpq_builddir) -lpq +libpgtcl_srcdir = $(top_srcdir)/src/interfaces/libpgtcl +libpgtcl_builddir = $(top_builddir)/src/interfaces/libpgtcl +libpgtcl = -L$(libpgtcl_builddir) -lpgtcl + submake-libpq: $(MAKE) -C $(libpq_builddir) all submake-libpgport: $(MAKE) -C $(top_builddir)/src/port all -.PHONY: submake-libpq submake-libpgport +submake-libpgtcl: + $(MAKE) -C $(libpgtcl_builddir) all + +.PHONY: submake-libpq submake-libpgport submake-libpgtcl ########################################################################## @ 1.2 log @add patches to make it possible to compile PL/Python @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.13 2003/04/03 18:06:13 toshii Exp $ d3 2 a4 2 --- src/Makefile.global.in.orig Thu Sep 5 07:54:18 2002 +++ src/Makefile.global.in d27 9 @ 1.1.1.1 log @reimport of postgresql as postgresql73 PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This is the meta-package for the PostgreSQL database system. @ text @@ 1.1.1.1.2.1 log @Pullup ticket 126 - requested by Havard Eidnes security and bug fixes for postgresql73 Module Name: pkgsrc Committed By: jdolecek Date: Sun Oct 10 15:58:03 UTC 2004 Modified Files: pkgsrc/databases/postgresql73-client: Makefile Log Message: kill -O pax argument - it's not portable, and it's not needed here in first place fixes PR pkg/23829 by Michal Pasternak --- Module Name: pkgsrc Committed By: jdolecek Date: Sun Oct 10 17:27:43 UTC 2004 Modified Files: pkgsrc/databases/postgresql73: Makefile.common Added Files: pkgsrc/databases/postgresql73/files: netbsd.c netbsd.h Log Message: Update the NetBSD dynloader wrapper code to use straigh dl*() calls on all archs. This fixes support for dynamic loading on mips and also improves error reporting. Fixes PR pkg/25473 by Byron Servies. PKGREVISION not bumped, will ride update to 7.3.7 --- Module Name: pkgsrc Committed By: jdolecek Date: Sun Oct 10 17:46:07 UTC 2004 Modified Files: pkgsrc/databases/postgresql73: Makefile.common distinfo pkgsrc/databases/postgresql73-client: Makefile pkgsrc/databases/postgresql73-lib: Makefile pkgsrc/databases/postgresql73-pltcl: Makefile pkgsrc/databases/postgresql73-server: Makefile pkgsrc/doc: CHANGES Log Message: Update to PostgreSQL 7.3.7. Changes: * Prevent possible loss of committed transactions during crash Due to insufficient interlocking between transaction commit and checkpointing, it was possible for transactions committed just before the most recent checkpoint to be lost, in whole or in part, following a database crash and restart. This is a serious bug that has existed since PostgreSQL 7.1. * Remove asymmetrical word processing in tsearch (Teodor) * Properly schema-qualify function names when pg_dump'ing a CAST --- Module Name: pkgsrc Committed By: jdolecek Date: Sun Oct 10 17:48:34 UTC 2004 Modified Files: pkgsrc/databases/jdbc-postgresql: Makefile distinfo pkgsrc/doc: CHANGES Log Message: Update to JDBC driver included with PostgreSQL 7.3.7. Notable change in 7.3.5: * Remove ability to bind a list of values to a single parameter in JDBC (prevents possible SQL-injection attacks) --- Module Name: pkgsrc Committed By: kristerw Date: Thu Oct 14 17:58:43 UTC 2004 Modified Files: pkgsrc/databases/postgresql73-docs: Makefile PLIST Log Message: Correct PLIST. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: jdolecek Date: Sun Oct 10 18:26:00 UTC 2004 Modified Files: pkgsrc/databases/postgresql73: distinfo pkgsrc/databases/postgresql73/patches: patch-ad Added Files: pkgsrc/databases/postgresql73/patches: patch-aj Log Message: add patches to make it possible to compile PL/Python --- Module Name: pkgsrc Committed By: jdolecek Date: Mon Oct 25 17:40:01 UTC 2004 Modified Files: pkgsrc/databases/jdbc-postgresql: Makefile distinfo pkgsrc/databases/postgresql73: Makefile.common distinfo pkgsrc/databases/postgresql73-docs: Makefile pkgsrc/doc: CHANGES Log Message: 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. --- Module Name: pkgsrc Committed By: he Date: Mon Nov 1 22:32:26 UTC 2004 Modified Files: pkgsrc/databases/postgresql73-docs: PLIST Log Message: Correct PLIST after upgrade to postgresql 7.3.8. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2004/10/10 18:26:00 jdolecek Exp $ d3 2 a4 2 --- src/Makefile.global.in.orig 2002-09-05 00:54:18.000000000 +0200 +++ src/Makefile.global.in 2004-10-10 20:20:34.000000000 +0200 a26 9 @@@@ -135,7 +143,7 @@@@ python_includespec = @@python_includespec@@ python_moduledir = @@python_moduledir@@ python_moduleexecdir = @@python_moduleexecdir@@ -python_libspec = @@python_libspec@@ +python_libspec = -Wl,-R${PREFIX}/lib -L${PREFIX}/lib @@python_libspec@@ python_configdir = @@python_configdir@@ krb_srvtab = @@krb_srvtab@@ @