From owner-freebsd-ports Sun Jul 22 6:50: 8 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 76DDD37B406 for ; Sun, 22 Jul 2001 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6MDo1J26876; Sun, 22 Jul 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id 3078837B403 for ; Sun, 22 Jul 2001 06:43:12 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f6MDgXf09280; Sun, 22 Jul 2001 09:42:33 -0400 (EDT) (envelope-from petef) Message-Id: <200107221342.f6MDgXf09280@electron.databits.net> Date: Sun, 22 Jul 2001 09:42:33 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29144: Update security/p5-Digest-MD5 to 2.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29144 >Category: ports >Synopsis: Update security/p5-Digest-MD5 to 2.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 22 06:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 13 09:58:28 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 2.14 - clean up pkg-{comment,descr} - sort pkg-plist >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Digest-MD5/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 2001/06/11 15:20:04 1.14 +++ Makefile 2001/07/22 12:49:28 @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.13 +PORTVERSION= 2.14 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/p5-Digest-MD5/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/03/21 03:25:36 1.5 +++ distinfo 2001/07/22 13:32:37 @@ -1 +1 @@ -MD5 (Digest-MD5-2.13.tar.gz) = f6e63e5250e8d5267e7a7828c52f01e4 +MD5 (Digest-MD5-2.14.tar.gz) = 58d51833d54beba8976fdacf9984c329 Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/security/p5-Digest-MD5/pkg-comment,v retrieving revision 1.2 diff -u -r1.2 pkg-comment --- pkg-comment 1999/06/26 18:50:59 1.2 +++ pkg-comment 2001/07/22 13:39:27 @@ -1 +1 @@ -Perl5 interface to MD5, MD2, SHA1 and HMAC Message-Digest Algorithms +Perl5 interface to the MD5 algorithm Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/security/p5-Digest-MD5/pkg-descr,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-descr --- pkg-descr 1999/04/07 20:20:33 1.1.1.1 +++ pkg-descr 2001/07/22 13:40:29 @@ -1,22 +1,13 @@ -Digest:: MD5, MD2, SHA1 and HMAC ---------------------------------- +The Digest::MD5 module allows you to use the RSA Data Security Inc. +MD5 Message Digest algorithm from within Perl programs. The +algorithm takes as input a message of arbitrary length and produces +as output a 128-bit "fingerprint" or "message digest" of the input. -This is a Perl extension interface to the RSA Data Security Inc. MD5, -MD2, as well as NIST SHA-1, Message Digest algorithms. This package -also provide modules which calculate HMAC digests. +The Digest::MD5 module provide a procedural interface for simple +use, as well as an object oriented interface that can handle messages +of arbitrary length and which can read files directly. -To build the extensions, unpack this distribution somewhere, create -the Makefile by running 'perl Makefile.PL' and do a 'make', 'make -test', and if successful 'make install'. +WWW: http://search.cpan.org/search?dist=Digest-MD5 -You will need perl version 5.004 or better to install these modules. -Further documentation is embedded in the individual modules. - -Copyright 1998-1999 Gisle Aas. -Copyright 1998 Graham Barr. -Copyright 1997 Uwe Hollerbach. -Copyright 1995-1996 Neil Winton. -Copyright 1990-1992 RSA Data Security, Inc. - -This library is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. +- Pete +petef@databits.net Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/p5-Digest-MD5/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/06/11 15:20:04 1.4 +++ pkg-plist 2001/07/22 13:38:44 @@ -1,7 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD5.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD5.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message