pkgsrc/databases/postgresql94
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 postgresql: updated to the latest 2017-11-13 09:33:31 +00:00
DESCR
distinfo postgresql: updated to the latest 2017-11-13 09:33:31 +00:00
Makefile The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
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