diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2016-02-13 22:42:04 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2016-02-13 22:42:04 +0000 |
commit | 70a06c4f2e2e669f6795dcec5165c0ea83f94e3b (patch) | |
tree | 00d65e3218fc6fda830c36cef21e94dd1668bfc9 /databases/postgresql95-server/pkg-plist-client | |
parent | 5e11290bff4f6edb290419dc3328ffce36ed3acf (diff) |
Update PostgreSQL to latest versions.
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
Notes
Notes:
svn path=/head/; revision=408835
Diffstat (limited to 'databases/postgresql95-server/pkg-plist-client')
-rw-r--r-- | databases/postgresql95-server/pkg-plist-client | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/postgresql95-server/pkg-plist-client b/databases/postgresql95-server/pkg-plist-client index 4722e9563c90..896ce247a708 100644 --- a/databases/postgresql95-server/pkg-plist-client +++ b/databases/postgresql95-server/pkg-plist-client @@ -960,7 +960,11 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.5.mo %%NLS%%share/locale/ja/LC_MESSAGES/psql-9.5.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-9.5.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-9.5.mo %%NLS%%share/locale/ko/LC_MESSAGES/psql-9.5.mo %%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.5.mo %%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.5.mo |