-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
p5-Qmail-Deliverable: update to 1.09. Changes:
new: - detect ezmlm lists, reject null senders to lists - correctly ignore comments in qmail/users/assign #3 - add module syntax tests #3 - add regression test that exercises bug reported in #2 fix: - fix interpretation of wildcard assignments #2
- Loading branch information
Showing
3 changed files
with
23 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.3 2024/01/26 19:54:52 schmonz Exp $ | ||
# $NetBSD: Makefile,v 1.4 2024/01/28 21:10:34 schmonz Exp $ | ||
|
||
DISTNAME= Qmail-Deliverable-1.08 | ||
DISTNAME= Qmail-Deliverable-1.09 | ||
PKGNAME= p5-${DISTNAME} | ||
CATEGORIES= mail perl5 | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JU/JUERD/} | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSIMERSON/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://metacpan.org/pod/Qmail::Deliverable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
$NetBSD: distinfo,v 1.2 2024/01/26 19:54:52 schmonz Exp $ | ||
$NetBSD: distinfo,v 1.3 2024/01/28 21:10:34 schmonz Exp $ | ||
|
||
BLAKE2s (Qmail-Deliverable-1.08.tar.gz) = 05501dfa86010dc74f1e18a4e3b6503b43214df5952bc1938ace410b8dc6d806 | ||
SHA512 (Qmail-Deliverable-1.08.tar.gz) = f1f9100869ec9b994e5f9d5344842093a63ca33510e2e99dde33522087b41a3a97bd119d51aee21a8e5d4d09cd59130904af4fbe7fcb2ad75a20a97d0fecd3b5 | ||
Size (Qmail-Deliverable-1.08.tar.gz) = 18916 bytes | ||
SHA1 (patch-lib_Qmail_Deliverable.pm) = e2172dc43a2a4e769ceb28628395469026eff8b8 | ||
BLAKE2s (Qmail-Deliverable-1.09.tar.gz) = 309fdba502d1b9c3ee50454e61fc1d41ab881005fb0b8ec046846b09c1b01985 | ||
SHA512 (Qmail-Deliverable-1.09.tar.gz) = 90b34d57f315b614efa581973f8a5d3675216cc74d9c29c5089ee103c3060c0fd8453ad75a079bcb265d2073af6795d38e37f07ff544601331e0a3864d1d8b3f | ||
Size (Qmail-Deliverable-1.09.tar.gz) = 19794 bytes | ||
SHA1 (patch-lib_Qmail_Deliverable.pm) = fa5f4a4c8107e713d62134425084d62fcf807279 | ||
SHA1 (patch-lib_Qmail_Deliverable_Comparison.pod) = 0fdd7a6dd3275d7f03068a178ed6ad7c35f804b5 | ||
SHA1 (patch-qpsmtpd-plugin_qmail__deliverable) = 2339f73db04380b2c8bc23fe34790fcea4e60ff9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters