From owner-freebsd-perl@FreeBSD.ORG Mon Jun 5 22:58:25 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0AD016A8FB; Mon, 5 Jun 2006 22:20:29 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 131AF43D58; Mon, 5 Jun 2006 22:20:28 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k55MKS6e072548; Tue, 6 Jun 2006 06:20:28 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k55MKSW0072547; Tue, 6 Jun 2006 06:20:28 +0800 (CST) (envelope-from rafan) Date: Tue, 6 Jun 2006 06:20:28 +0800 (CST) Message-Id: <200606052220.k55MKSW0072547@svm.csie.ntu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org From: Rong-En Fan X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] security/p5-Digest-SHA: update to 5.41 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 22:58:27 -0000 >Submitter-Id: current-users >Originator: Rong-En Fan >Organization: NTU CSIE >Confidential: no >Synopsis: [PATCH] security/p5-Digest-SHA: update to 5.41 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: >Description: - Update to 5.41 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Digest-SHA-5.41.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Digest-SHA/Makefile /home/rafan/tmp/ports/p5-Digest-SHA/Makefile --- /usr/ports/security/p5-Digest-SHA/Makefile Tue May 30 04:05:19 2006 +++ /home/rafan/tmp/ports/p5-Digest-SHA/Makefile Tue Jun 6 06:19:11 2006 @@ -6,7 +6,7 @@ # PORTNAME= Digest-SHA -PORTVERSION= 5.39 +PORTVERSION= 5.41 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest diff -ruN --exclude=CVS /usr/ports/security/p5-Digest-SHA/distinfo /home/rafan/tmp/ports/p5-Digest-SHA/distinfo --- /usr/ports/security/p5-Digest-SHA/distinfo Tue May 30 04:05:19 2006 +++ /home/rafan/tmp/ports/p5-Digest-SHA/distinfo Tue Jun 6 06:19:20 2006 @@ -1,3 +1,3 @@ -MD5 (Digest-SHA-5.39.tar.gz) = ba6aa404588e11fa32034739f0f3907a -SHA256 (Digest-SHA-5.39.tar.gz) = a3daee6d68aafd5ca9b5964b8a9011894e705113228dac37875dbd674483ff33 -SIZE (Digest-SHA-5.39.tar.gz) = 72768 +MD5 (Digest-SHA-5.41.tar.gz) = 06dad6670db9ca7ad817e9616d5ca776 +SHA256 (Digest-SHA-5.41.tar.gz) = ac8ef1d8ba62d4a17665387ac5a9f0a19f27330502fcf6956e5815402776f281 +SIZE (Digest-SHA-5.41.tar.gz) = 72872 Binary files /usr/ports/security/p5-Digest-SHA/p5-Digest-SHA-5.41.tbz and /home/rafan/tmp/ports/p5-Digest-SHA/p5-Digest-SHA-5.41.tbz differ --- p5-Digest-SHA-5.41.patch ends here ---