pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Mail-Sendmail
Module Name: pkgsrc
Committed By: wen
Date: Wed Aug 19 02:28:14 UTC 2026
Modified Files:
pkgsrc/mail/p5-Mail-Sendmail: Makefile distinfo
Log Message:
Update to 0.83
Upstream changes:
0.83 2026-07-04 NEILB
- strip CR/LF from header values, to prevent insertion of rogue headers.
Deals with issue in CVE-2026-13092. Pull request from Olaf Alders++.
- Tried using [PkgVersion] so $VERSION would be auto managed, but
caused issues testing as the code expects $VERSION to be there pre-build.
- switched to a new test Sendmail server for t/original.t, as the old
one was no longer accepting connections.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/p5-Mail-Sendmail/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/p5-Mail-Sendmail/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/p5-Mail-Sendmail/Makefile
diff -u pkgsrc/mail/p5-Mail-Sendmail/Makefile:1.41 pkgsrc/mail/p5-Mail-Sendmail/Makefile:1.42
--- pkgsrc/mail/p5-Mail-Sendmail/Makefile:1.41 Thu Jul 16 19:04:07 2026
+++ pkgsrc/mail/p5-Mail-Sendmail/Makefile Wed Aug 19 02:28:14 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.41 2026/07/16 19:04:07 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/08/19 02:28:14 wen Exp $
-DISTNAME= Mail-Sendmail-0.82
+DISTNAME= Mail-Sendmail-0.83
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= mail perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEILB/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://alma.ch/perl/
Index: pkgsrc/mail/p5-Mail-Sendmail/distinfo
diff -u pkgsrc/mail/p5-Mail-Sendmail/distinfo:1.9 pkgsrc/mail/p5-Mail-Sendmail/distinfo:1.10
--- pkgsrc/mail/p5-Mail-Sendmail/distinfo:1.9 Sat Nov 15 01:14:34 2025
+++ pkgsrc/mail/p5-Mail-Sendmail/distinfo Wed Aug 19 02:28:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/11/15 01:14:34 wen Exp $
+$NetBSD: distinfo,v 1.10 2026/08/19 02:28:14 wen Exp $
-BLAKE2s (Mail-Sendmail-0.82.tar.gz) = 6097d7997c89c07f4111f76f8b832ffce81a5e0a1358cbe71c3db7444e5e8ac3
-SHA512 (Mail-Sendmail-0.82.tar.gz) = 5fe969d5de6da9534c81887283584e8385c483178411254d78fa484a180a3b3cb0e325c54553c71b615bd33a46b90fe4b39ec2752964f14422616e726917a240
-Size (Mail-Sendmail-0.82.tar.gz) = 23405 bytes
+BLAKE2s (Mail-Sendmail-0.83.tar.gz) = e7b3a6d5cf3dd03a1279abf4445ea0647d171ffce279428d3c16e159e20de6f2
+SHA512 (Mail-Sendmail-0.83.tar.gz) = 5c6676e3819ad321720c083cb3df9bfc65a029dcd04415441a78f220d42b9cf50bb7e7b60afb2f79b7d948fbf2093c58e07a603d9a45738fe0968b8cb21667c4
+Size (Mail-Sendmail-0.83.tar.gz) = 25663 bytes
Home |
Main Index |
Thread Index |
Old Index