pkgsrc/databases/postgresql96
dholland 3997e8845d PR 52787: fix postgres kerberos handling. Tuck the kerberos support
(whether "kerberos" or "gssapi") within an option so it can be turned
off. For 92/93 this is the existing "kerberos" option; for 94+ this
is the "gssapi" option instead, to satisfy the one person who cares
about the distinction.

For postgresql92 and 93 the kerberos option is now on by default (it
wasn't before, only the "gssapi" code has been on by default since the
last update) -- it isn't clear to what extent this may make the binary
packages different so precautionary revbumps will be coming in a
moment.

Technically for 92/93 the "gssapi" code could be attached to a
separate "gssapi" option so as to make the existing behavior entirely
unchanged, but this seems likely to be confusing in the long run and
thus not a good idea.
2017-12-15 16:52:23 +00:00
..
files
patches The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.4, 9.5.8, 9.4.13, 9.3.18, and 9.2.22. This release fixes three security issues. It also patches over 50 other bugs reported over the last three months. Users who are affected by the below security issues should update as soon as possible. Users affected by CVE-2017-7547 will need to perform additional steps after upgrading to resolve the issue. Other users should plan to update at the next convenient downtime. 2017-08-13 19:25:17 +00:00
DESCR
distinfo postgresql: updated to the latest 2017-11-13 09:33:31 +00:00
Makefile
Makefile.common PR 52787: fix postgres kerberos handling. Tuck the kerberos support 2017-12-15 16:52:23 +00:00
options.mk PR 52787: fix postgres kerberos handling. Tuck the kerberos support 2017-12-15 16:52:23 +00:00
PLIST