Update to 0.08.2. From the changelog:
- fixed handling of the 'owner' setting for ezmlm-idx > v5 - updated ezmlm-idx version detection - allow "@" in the path of a mailing list - add modules Mail::Ezmlm::GpgKeyRing and Mail::Ezmlm::GpgEzmlm - fixed issues of Mail::Ezmlm::GpgEzmlm with ezmlm-idx v0.4x lists - added check for external dependency to the test script
This commit is contained in:
parent
134941e64e
commit
2a49142d59
3 changed files with 10 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:18 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2014/02/20 16:27:21 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Ezmlm-0.07.2
|
||||
DISTNAME= Ezmlm-0.08.2
|
||||
PKGNAME= p5-Mail-${DISTNAME}
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/08/01 21:01:26 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/02/20 16:27:21 schmonz Exp $
|
||||
|
||||
SHA1 (Ezmlm-0.07.2.tar.gz) = 0915813ffd90ca2b6498199d8e08351f38946b91
|
||||
RMD160 (Ezmlm-0.07.2.tar.gz) = f06d95584a97d2608e542ab92be0132de4444961
|
||||
Size (Ezmlm-0.07.2.tar.gz) = 15494 bytes
|
||||
SHA1 (patch-aa) = 181f789c489c297b4318dfc948c6c351ad1675f3
|
||||
SHA1 (Ezmlm-0.08.2.tar.gz) = a6fffeb4ae3cda749c9bee3326cb02c4f9a1e1b3
|
||||
RMD160 (Ezmlm-0.08.2.tar.gz) = b114e47b839756debb260b3477c338395ff25bf3
|
||||
Size (Ezmlm-0.08.2.tar.gz) = 25380 bytes
|
||||
SHA1 (patch-aa) = b63d3a932ce3a67413c31286e444877da6ccb7c4
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-aa,v 1.2 2008/08/01 21:01:26 schmonz Exp $
|
||||
$NetBSD: patch-aa,v 1.3 2014/02/20 16:27:21 schmonz Exp $
|
||||
|
||||
--- Ezmlm.pm.orig 2006-06-19 21:01:35.000000000 -0400
|
||||
--- Ezmlm.pm.orig 2008-10-16 01:22:44.000000000 +0000
|
||||
+++ Ezmlm.pm
|
||||
@@ -57,9 +57,9 @@ $VERSION = '0.07';
|
||||
@@ -58,9 +58,9 @@ $VERSION = '0.08.2';
|
||||
require 5.005;
|
||||
|
||||
# == Begin site dependant variables ==
|
||||
|
|
Loading…
Reference in a new issue