Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2008 13:52:13 GMT
From:      Olli Hauer <ohauer@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125565: [patch] mail/p5-Mail-DKIM update to version 0.32
Message-ID:  <200807131352.m6DDqDn2037352@www.freebsd.org>
Resent-Message-ID: <200807131400.m6DE082W065194@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125565
>Category:       ports
>Synopsis:       [patch] mail/p5-Mail-DKIM update to version 0.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 14:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:
>Description:
Update p5-Mail-DKIM to Version 0.32

 - remove Digest::SHA1 from dependencies list
 - change MASTER_SITE_BACKUP=  to MASTER_SITE_BACKUP+= 
    (so local mirror in /etc/make.conf is honored)


Version 0.32 - released 2008-06-03

  * removed requirement for Digest::SHA1 (issue #1832549).
    We now use the more capable Digest::SHA module for SHA-1 and SHA-256.
  * bugfixes:
    * granularity checking should be case-sensitive (issue #1938112).
    * identity tag now uses quoted-printable encoding (issue #1839015).
  * API improvement:
    * implemented identity_source() for DkSignature objects


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig       2008-04-28 00:27:41.000000000 +0200
+++ Makefile    2008-07-13 15:35:11.000000000 +0200
@@ -6,7 +6,7 @@
 #

 PORTNAME=      Mail-DKIM
-PORTVERSION=   0.31
+PORTVERSION=   0.32
 CATEGORIES=    mail perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
@@ -16,12 +16,12 @@

 RUN_DEPENDS=   ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
                ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
-               ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
                ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
                ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools
+
 BUILD_DEPENDS= ${RUN_DEPENDS}

-MASTER_SITE_BACKUP=    http://jason.long.name/dkimproxy/
+MASTER_SITE_BACKUP+=   http://jason.long.name/dkimproxy/

 PERL_CONFIGURE=        yes

--- distinfo.orig       2008-04-28 00:27:41.000000000 +0200
+++ distinfo    2008-07-13 15:23:08.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (Mail-DKIM-0.31.tar.gz) = d83c8d6bf8dadfe4101e90e23d607dee
-SHA256 (Mail-DKIM-0.31.tar.gz) = 7fff70e762d137cc6b477262a7aaf5ceb93dfd6d672f49d21eee448e4c1ec29f
-SIZE (Mail-DKIM-0.31.tar.gz) = 69421
+MD5 (Mail-DKIM-0.32.tar.gz) = 05592f264e0fbc758b93a4aa37bd7fd5
+SHA256 (Mail-DKIM-0.32.tar.gz) = cb871f5f0c1ec125ca7d691d42a041ecd85d969a209c5fc070d6c3d626d9cb6e
+SIZE (Mail-DKIM-0.32.tar.gz) = 72248


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807131352.m6DDqDn2037352>