<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql94-server, branch 2017Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2017Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2017Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2017-06-06T10:59:48Z</updated>
<entry>
<title>MFH: r440628</title>
<updated>2017-06-06T10:59:48Z</updated>
<author>
<name>Torsten Zuehlsdorff</name>
<email>tz@FreeBSD.org</email>
</author>
<published>2017-06-06T10:59:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e14e8f1e873404eb6f33092606465321b1a8dc14'/>
<id>urn:sha1:e14e8f1e873404eb6f33092606465321b1a8dc14</id>
<content type='text'>
PostgreSQL security updates

The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 9.6.3, 9.5.7, 9.4.12, 9.3.17, and
9.2.21. This release fixes three security issues. It also patches a number of
other bugs reported over the last three months. Users who use the PGREQUIRESSL
environment variable to control connections, and users who rely on security
isolation between database users when using foreign servers, should update as
soon as possible. Other users should plan to update at the next convenient
downtime.

URL:    https://www.postgresql.org/about/news/1746/
Security:       CVE-2017-7484, CVE-2017-7485, CVE-2017-7486

Also modify rcorder and let sshd start before PostgreSQL, so any problems
during startup can be reviewed promplty from an ssh login.

Approved by: ports-secteam (miwi)
</content>
</entry>
<entry>
<title>PostgreSQL 9.6.2, 9.5.6, 9.4.11, 9.3.16 and 9.2.20 released!</title>
<updated>2017-02-09T15:22:44Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2017-02-09T15:22:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f17d7f2051a9e288d043107bec7d55bd6d9e4a47'/>
<id>urn:sha1:f17d7f2051a9e288d043107bec7d55bd6d9e4a47</id>
<content type='text'>
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and
9.2.20. This release includes fixes that prevent data corruption issues in
index builds and in certain write-ahead-log replay situations, which are
detailed below. It also patches over 75 other bugs reported over the last three
months.

Users should plan to apply this update at the next scheduled downtime.

Build corruption with CREATE INDEX CONCURRENTLY

There existed a race condition if CREATE INDEX CONCURRENTLY was called on a
column that had not been indexed before, then rows that were updated by
transactions running at the same time as the CREATE INDEX CONCURRENTLY command
could have been indexed incorrectly.

If you suspect this may have happened, the most reliable solution is to rebuild
affected indexes after installing this update.

This issue is present in the 9.2, 9.3, 9.4, 9.5, and 9.6 series of PostgreSQL.

URL	https://www.postgresql.org/about/news/1733/
</content>
</entry>
<entry>
<title>Add more PLIST_SUB to Mk/Uses/python.mk</title>
<updated>2017-01-07T21:42:28Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-01-07T21:42:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e730d999d3dd8305cbcbc35b739703175d0c2d68'/>
<id>urn:sha1:e730d999d3dd8305cbcbc35b739703175d0c2d68</id>
<content type='text'>
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>Update PostgreSQL to latest versions.</title>
<updated>2016-10-27T14:04:55Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-10-27T14:04:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=57c3f72fc137af2e08f70911d5ed32924f3b515c'/>
<id>urn:sha1:57c3f72fc137af2e08f70911d5ed32924f3b515c</id>
<content type='text'>
The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15,
9.2.19, and 9.1.24.

This release fixes two issues that can cause data corruption, which are
described in more detail below. It also patches a number of other bugs reported
over the last three months. The project urges users to apply this update at the
next possible downtime.
</content>
</entry>
<entry>
<title>- fix sizes</title>
<updated>2016-08-11T18:35:31Z</updated>
<author>
<name>Olli Hauer</name>
<email>ohauer@FreeBSD.org</email>
</author>
<published>2016-08-11T18:35:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=750e77a5e7785ffb25ed3341b808a8f914a39f04'/>
<id>urn:sha1:750e77a5e7785ffb25ed3341b808a8f914a39f04</id>
<content type='text'>
- s/USE_OPENSSL/USES=ssl/

assumed OK for commit ~1h after first notify about wrong sizes in distinfo
</content>
</entry>
<entry>
<title>The PostgreSQL Global Development Group has released an update to all supported</title>
<updated>2016-08-11T16:39:40Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-08-11T16:39:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=630169ef43eed85776b4d5d5976520e4affd5a6c'/>
<id>urn:sha1:630169ef43eed85776b4d5d5976520e4affd5a6c</id>
<content type='text'>
versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and
9.1.23. This release fixes two security issues. It also patches a number of
other bugs reported over the last three months. Users who rely on security
isolation between database users should update as soon as possible. Other users
should plan to update at the next convenient downtime.

If you are using the ICU patch, please consult UPDATING.

Improve periodic cleanup, suggested by claudius (at) ambtec.de. [1]

PR:		210941 [1]
Security:	CVE-2016-5423, CVE-2016-5424
</content>
</entry>
<entry>
<title>Rename all files containing a : in their filename.</title>
<updated>2016-06-17T23:28:04Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-06-17T23:28:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a8a092d9fefcbd7f960c82c59802c61807867a6'/>
<id>urn:sha1:1a8a092d9fefcbd7f960c82c59802c61807867a6</id>
<content type='text'>
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Fix trailing whitespace in pkg-messages</title>
<updated>2016-05-19T11:09:14Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-19T11:09:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e87a8bd319cefd3a75d9d061fe9ac6bad980b0db'/>
<id>urn:sha1:e87a8bd319cefd3a75d9d061fe9ac6bad980b0db</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Update PostgreSQL to latest versions</title>
<updated>2016-05-12T22:36:10Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-05-12T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=71b54620678ff776dc658f03ada695403280ce37'/>
<id>urn:sha1:71b54620678ff776dc658f03ada695403280ce37</id>
<content type='text'>
URL:	http://www.postgresql.org/docs/9.5/static/release-9-5-3.html
</content>
</entry>
<entry>
<title>Update PostgreSQL 9.1, 9.2 9.3 and 9.4 to latest versions.</title>
<updated>2016-03-31T14:49:01Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-03-31T14:49:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1b201272e79fe7d0bb509523405e44a27cb3d7ab'/>
<id>urn:sha1:1b201272e79fe7d0bb509523405e44a27cb3d7ab</id>
<content type='text'>
URL:	http://www.postgresql.org/about/news/1656/
</content>
</entry>
</feed>
