pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: taca
Date: Mon May 19 15:56:58 UTC 2025
Modified Files:
pkgsrc/mail/postfix: Makefile Makefile.common distinfo
pkgsrc/mail/postfix-sqlite: Makefile
Log Message:
mail/postfix: update to 3.10.2
Postfix 3.10.2 (2025-04-22)
* Bugfix (defect introduced: date 19991116): when appending a
setting to a main.cf or master.cf file that did not end in a
newline character, the "postconf -e" command did not add an
extra newline character before appending the new setting, causing
information to become garbled. Fix by Michael Tokarev.
* Bugfix (defect introduced: Postfix 2.3, date 20051222): the
Dovecot auth client did not attempt to create a new connection
after an I/O error on an existing connection. Reported by
Oleksandr Kozmenko.
* Improved and corrected error messages when converting (host or
service) information to (symbolic text, numerical text, or
binary) form.
* Documentation: updated link to Dovecot documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.351 -r1.352 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.213 -r1.214 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/postfix-sqlite/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.351 pkgsrc/mail/postfix/Makefile:1.352
--- pkgsrc/mail/postfix/Makefile:1.351 Thu Apr 17 21:51:29 2025
+++ pkgsrc/mail/postfix/Makefile Mon May 19 15:56:57 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.351 2025/04/17 21:51:29 wiz Exp $
+# $NetBSD: Makefile,v 1.352 2025/05/19 15:56:57 taca Exp $
-PKGREVISION= 1
.include "../../mail/postfix/Makefile.common"
COMMENT= Fast, easy to administer, and secure mail transfer agent
Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.55 pkgsrc/mail/postfix/Makefile.common:1.56
--- pkgsrc/mail/postfix/Makefile.common:1.55 Tue May 6 12:07:33 2025
+++ pkgsrc/mail/postfix/Makefile.common Mon May 19 15:56:57 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.55 2025/05/06 12:07:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.56 2025/05/19 15:56:57 taca Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.10.1
+DISTNAME= postfix-3.10.2
CATEGORIES= mail
MASTER_SITES= https://ftp.fu-berlin.de/unix/mail/postfix/official/
MASTER_SITES+= https://ghostarchive.org/postfix/postfix-release/official/
Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.213 pkgsrc/mail/postfix/distinfo:1.214
--- pkgsrc/mail/postfix/distinfo:1.213 Thu Feb 27 15:42:54 2025
+++ pkgsrc/mail/postfix/distinfo Mon May 19 15:56:57 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.213 2025/02/27 15:42:54 taca Exp $
+$NetBSD: distinfo,v 1.214 2025/05/19 15:56:57 taca Exp $
-BLAKE2s (postfix-3.10.1.tar.gz) = b583d995b4866f8e245183619893981ca56e9e26e4b8aa2a493c36b77beb992e
-SHA512 (postfix-3.10.1.tar.gz) = f977668a3475493c679884fb06e7b6aee33e082b2a828e63e1f67515907ded7b406468d2bb03685275b9cde50ac04c03415876119401d0ca45c5b28ca0277cfe
-Size (postfix-3.10.1.tar.gz) = 5047708 bytes
+BLAKE2s (postfix-3.10.2.tar.gz) = 9ca8428e5c0d0471b7fcc1f1ee6efc7d47e4e848cd5a497f8f7b28ab94bba7b2
+SHA512 (postfix-3.10.2.tar.gz) = 722a29613beae57caacbda1180c7882bfdfe7b948fd64acecbe704b0dbcd1989c59b73adfa6c686a51ad9d4c7a51650b7287b185515de2eaa1a6355127ca634f
+Size (postfix-3.10.2.tar.gz) = 5048137 bytes
SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
SHA1 (patch-ai) = 3d143532e1e9a149c6c06e2efadcd34f6f72e82d
Index: pkgsrc/mail/postfix-sqlite/Makefile
diff -u pkgsrc/mail/postfix-sqlite/Makefile:1.44 pkgsrc/mail/postfix-sqlite/Makefile:1.45
--- pkgsrc/mail/postfix-sqlite/Makefile:1.44 Thu Apr 17 21:51:29 2025
+++ pkgsrc/mail/postfix-sqlite/Makefile Mon May 19 15:56:57 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/04/17 21:51:29 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/05/19 15:56:57 taca Exp $
COMMENT= Postfix SMTP server SQLite backend module
-PKGREVISION= 1
POSTFIX_LIB= sqlite
POSTFIX_LIBDIR= src/global
Home |
Main Index |
Thread Index |
Old Index