From 5902d436477349c7ea551e9aa9dd05f13ebaac85 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 8 Dec 2006 14:54:55 +0000 Subject: [PATCH] add a mirror for bind and update to latest upstream version git-svn-id: svn://svn.openwrt.org/openwrt/packages@5723 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bind/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/bind/Makefile b/net/bind/Makefile index b8a9c231a..ac6aa1125 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)