Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/postgresql91-server |
Commit | Credits | Log message |
9.1.23_1 03 Oct 2016 18:19:04
  |
rene  |
Remove expired/expiring ports:
2016-10-01 databases/postgresql91-client: End-of-life is near
2016-10-08 databases/postgresql91-pgtcl: Depends on expired PostgreSQL 9.1
2016-10-01 databases/postgresql91-server: End-of-life is near
2016-10-08 databases/postgresql-pllua: Depends on expired PostgreSQL 9.1 |
9.1.23_1 01 Oct 2016 10:10:40
  |
rene  |
Restore databases/postgresql91-client for now to unbreak INDEX
Mk/Uses/pgsql.mk needs to be adjusted too.
Submitted by: portsnap buildbox
Pointyhat: rene |
9.1.23_1 01 Oct 2016 09:51:35
  |
rene  |
Remove expired ports:
2016-10-01 www/node010: Upstream has placed 0.10.x in maintenance mode, see
https://github.com/nodejs/LTS
2016-10-01 databases/postgresql91-contrib: End-of-life is near
2016-10-01 databases/postgresql91-client: End-of-life is near
2016-10-01 databases/postgresql91-plpython: End-of-life is near
2016-10-01 databases/postgresql91-plperl: End-of-life is near |
9.1.19_1 13 Jan 2016 10:36:22
  |
girgen  |
Some binaries where moved from contrib to base in 9.5, like pgbench and
pg_upgrade. Other where added in 9.5, but the port failed to install them.
Make sure they are properly installed by the correct port (-client or -server)
[1]
Remove unused and hence confusing OSSP_UUID parameters from Makefile [2]
Add options to allow user to be set for the backup script in periodic.
Add this option only to 9.5 for now. It will be updated to other servers at
next regular patch release. [3]
The path to perl in hard coded into pgxs/src/Makefile.global which is
then installed. Hence, we must depend on perl when that file is installed.
Noticed by: Paul Guyot [1]
PR: 192387 [2]
PR: 172110 [3]
PR: 206046 [4] |
9.1.19 08 Oct 2015 21:25:01
  |
girgen  |
Update PostgreSQL port to latest version.
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 |
9.1.16 22 May 2015 23:22:20
  |
girgen  |
Update PostgreSQL ports to latest version.
Data Corruption Fix
For users of PostgreSQL versions 9.3 or 9.4, this release fixes a problem where
the database will fail to protect against "multixact wraparound", resulting in
data corruption or loss. Users with a high transaction rate (1 million or more
per hour) in a database with many foreign keys are especially vulnerable. We
strongly urge all users of 9.4 and 9.3 to update their installations in the
next few days.
Users of versions 9.2 and earlier are not affected by this issue.
Security: fc38cd83-00b3-11e5-8ebd-0026551a22dc |
9.1.15_1 07 Feb 2015 17:05:08
  |
girgen  |
Revert the change from readline to libedit, and instead make libedit optional.
PR: ports/197362 |
9.1.15 05 Feb 2015 22:54:35
  |
girgen  |
Update PostgreSQL-9.x to latests versions.
This update fixes multiple security issues reported in PostgreSQL over the past
few months. All of these issues require prior authentication, and some require
additional conditions, and as such are not considered generally urgent.
However, users should examine the list of security holes patched below in case
they are particularly vulnerable.
Security: CVE-2015-0241,CVE-2015-0242,CVE-2015-0243,
CVE-2015-0244,CVE-2014-8161 |
9.1.14 25 Aug 2014 17:53:27
  |
crees  |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
9.1.13_1 30 Jun 2014 23:07:29
  |
bapt  |
Fixes build with readline from ports |
9.1.12 26 Feb 2014 17:24:36
  |
antoine  |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me |
9.1.10 15 Oct 2013 17:17:06
  |
sunpoet  |
- Remove DISTV: only used in PKGNAMESUFFIX and complained by portlint
- Convert to new LIB_DEPENDS format for postgresql*-contrib
Submitted by: sunpoet (myself)
Reviewed by: crees (pgsql)
Approved by: jgh (pgsql) |
9.1.9 10 Oct 2013 00:09:35
  |
jgh  |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@ |
9.1.9 07 Oct 2013 20:03:38
  |
jgh  |
- revert r329725
Reported by: qat@
With hat: pgsql@ |
9.1.9 07 Oct 2013 19:04:04
  |
jgh  |
- Fix pkg name collision
Reviewed by: crees@
With hat: pgsql@ |
9.1.9 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
9.1.2_3 25 Jan 2012 21:12:33
 |
crees  |
- To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting in
three fewer Makefiles to maintain
- Switch patch master site
- Various cleanups |
9.1.b1 11 Jun 2011 23:14:30
 |
girgen  |
Add postgresql 9.1 beta1.
See http://www.postgresql.org/about/news.1313 for more info.
Also, use USERS knob instead of explicitally creating the pgsql user
while still accepting alternative names, using [1] with some added
magic.
PR: 157667 [1] |