update to the latest 7.4.x version of postgresql.. security and other fun stuff
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5610 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
070195735d
commit
90a9d5e588
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user