From owner-freebsd-perl@FreeBSD.ORG Tue Oct 31 07:46: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 E5B2316A47C; Tue, 31 Oct 2006 07:46:25 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E87743D6E; Tue, 31 Oct 2006 07:46:21 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 852ABB6; Tue, 31 Oct 2006 15:46:20 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20061031074620.852ABB6@netnews.NCTU.edu.tw> Date: Tue, 31 Oct 2006 15:46:20 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] security/p5-Crypt-CBC: update to 2.22 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: Tue, 31 Oct 2006 07:46:26 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] security/p5-Crypt-CBC: update to 2.22 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE-p8 i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006 >Description: - Update to 2.22 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Crypt-CBC-2.22.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/Makefile /home/staff/gslin/work/ports/p5-Crypt-CBC/Makefile --- /usr/ports/security/p5-Crypt-CBC/Makefile Tue Aug 15 03:14:46 2006 +++ /home/staff/gslin/work/ports/p5-Crypt-CBC/Makefile Tue Oct 31 15:45:01 2006 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 2.19 +PORTVERSION= 2.22 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/distinfo /home/staff/gslin/work/ports/p5-Crypt-CBC/distinfo --- /usr/ports/security/p5-Crypt-CBC/distinfo Tue Aug 15 03:14:46 2006 +++ /home/staff/gslin/work/ports/p5-Crypt-CBC/distinfo Tue Oct 31 15:45:13 2006 @@ -1,3 +1,3 @@ -MD5 (Crypt-CBC-2.19.tar.gz) = 9e611ce8984d1d2f14cd038e62b50064 -SHA256 (Crypt-CBC-2.19.tar.gz) = a29bb19df427508850927703ff4d55e48fbff8e2550a3a3304afe2da58843cce -SIZE (Crypt-CBC-2.19.tar.gz) = 20427 +MD5 (Crypt-CBC-2.22.tar.gz) = 02622a5f0e70c1bc45c8db7985606643 +SHA256 (Crypt-CBC-2.22.tar.gz) = ec6af3674e92a3fc9a4c7d721afd1b495a64c563099e293b583faa2520c6ab12 +SIZE (Crypt-CBC-2.22.tar.gz) = 21349 --- p5-Crypt-CBC-2.22.patch ends here ---