summaryrefslogtreecommitdiffstats
path: root/package/postgresql
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2014-08-08 22:27:08 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-09 10:09:20 +0200
commited3cc0d017048aef0e5f5e47ccf14f57933b11e7 (patch)
tree7e6aad2bd3313c26526b9e640cf88fcc7dd87b51 /package/postgresql
parent7e725e1333a16630f74bd28f7adeb0f145022e7d (diff)
downloadbuildroot-ed3cc0d017048aef0e5f5e47ccf14f57933b11e7.tar.gz
buildroot-ed3cc0d017048aef0e5f5e47ccf14f57933b11e7.zip
postgresql: bump to version 9.3.5
See [1] for a detailed list of changes/fixes. [1] http://www.postgresql.org/docs/current/static/release-9-3-5.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/postgresql')
-rw-r--r--package/postgresql/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 0fecbc71d1..6941e55dfd 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POSTGRESQL_VERSION = 9.3.4
+POSTGRESQL_VERSION = 9.3.5
POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2
POSTGRESQL_SITE = http://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION)
POSTGRESQL_LICENSE = PostgreSQL
OpenPOWER on IntegriCloud