<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql92-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>Mark some ports as not openssl-devel ready.</title>
<updated>2016-11-29T18:46:21Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-11-29T18:46:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=703ff6d36176652e995eaf56e44c8637531c23a3'/>
<id>urn:sha1:703ff6d36176652e995eaf56e44c8637531c23a3</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>devel/icu: update to 58.1</title>
<updated>2016-11-19T18:21:20Z</updated>
<author>
<name>Jan Beich</name>
<email>jbeich@FreeBSD.org</email>
</author>
<published>2016-11-19T18:21:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=23a96f4a5fa2e2de306a227091b5bb888f629079'/>
<id>urn:sha1:23a96f4a5fa2e2de306a227091b5bb888f629079</id>
<content type='text'>
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
</content>
</entry>
<entry>
<title>Do not redefine DEBUG_DESC when its meaning more or less matches the default</title>
<updated>2016-10-28T17:55:30Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2016-10-28T17:55:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bb20c8e307977df3a0f18ac1ef7c81f9cdc755ef'/>
<id>urn:sha1:bb20c8e307977df3a0f18ac1ef7c81f9cdc755ef</id>
<content type='text'>
option description.  Those ports where it meant something more specific were
left untouched.
</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>- Update devel/icu to 57.1.</title>
<updated>2016-09-24T11:06:57Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2016-09-24T11:06:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=48f459103563a7760a2eef7456e47c1fcc766973'/>
<id>urn:sha1:48f459103563a7760a2eef7456e47c1fcc766973</id>
<content type='text'>
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header &lt;atomic&gt; (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>Fix plist problem for postgresql-9.6 [1]</title>
<updated>2016-09-07T01:57:44Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-09-07T01:57:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b19404b6e4455df883821a182661d200daa0a545'/>
<id>urn:sha1:b19404b6e4455df883821a182661d200daa0a545</id>
<content type='text'>
Fix spelling while here [2]

Pointed out by:	matthew [1], bcr [2]
Pointy hat to:	girgen
</content>
</entry>
<entry>
<title>Fix broken package name for PostgreSQL 9.6 RC1</title>
<updated>2016-09-05T11:59:32Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-09-05T11:59:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db2c36ac4a7e066ad5f557b42c180bbc6bb9fb9e'/>
<id>urn:sha1:db2c36ac4a7e066ad5f557b42c180bbc6bb9fb9e</id>
<content type='text'>
Fix bad pkg-plist for postgresql 9.6 server
</content>
</entry>
</feed>
