From 49db27964cad5e662e6af1beb1a4fdaf64939fc6 Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Tue, 21 Nov 2006 21:23:58 +0000 Subject: [PATCH] update to the latest 7.4.x version of postgresql.. security and other fun stuff SVN-Revision: 5610 --- libs/postgresql/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 28c2b54038..3bb14c5f3b 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -9,14 +9,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=7.4.9 +PKG_VERSION:=7.4.14 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-archives.postgresql.org/pub/source/v$(PKG_VERSION)/ -PKG_MD5SUM:=d7cf0f0a0e1dda19268f55cb1e124c77 + ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v$(PKG_VERSION) \ + ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION) +PKG_MD5SUM:=2e0e82552f8463343df5d89348356481 PKG_CAT:=bzcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -- 2.30.2