From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 21 04:50:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 968E916A42A for ; Mon, 21 Nov 2005 04:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA3AB43D58 for ; Mon, 21 Nov 2005 04:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAL4oJEC029204 for ; Mon, 21 Nov 2005 04:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAL4oJQ3029203; Mon, 21 Nov 2005 04:50:19 GMT (envelope-from gnats) Resent-Date: Mon, 21 Nov 2005 04:50:19 GMT Resent-Message-Id: <200511210450.jAL4oJQ3029203@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F382A16A420 for ; Mon, 21 Nov 2005 04:50:06 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-qmqp-01.inet.qwest.net (mpls-qmqp-01.inet.qwest.net [63.231.195.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FEF943D4C for ; Mon, 21 Nov 2005 04:50:06 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: (qmail 58021 invoked by uid 0); 21 Nov 2005 04:50:05 -0000 Received: from unknown (63.231.195.6) by mpls-qmqp-01.inet.qwest.net with QMQP; 21 Nov 2005 04:50:05 -0000 Received: from finch.st (HELO mail.itsy-bitsy.net) (168.103.194.212) by mpls-pop-06.inet.qwest.net with SMTP; 21 Nov 2005 04:50:05 -0000 Received: from localhost ([127.0.0.1] helo=moondance.itsy-bitsy.net) by mail.itsy-bitsy.net with esmtp (Exim 4.54 (FreeBSD)) id 1Ee3cw-00063T-9G for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Nov 2005 21:50:02 -0700 Received: (from aaron@localhost) by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id jAL4nx5f023278; Sun, 20 Nov 2005 21:49:59 -0700 (MST) (envelope-from aaron) Message-Id: <200511210449.jAL4nx5f023278@moondance.itsy-bitsy.net> Date: Sun, 20 Nov 2005 21:49:59 -0700 (MST) From: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89346: Update Port: security/p5-Module-Signature 0.44 -> 0.50 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 04:50:20 -0000 >Number: 89346 >Category: ports >Synopsis: Update Port: security/p5-Module-Signature 0.44 -> 0.50 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 21 04:50:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: [Changes for 0.50 - 2005-08-21] * Add support for to SHA-256, requested by Mark Shelor in light of the recent SHA1 attacks. SHA1 is still the default, but you can now override this by settings MODULE_SIGNATURE_CIPHER environment variable to SHA256. [Changes for 0.45 - 2005-08-09] * Andreas Koenig ported out that "Import GPG keys?" was asked far too many times during autoinstall. >How-To-Repeat: >Fix: --- submission.txt begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/p5-Module-Signature/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 6 Apr 2005 05:56:29 -0000 1.6 +++ Makefile 21 Nov 2005 04:40:09 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Module-Signature -PORTVERSION= 0.44 +PORTVERSION= 0.50 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -15,9 +15,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Module signature file manipulation -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \ + ${SITE_PERL}/Crypt/OpenPGP.pm:${PORTSDIR}/security/p5-Crypt-OpenPGP \ ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/p5-Module-Signature/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 6 Apr 2005 05:56:29 -0000 1.5 +++ distinfo 21 Nov 2005 04:40:20 -0000 @@ -1,2 +1,3 @@ -MD5 (Module-Signature-0.44.tar.gz) = f1928d481376c1402878890feec26a1f -SIZE (Module-Signature-0.44.tar.gz) = 54622 +MD5 (Module-Signature-0.50.tar.gz) = 3dd8abcf67f4fa5c85d898267e3cad53 +SHA256 (Module-Signature-0.50.tar.gz) = e2f1e357135f76b42b24dc2b1c07730f09061a1ef4de0f5b656154e46e30b892 +SIZE (Module-Signature-0.50.tar.gz) = 54392 --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: