<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql91-server/files, branch 2014Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2014Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2014Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-03-21T08:15:26Z</updated>
<entry>
<title>Fix mistake with ossp-uuid: don't use --with-ossp-uuid, since it will need</title>
<updated>2014-03-21T08:15:26Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2014-03-21T08:15:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9b588a49ffbc9a4e0bf5324b301c1f1295bb3cc0'/>
<id>urn:sha1:9b588a49ffbc9a4e0bf5324b301c1f1295bb3cc0</id>
<content type='text'>
the ossp library present, and then we never use it.
</content>
</entry>
<entry>
<title>The PostgreSQL Global Development Group has released an update to all supported</title>
<updated>2014-03-20T13:43:15Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2014-03-20T13:43:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4082f0b6dba043fe86d64e243da1aa668a9d4622'/>
<id>urn:sha1:4082f0b6dba043fe86d64e243da1aa668a9d4622</id>
<content type='text'>
version of the database system, including versions 9.3.4, 9.2.8, 9.1.13,
9.0.17, and 8.4.21. This minor release fixes a data corruption issue with
replication and crash recovery in version 9.3, as well as several other minor
issues in all versions.  All users of version 9.3 are urged to update their
installations at the next possible downtime.  Users of older versions should
update at their convenience.

The data corruption issue in PostgreSQL 9.3 affects binary replication
standbys, servers being recovered from point-in-time-recovery backup, and
standalone servers which recover from a system crash. The bug causes
unrecoverable index corruption during recovery due to incorrect replay of row
locking operations.  This can then cause query results to be inconsistent
depending on whether or not an index is used, and eventually lead to primary
key violations and similar issues.  For this reason, users are encouraged to
replace each of their standby databases with a new base backup after applying
the update.

See release notes for more changes.

URL:	http://www.postgresql.org/docs/current/static/release.html
URL:	https://wiki.postgresql.org/wiki/20140320UpdateIssues

A change specific to the FreeBSD port:
Modify the contrib/uuid-ossp to actually work (not crashing the backend) by
using the libc implementation of uuid instead of the ossp port. Schemas and
queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION
support added by girgen@.

URL:	http://pgfoundry.org/projects/uuid-freebsd
PR:	ports/121745, ports/182846
</content>
</entry>
<entry>
<title>The PostgreSQL Global Development Group today released security updates for all</title>
<updated>2012-06-04T11:00:52Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2012-06-04T11:00:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d2b0e285a074ae100671923ddf0e98f6a765488'/>
<id>urn:sha1:3d2b0e285a074ae100671923ddf0e98f6a765488</id>
<content type='text'>
active branches of the PostgreSQL database system, including versions 9.1.4,
9.0.8, 8.4.12 and 8.3.19.

Users of the crypt(text, text) function with DES encryption in the optional
pg_crypto module should upgrade their installations immediately, if you have'nt
already updated since the port was patched on May 30.  All other database
administrators are urged to upgrade your version of PostgreSQL at the
next scheduled downtime.

URL:      http://www.postgresql.org/about/news/1398/

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2143
          Fix incorrect password transformation in contrib/pgcryptoâs DES crypt() function
	  This was fixed in a patch release for the FreeBSD ports on May 30.

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2655
          Ignore SECURITY DEFINER and SET attributes for a procedural languageâs call handle
</content>
</entry>
<entry>
<title>- Address postgresql*-servers for crypt vulnerability (CVE-2012-2143)</title>
<updated>2012-05-30T22:26:15Z</updated>
<author>
<name>Jason Helfman</name>
<email>jgh@FreeBSD.org</email>
</author>
<published>2012-05-30T22:26:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8efd38a2acd90422d224e1fa1d4f626f7860bf65'/>
<id>urn:sha1:8efd38a2acd90422d224e1fa1d4f626f7860bf65</id>
<content type='text'>
http://www.postgresql.org/about/news/1397/

With hat: pgsql
</content>
</entry>
<entry>
<title>The PostgreSQL Global Development Group today released security updates for all</title>
<updated>2012-02-27T16:24:48Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2012-02-27T16:24:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9b471aa8352ccd784f07c60fbb11df80b08ee578'/>
<id>urn:sha1:9b471aa8352ccd784f07c60fbb11df80b08ee578</id>
<content type='text'>
active branches of the PostgreSQL object-relational database system, including
versions 9.1.3, 9.0.7, 8.4.11 and 8.3.18.

Users of pg_dump, users of SSL certificates for validation or users of triggers
using SECURITY DEFINER should upgrade their installations immediately. All
other database administrators are urged to upgrade your version of PostgreSQL
at the next scheduled downtime. More details on the security fixes here:

URL:	http://www.postgresql.org/about/news/1377/

Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0866
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0867
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0868
</content>
</entry>
<entry>
<title>Remove p5- from postgresql*-plperl 's mention in pkg-message-client</title>
<updated>2012-02-19T19:35:02Z</updated>
<author>
<name>Chris Rees</name>
<email>crees@FreeBSD.org</email>
</author>
<published>2012-02-19T19:35:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6464561a27a1f36d2161031166eae7c9cd4ec0ea'/>
<id>urn:sha1:6464561a27a1f36d2161031166eae7c9cd4ec0ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add profile support for PostgreSQL servers</title>
<updated>2012-01-22T06:59:27Z</updated>
<author>
<name>Jason Helfman</name>
<email>jgh@FreeBSD.org</email>
</author>
<published>2012-01-22T06:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8575a6c9429d22a7cce80691cc623d60c638d41f'/>
<id>urn:sha1:8575a6c9429d22a7cce80691cc623d60c638d41f</id>
<content type='text'>
- re-assign LOCALBASE to PREFIX
- add PG_GROUP to SUB_PLIST for packaging fix
- fix permissions for package installations

PR:	ports/162776
Submitted by:	jgh, Phil Phillips &lt; pphillips at experts-exchange.com &gt;
Reviewed by: rene (mentor)
Approved by: crees (maintainer, mentor)
</content>
</entry>
<entry>
<title>In the rc.d scripts, change assignments to rcvar to use the</title>
<updated>2012-01-14T08:57:23Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2012-01-14T08:57:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=83eb2c37009874672764765ec3bf3b59286c7391'/>
<id>urn:sha1:83eb2c37009874672764765ec3bf3b59286c7391</id>
<content type='text'>
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
</content>
</entry>
<entry>
<title>The PostgreSQL Global Development Group today released minor version updates</title>
<updated>2011-10-18T09:03:33Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2011-10-18T09:03:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d9a60ff20fdef5ff2634ff38096cc7c163b9eca3'/>
<id>urn:sha1:d9a60ff20fdef5ff2634ff38096cc7c163b9eca3</id>
<content type='text'>
for all active branches of the PostgreSQL object-relational database system,
including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22.

All users are strongly urged to update their installations at the next
scheduled downtime.

URL:	http://www.postgresql.org/about/news.1355

Cleanup ports. Better handling of the knob PG_USER.
Also add uuid to 9.0 and 9.1 contrib ports.
</content>
</entry>
<entry>
<title>- Add ICU support to PostgreSQL 9.1 server</title>
<updated>2011-10-06T08:46:58Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2011-10-06T08:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1f139036373353308aa2d227ce7fd637494c7fa1'/>
<id>urn:sha1:1f139036373353308aa2d227ce7fd637494c7fa1</id>
<content type='text'>
- Make SSL available as an option
- Make portlint happier
- Fix some typos

PR:		ports/160915
Approved by:	maintainer (timeout)
</content>
</entry>
</feed>
