Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 13:42:29 -0500 (EST)
From:      "Andrew J. Korty" <ajk@iu.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48536: [PATCH] security/cracklib distfile moved (plus minor changes)
Message-ID:  <200302211842.h1LIgTU6048622@kobayashi.uits.iupui.edu>

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

>Number:         48536
>Category:       ports
>Synopsis:       [PATCH] security/cracklib distfile moved (plus minor changes)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 10:50:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrew J. Korty
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
Indiana University
>Environment:
System: FreeBSD kobayashi.uits.iupui.edu 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Thu Aug 1 11:14:17 EST 2002 root@kobayashi.uits.iupui.edu:/usr/src/sys/compile/ITSO i386

>Description:

The cracklib,2.7.tgz has moved to a different site and renamed to
have a .tar.gz suffix instead.  The two files were compressed
differently, resulting in a different MD5 checksum.

Also, portlint seems to want a COMMENT line in the Makefile, obviating
the need for the pkg-comment file.  I've added the former and removed
the latter.

>How-To-Repeat:

N/A

>Fix:

Use patch -E to actually delete the pkg-comment file.

diff -Nru cracklib.orig/Makefile cracklib/Makefile
--- cracklib.orig/Makefile	Fri Feb 21 13:29:02 2003
+++ cracklib/Makefile	Fri Feb 21 13:29:02 2003
@@ -9,11 +9,11 @@
 PORTVERSION=	2.7
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://www.users.dircon.co.uk/~crypto/download/
+MASTER_SITES=	http://www.crypticide.org/users/alecm/security/
 DISTNAME=	${PORTNAME},${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ajk@iu.edu
+COMMENT=	"Password-checking library"
 
 MAN3=		cracklib.3
 MLINKS=		cracklib.3 FascistCheck.3
diff -Nru cracklib.orig/distinfo cracklib/distinfo
--- cracklib.orig/distinfo	Fri Feb 21 13:29:02 2003
+++ cracklib/distinfo	Fri Feb 21 13:29:02 2003
@@ -1 +1 @@
-MD5 (cracklib,2.7.tgz) = 7f810e310c7f2df33d1eaa2b41ab2435
+MD5 (cracklib,2.7.tar.gz) = 0c84ad7413d9dd3e5c2eaa5f97d53c4a
diff -Nru cracklib.orig/pkg-comment cracklib/pkg-comment
--- cracklib.orig/pkg-comment	Fri Feb 21 13:29:02 2003
+++ cracklib/pkg-comment	Wed Dec 31 19:00:00 1969
@@ -1 +0,0 @@
-Password-checking library
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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