From dburr@DonaldBurr.dyn.ml.org  Tue Nov 25 02:06:07 1997
Received: from DonaldBurr.dyn.ml.org (199-170-160-153.la.inreach.net [199.107.160.153])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01933
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Nov 1997 02:06:05 -0800 (PST)
          (envelope-from dburr@DonaldBurr.dyn.ml.org)
Received: (from dburr@localhost)
	by DonaldBurr.dyn.ml.org (8.8.7/8.8.7) id CAA27324;
	Tue, 25 Nov 1997 02:08:54 -0800 (PST)
	(envelope-from dburr)
Message-Id: <199711251008.CAA27324@DonaldBurr.dyn.ml.org>
Date: Tue, 25 Nov 1997 02:08:54 -0800 (PST)
From: dburr@POBoxes.com
Reply-To: dburr@POBoxes.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: zip.with_encryption port is broken: files no longer available
X-Send-Pr-Version: 3.2

>Number:         5146
>Category:       ports
>Synopsis:       zip.with_encryption port is broken: files no longer available
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 25 02:10:00 PST 1997
>Closed-Date:    Thu Nov 27 14:17:41 PST 1997
>Last-Modified:  Thu Nov 27 14:18:02 PST 1997
>Originator:     Donald Burr
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
Starfleet Command
>Environment:

Checked against 2.2.5 ports tree as well as ports-current on
ftp.freebsd.org

>Description:

Some of the files referenced by the zip.with_encryption port no longer
exist on the MASTER_SITES.  Also, the ruug.nl site has been extremely
unreliable for me for transmitting large files, so I added the
ftp.cdrom.com site as the first MASTER_SITES.

>How-To-Repeat:

try 'make'ing the zip.with_encryption port

>Fix:
	
Here is a patch to the zip.with_encryption port as of ports-current.  It
builds and installs fine on my 2.2.5-R system, and all of the encryption
tools (zip -e and zipcloak) work fine.

diff -ruN zip.with_encryption.OLD/Makefile zip.with_encryption/Makefile
--- zip.with_encryption.OLD/Makefile	Tue Nov 25 01:08:05 1997
+++ zip.with_encryption/Makefile	Tue Nov 25 00:50:43 1997
@@ -8,11 +8,14 @@
 # $Id: Makefile,v 1.30 1997/10/07 13:09:21 ache Exp $
 #
 
-DISTNAME=       zip22s
+DISTNAME=       zip22
 PKGNAME=        zip+crypt-2.2s
 CATEGORIES=	archivers
-MASTER_SITES=   ftp://ftp.icce.rug.nl/infozip/OLD/beta/
-DISTFILES=      zip22s.zip zcrypt27.zip
+# ftp.cdrom.com is faster and more reliable than icce, but icce is the
+# only server that has zcrypt27.zip.  Odd...
+MASTER_SITES=	ftp://ftp.cdrom.com/pub/infozip/OLD/beta/ \
+		ftp://ftp.icce.rug.nl/infozip/OLD/beta/
+DISTFILES=      zip22.zip zcrypt27.zip
 
 MAINTAINER=     ache@FreeBSD.ORG
 
diff -ruN zip.with_encryption.OLD/files/md5 zip.with_encryption/files/md5
--- zip.with_encryption.OLD/files/md5	Tue Nov 25 01:08:04 1997
+++ zip.with_encryption/files/md5	Tue Nov 25 00:52:52 1997
@@ -1,2 +1,2 @@
-MD5 (zip22s.zip) = 1c066c1f38b421ab5d8b6727ff94e2d4
-MD5 (zcrypt27.zip) = daa937578ac945fb8a45402d2b8a673f
+MD5 (zcrypt27.zip) = 705945343dae4c9344b3c3cf9b2c5ded
+MD5 (zip22.zip) = bc0f637fe6492facf2e51a523e23ea59
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jseger 
State-Changed-When: Thu Nov 27 14:17:41 PST 1997 
State-Changed-Why:  
This was fixed with a commit yesterday. 

>Unformatted:
