Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 22:07:13 +0300 (EEST)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marcus@FreeBSD.org, Esa Karkkainen <ejk@iki.fi>
Subject:   ports/122352: Add four mirror sites to net/wireshark
Message-ID:  <200804011907.m31J7D1w049523@thunderbolt.my.domain>
Resent-Message-ID: <200804011910.m31JA1Lw071544@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122352
>Category:       ports
>Synopsis:       Add four mirror sites to net/wireshark
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 19:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
Is in state of disintegration
>Environment:

System: FreeBSD 6.3-RELEASE-p1 Fri Feb 15 19:00:39 EET 2008
Ports tree cvsupped at Tue Apr  1 19:38:19 EEST 2008

>Description:

Primary site http://www.wireshark.org/ seems quite busy at the moment,
possibly slashdotted.

The patch adds five mirror sites to net/wireshark port.

I downloaded wireshark-1.0.0.tar.bz2 from all six sites and then I compared
md5 and sha256 checksums of the downloaded files, which were identical.

There is one more mirror site, which I did not add to MASTER_SITES,

http://wireshark.cs.pu.edu.tw/download/src/

because I could not download wireshark-1.0.0.tar.bz2 from this site,
but I did see that the site has same files available in "/download/src",
that other mirror sites also have.

>How-To-Repeat:

# cd ports/net/wireshark
# make fetch

>Fix:

diff -ruN /usr/ports/net/wireshark/Makefile ports/net/wireshark/Makefile
--- /usr/ports/net/wireshark/Makefile	2008-04-01 19:36:57.000000000 +0300
+++ ports/net/wireshark/Makefile	2008-04-01 21:50:02.000000000 +0300
@@ -9,7 +9,12 @@
 PORTVERSION=	1.0.0
 PORTREVISION?=	0
 CATEGORIES=	net ipv6
-MASTER_SITES=	http://www.wireshark.org/download/src/
+MASTER_SITES=	http://www.wireshark.org/download/src/ \
+		http://wireshark.osmirror.nl/download/src/ \
+		http://ftp.uni-kl.de/pub/wireshark/src/ \
+		http://wireshark.askapache.com/download/src/ \
+		http://wireshark.dsmirror.nl/download/src/ \
+		ftp://ftp.uni-kl.de/pub/wireshark/src/
 DISTNAME=	${DATADIR_NAME}-${PORTVERSION}
 
 MAINTAINER=	marcus@FreeBSD.org
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804011907.m31J7D1w049523>