From: Felix Fietkau Date: Fri, 8 Dec 2006 14:54:55 +0000 (+0000) Subject: add a mirror for bind and update to latest upstream version X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=82b0d0954f283759499bd0edd98538da7824211e add a mirror for bind and update to latest upstream version SVN-Revision: 5723 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index b8a9c231a7..ac6aa1125d 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -9,12 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.3.2-P1 -PKG_RELEASE:=8 +PKG_VERSION:=9.3.2-P2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION)/ -PKG_MD5SUM:=a0b86647ef6a2d5f1e759112d08e2229 +PKG_SOURCE_URL:= \ + ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \ + http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) +PKG_MD5SUM:=948101be324deb15ff94a5b6a639ea39 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)