Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 1997 02:08:54 -0800 (PST)
From:      dburr@POBoxes.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5146: zip.with_encryption port is broken: files no longer available
Message-ID:  <199711251008.CAA27324@DonaldBurr.dyn.ml.org>
Resent-Message-ID: <199711251010.CAA02204@hub.freebsd.org>

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

>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:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 25 02:10:00 PST 1997
>Last-Modified:
>Originator:     Donald Burr
>Organization:
Starfleet Command
>Release:        FreeBSD 2.2.5-RELEASE i386
>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
>Audit-Trail:
>Unformatted:



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