From: Tim Yardley Date: Fri, 27 Jul 2007 16:03:37 +0000 (+0000) Subject: upgrade to postgres 8.2.4, adds some crash fixes X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=40c13745f4f42b9825d2e33fed65ad634976cfc9 upgrade to postgres 8.2.4, adds some crash fixes SVN-Revision: 8197 --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 12875c5161..4fd9126ffc 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=8.2.3 -PKG_RELEASE:=2 +PKG_VERSION:=8.2.4 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v$(PKG_VERSION) \ ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION) -PKG_MD5SUM:=cb47771004d53505200ffd00ac45bc32 +PKG_MD5SUM:=af7ec100a33c41bfb8d87b5e0ec2f44a PKG_CAT:=bzcat PKG_BUILD_DEPENDS:=libnotimpl