]> Git Repo - buildroot-mgba.git/commitdiff
postgresql: security bump to version 9.4.6
authorGustavo Zacarias <[email protected]>
Tue, 16 Feb 2016 16:02:38 +0000 (13:02 -0300)
committerThomas Petazzoni <[email protected]>
Tue, 16 Feb 2016 20:33:12 +0000 (21:33 +0100)
Fixes:
CVE-2016-0766 - privilege escalation issue for users of PL/Java.
CVE-2016-0773 - 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.

Signed-off-by: Gustavo Zacarias <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/postgresql/postgresql.hash
package/postgresql/postgresql.mk

index 97bb56d92f9d33f710536b728be614fb0dad62f8..9015e99040c57fd58aa20a6609553b8fa7ece0b8 100644 (file)
@@ -1,2 +1,2 @@
-# From https://ftp.postgresql.org/pub/source/v9.4.5/postgresql-9.4.5.tar.bz2.sha256
-sha256 b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39  postgresql-9.4.5.tar.bz2
+# From https://ftp.postgresql.org/pub/source/v9.4.6/postgresql-9.4.6.tar.bz2.sha256
+sha256 cbce1f4d01a6142c5d8bebe125623c5198ec04f363da7dd3d3b3a4100b4140a6  postgresql-9.4.6.tar.bz2
index a42fe73b317e9dc02bc2d3fbfc46986e6109310d..444c1b132144e13f10112b10b2c3251b74a8fae0 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-POSTGRESQL_VERSION = 9.4.5
+POSTGRESQL_VERSION = 9.4.6
 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
 POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
 POSTGRESQL_LICENSE = PostgreSQL
This page took 0.037203 seconds and 4 git commands to generate.