[Buildroot] [PATCH] postgresql: bump to version 9.3.5

Peter Seiderer ps.report at gmx.net
Fri Aug 8 20:27:08 UTC 2014


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 at gmx.net>
---
 package/postgresql/postgresql.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index 0fecbc7..6941e55 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
-- 
1.8.1.4



More information about the buildroot mailing list