head	1.6;
access;
symbols
	pkgsrc-2016Q1:1.4.0.2
	pkgsrc-2016Q1-base:1.4
	pkgsrc-2015Q4:1.3.0.6
	pkgsrc-2015Q4-base:1.3
	pkgsrc-2015Q3:1.3.0.4
	pkgsrc-2015Q3-base:1.3
	pkgsrc-2015Q2:1.3.0.2
	pkgsrc-2015Q2-base:1.3
	pkgsrc-2015Q1:1.1.0.2
	pkgsrc-2015Q1-base:1.1;
locks; strict;
comment	@# @;


1.6
date	2016.06.19.21.09.57;	author fhajny;	state dead;
branches;
next	1.5;
commitid	Bzim37w30LJKv7bz;

1.5
date	2016.04.09.12.51.48;	author adam;	state Exp;
branches;
next	1.4;
commitid	JaWrgTD4oZEB2X1z;

1.4
date	2016.03.05.11.28.16;	author jperkin;	state Exp;
branches;
next	1.3;
commitid	1LoxeQftu903HrXy;

1.3
date	2015.05.27.13.27.28;	author adam;	state Exp;
branches;
next	1.2;
commitid	7wiVjyCWqk1Bs5ny;

1.2
date	2015.04.23.18.23.46;	author joerg;	state Exp;
branches;
next	1.1;
commitid	vdBw93peczT5cKiy;

1.1
date	2015.01.14.21.01.18;	author adam;	state Exp;
branches;
next	;
commitid	onhVWdCzursff26y;


desc
@@


1.6
log
@Remove PostgreSQL split-up contrib packages, now replaced by
single postgresql9[1-5]-contrib packages. OK by adam@@.
@
text
@# $NetBSD: Makefile,v 1.5 2016/04/09 12:51:48 adam Exp $

PKGNAME=	${DISTNAME:C/-/94-datatypes-/}
COMMENT=	PostgreSQL data types support modules

DEPENDS+=	postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server

.include "../../databases/postgresql94/Makefile.common"

PLIST_VARS+=		uuid

.if ${OPSYS} != "Darwin"
PLIST.uuid=		yes
CONFIGURE_ARGS+=	--with-ossp-uuid
BUILD_DIRS+=		contrib/uuid-ossp
.include "../../devel/ossp-uuid/buildlink3.mk"

MAKE_FLAGS+=	UUID_LIBS=-lossp-uuid
.endif

BUILD_DIRS+=		contrib/btree_gist
BUILD_DIRS+=		contrib/citext
BUILD_DIRS+=		contrib/hstore
BUILD_DIRS+=		contrib/intarray
BUILD_DIRS+=		contrib/isn
BUILD_DIRS+=		contrib/ltree
BUILD_DIRS+=		contrib/lo
BUILD_DIRS+=		contrib/unaccent
BUILD_MAKE_FLAGS=	USE_PGXS=1

.include "../../databases/postgresql94-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.5
log
@The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible.

This release closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session. This could cause the wrong set of Row Level Security (RLS) policies to be used for the query.

The update also fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages. Since an attacker might be able to expose a few bytes of server memory, this crash is being treated as a security issue.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2016/03/05 11:28:16 jperkin Exp $
@


1.4
log
@Bump PKGREVISION for security/openssl ABI bump.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2015/05/27 13:27:28 adam Exp $
a3 1
PKGREVISION=	1
@


1.3
log
@The PostgreSQL Global Development Group has released an update with multiple functionality and security fixes to all supported versions of the PostgreSQL database system, which includes minor versions 9.4.2, 9.3.7, 9.2.11, 9.1.16, and 9.0.20. The update contains a critical fix for a potential data corruption issue in PostgreSQL 9.3 and 9.4; users of those versions should update their servers at the next possible opportunity.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2015/04/23 18:23:46 joerg Exp $
d4 1
@


1.2
log
@Link the uuid extension correctly. Bump revision.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:18 adam Exp $
a3 1
PKGREVISION=	1
@


1.1
log
@PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2014/10/01 19:25:35 joerg Exp $
d4 1
d18 2
@

