Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 5E6B263ED67 for ; Tue, 15 Jan 2013 10:47:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F236C14A4C3; Tue, 15 Jan 2013 10:47:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6B0B14A4BF for ; Tue, 15 Jan 2013 10:47:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vy0b7NherARn for ; Tue, 15 Jan 2013 10:47:16 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5FAB714A4BE for ; Tue, 15 Jan 2013 10:47:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4E3E5175DD; Tue, 15 Jan 2013 10:47:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 15 Jan 2013 10:47:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/p5-Digest-SHA To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130115104716.4E3E5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Jan 15 10:47:16 UTC 2013 Modified Files: pkgsrc/security/p5-Digest-SHA: Makefile distinfo Log Message: Update to 5.81: 5.81 Mon Jan 14 05:17:08 MST 2013 - corrected load subroutine (SHA.pm) to prevent double-free -- Bug #82655: Security issue - segfault -- thanks to Victor Efimov and Nicholas Clark for technical expertise and suggestions 5.80 Mon Dec 10 14:15:26 MST 2012 - obtained noticeable speedup on Intel/gcc -- by setting -O1 and -fomit-frame-pointer -- SHA-1 about 63% faster, SHA-2 improves 11-20% 5.74 Sat Nov 24 03:10:18 MST 2012 - handle wide-string input by converting to bytes first -- viz. use SvPVbyte instead of SvPV in SHA.xs -- thanks to Eric Brine for summary and code 5.73 Wed Oct 31 04:32:44 MST 2012 - provided workaround for DEC compiler bug (ref. Makefile.PL) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/p5-Digest-SHA/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/p5-Digest-SHA/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.