From owner-freebsd-ports Sat Feb 10 3:10:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE46837B4EC for ; Sat, 10 Feb 2001 03:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ABA4q20226; Sat, 10 Feb 2001 03:10:04 -0800 (PST) (envelope-from gnats) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 615A037B503; Sat, 10 Feb 2001 03:07:28 -0800 (PST) Received: from m185-mp1-cvx1b.gui.ntl.com ([62.252.8.185]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010210110726.CNOQ18404.mta05-svc.ntlworld.com@m185-mp1-cvx1b.gui.ntl.com>; Sat, 10 Feb 2001 11:07:26 +0000 Message-Id: Date: Sat, 10 Feb 2001 11:15:24 +0000 (GMT) From: George Reid To: obrien@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: ports/24989: [PATCH] security/john has unfetchable distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24989 >Category: ports >Synopsis: [PATCH] security/john has unfetchable distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 03:10:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Port security/john has an unfetchable distfile. Included patch updates MASTER_SITES. >How-To-Repeat: Try to build :) >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/security/john/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2000/11/25 00:05:09 1.14 +++ Makefile 2001/02/10 11:08:34 @@ -9,8 +9,10 @@ PORTNAME= john PORTVERSION= 1.6 CATEGORIES= security -MASTER_SITES= http://www.false.com/security/john/ \ - ftp://ftp.false.com/pub/security/john/ +MASTER_SITES= http://www.openwall.com/john/ \ + ftp://ftp.ru.openwall.com/pub/projects/ \ + ftp://ftp.ca.openwall.com/pub/projects/ \ + ftp://ftp.false.com/pub/security/projects/ MAINTAINER= obrien@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message