<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql90-server, branch 2016Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2016Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2016Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-06-17T23:28:04Z</updated>
<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>- Fix trailing whitespace in pkg-descrs, categories [a-f]*</title>
<updated>2016-05-19T10:21:23Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-19T10:21:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1d1f878054efdd1171a8cb006e59ad0727610293'/>
<id>urn:sha1:1d1f878054efdd1171a8cb006e59ad0727610293</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Re-add databases/postgresql90-server, for now</title>
<updated>2016-05-16T17:57:07Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2016-05-16T17:57:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d3b16832f34da3aee6206c7c47e14ee0cd9d4844'/>
<id>urn:sha1:d3b16832f34da3aee6206c7c47e14ee0cd9d4844</id>
<content type='text'>
databases/postgresql9*-pl{perl|python} need it.
</content>
</entry>
<entry>
<title>Remove expired ports:</title>
<updated>2016-05-16T17:39:45Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2016-05-16T17:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1ec9b8562436e32edad3b012a2c54fe57b04a1aa'/>
<id>urn:sha1:1ec9b8562436e32edad3b012a2c54fe57b04a1aa</id>
<content type='text'>
2016-04-13 databases/postgresql90-contrib: "EOL was reached in September 2015"
2016-04-13 databases/postgresql90-pltcl: "EOL was reached in September 2015"
2016-04-13 databases/postgresql90-client: "EOL was reached in September 2015"
2016-04-13 databases/postgresql90-docs: "EOL was reached in September 2015"
2016-04-13 databases/postgresql90-server: "EOL was reached in September 2015"
</content>
</entry>
<entry>
<title>Deprecate PostgreSQL 9.0</title>
<updated>2016-02-13T22:50:56Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-02-13T22:50:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dd81fb0e6b57a0e77b7f6ae9371316163dc4dbee'/>
<id>urn:sha1:dd81fb0e6b57a0e77b7f6ae9371316163dc4dbee</id>
<content type='text'>
EOL was reached in September 2015
http://www.postgresql.org/support/versioning/
</content>
</entry>
<entry>
<title>Update PostgreSQL to latest versions.</title>
<updated>2016-02-13T22:42:04Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2016-02-13T22:42:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=70a06c4f2e2e669f6795dcec5165c0ea83f94e3b'/>
<id>urn:sha1:70a06c4f2e2e669f6795dcec5165c0ea83f94e3b</id>
<content type='text'>
Security Fixes for Regular Expressions, PL/Java

This release closes security hole CVE-2016-0773, an issue with regular
expression (regex) parsing. Prior code allowed users to pass in expressions
which included out-of-range Unicode characters, triggering a backend crash.
This issue is critical for PostgreSQL systems with untrusted users or which
generate regexes based on user input.

The update also fixes CVE-2016-0766, a privilege escalation issue for users of
PL/Java.  Certain custom configuration settings (GUCS) for PL/Java will now be
modifiable only by the database superuser

URL:		http://www.postgresql.org/about/news/1644/
Security:	CVE-2016-0773, CVE-2016-0766
</content>
</entry>
<entry>
<title>Update PostgreSQL port to latest version.</title>
<updated>2015-10-08T21:25:01Z</updated>
<author>
<name>Palle Girgensohn</name>
<email>girgen@FreeBSD.org</email>
</author>
<published>2015-10-08T21:25:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0642ae4b77cc7e0c9aa0ffaa0045771924380dc5'/>
<id>urn:sha1:0642ae4b77cc7e0c9aa0ffaa0045771924380dc5</id>
<content type='text'>
Two security issues have been fixed in this release which affect users
of specific PostgreSQL features:

CVE-2015-5289: json or jsonb input values constructed from arbitrary
user input can crash the PostgreSQL server and cause a denial of
service.

CVE-2015-5288: The crypt( function included with the optional pgCrypto
extension could be exploited to read a few additional bytes of memory.
No working exploit for this issue has been developed.

This update will also disable SSL renegotiation by default;
previously, it was enabled by default.   SSL renegotiation will be
removed entirely in PostgreSQL versions 9.5 and later.

URL:		http://www.postgresql.org/about/news/1615/
Security:	CVE-2015-5288 CVE-2015-5289
</content>
</entry>
<entry>
<title>Simplify a bit the Makefiles</title>
<updated>2015-07-22T22:45:35Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-07-22T22:45:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bc460272039a723eb5950cc2fa4ac0e6c717ef17'/>
<id>urn:sha1:bc460272039a723eb5950cc2fa4ac0e6c717ef17</id>
<content type='text'>
Use OPTIONS_SUB to automatically PLIST_SUB
Use OPTIONS helpers
</content>
</entry>
<entry>
<title>Cleanup plist and avoid useless @exec</title>
<updated>2015-07-22T21:46:27Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2015-07-22T21:46:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ab7ead91d49e59e716af676bed3409e102c0624a'/>
<id>urn:sha1:ab7ead91d49e59e716af676bed3409e102c0624a</id>
<content type='text'>
</content>
</entry>
</feed>
