From 7d2bb377450660dac2af8dff426f8ae95d43b0db Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 Dec 2006 14:54:55 +0000 Subject: [PATCH] add a mirror for bind and update to latest upstream version SVN-Revision: 5723 --- 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) -- 2.30.2