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 02 Oct 2016 12:45:39
  |
rene  |
Remove expired ports:
2016-10-01 databases/postgresql91-pltcl: End-of-life is near
2016-10-01 databases/postgresql91-docs: End-of-life is near
2016-10-02 www/mediawiki125: EOL upstream |
9.1.22_2 20 Jul 2016 15:33:20
  |
mat  |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
9.1.21 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
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.18 08 Oct 2015 15:11:28
  |
olgeni  |
Remove trailing whitespace from Makefiles, A-L. |
9.1.14 23 Jan 2015 22:50:50
  |
antoine  |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
9.1.14 25 Aug 2014 17:53:27
  |
crees  |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
9.1.13 25 Jun 2014 05:35:32
  |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
9.1.12 26 Feb 2014 17:24:36
  |
antoine  |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me |
9.1.12 20 Feb 2014 18:11:38
  |
girgen  |
The PostgreSQL Global Development Group has released an important
update to all supported versions of the PostgreSQL database system,
which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and
8.4.20. This update contains fixes for multiple security issues, as
well as several fixes for replication and data integrity issues. All
users are urged to update their installations at the earliest
opportunity, especially those using binary replication or running a
high-security application.
This update fixes CVE-2014-0060, in which PostgreSQL did not properly
enforce the WITH ADMIN OPTION permission for ROLE management. Before
this fix, any member of a ROLE was able to grant others access to the
same ROLE regardless if the member was given the WITH ADMIN OPTION
permission. It also fixes multiple privilege escalation issues,
including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064,
CVE-2014-0065, and CVE-2014-0066. More information on these issues can
be found on our security page and the security issue detail wiki page.
Security: CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063
CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067 |
19 Feb 2014 14:45:19

|
mat  |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
9.1.11 18 Feb 2014 14:50:35
  |
mat  |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
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.3 04 Mar 2012 21:27:23
 |
crees  |
Give credit where due, the previous commit was based on a PR
Thanks for your idea!
PR: ports/165265
Submitted by: Ben Morrow <ben@morrow.me.uk> |
9.1.3 04 Mar 2012 21:10:56
 |
crees  |
- Replace single magic postgresql-docs port with versioned ports.
- Fix docs for 90 and 91-- as of 9+ the docs require building
Discussed with: girgen |