pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update opensmtpd to latest version 6.8.0p1
Module Name: pkgsrc-wip
Committed By: Jaromir Dolecek <jdolecek%NetBSD.org@localhost>
Pushed By: jdolecek
Date: Thu May 13 00:31:54 2021 +0200
Changeset: 8200edd6e5a969afe8536144d49ce5d8722e5a9e
Modified Files:
opensmtpd/Makefile
opensmtpd/distinfo
opensmtpd/patches/patch-smtpd_proxy.c
opensmtpd/patches/patch-smtpd_smtp__session.c
Log Message:
Update opensmtpd to latest version 6.8.0p1
Dependencies note:
==================
This release builds with LibreSSL > 3.0.2 or OpenSSL > 1.1.0.
Changes in this release:
========================
New Features:
- ECDSA privsep engine support for OpenSSL, sponsored by anonymous community member
Bug fixes:
- Fixed a resolver memory leak as well as a regex table memory leak
- Fixed a bug in the filters state machine leading to a possible crash of the daemon
- Fixed the logging format which output truncated process names on some systems
- Fixed build on macOS
- Various man page improvements
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8200edd6e5a969afe8536144d49ce5d8722e5a9e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opensmtpd/Makefile | 2 +-
opensmtpd/distinfo | 12 ++++++------
opensmtpd/patches/patch-smtpd_proxy.c | 4 ++--
opensmtpd/patches/patch-smtpd_smtp__session.c | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
diffs:
diff --git a/opensmtpd/Makefile b/opensmtpd/Makefile
index 96c354e71d..9ba1512a07 100644
--- a/opensmtpd/Makefile
+++ b/opensmtpd/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-VERSION= 6.7.1p1
+VERSION= 6.8.0p2
DISTNAME= opensmtpd-${VERSION}
CATEGORIES= mail net
MASTER_SITES= https://www.opensmtpd.org/archives/
diff --git a/opensmtpd/distinfo b/opensmtpd/distinfo
index 7c08474dc4..e9a8354265 100644
--- a/opensmtpd/distinfo
+++ b/opensmtpd/distinfo
@@ -1,13 +1,13 @@
$NetBSD: distinfo,v 1.6 2016/06/01 11:47:06 wiz Exp $
-SHA1 (opensmtpd-6.7.1p1.tar.gz) = ddf1033971cf7c87d33b93d5ac80d7e65ac7a08b
-RMD160 (opensmtpd-6.7.1p1.tar.gz) = 8362d14c4620f15ce2d39fd8a68e8919c13b883c
-SHA512 (opensmtpd-6.7.1p1.tar.gz) = 403952e77b360f42d8dc8ae7cd7faeced831b9e37bffd7c67d338b7208f7471d50f3594c3475a9282d18cb17435efd305ec8c05f89eaeab5d363ddb1c4d54a2e
-Size (opensmtpd-6.7.1p1.tar.gz) = 859364 bytes
+SHA1 (opensmtpd-6.8.0p2.tar.gz) = 81e9cbf4c56d2eb568438d0270b7ffc8aa1888cc
+RMD160 (opensmtpd-6.8.0p2.tar.gz) = 740a0904594f47caa1261b4be3bc7de8165678e7
+SHA512 (opensmtpd-6.8.0p2.tar.gz) = 48f152b75575146fdd09bdf47123041ea62fefb6e5de33a69826bf91a2126a918f8db1caffadb2f142a1a21de8126d492de88cb65bdf169e61c0b22d3e78d290
+Size (opensmtpd-6.8.0p2.tar.gz) = 860189 bytes
SHA1 (patch-contrib_libexec_mail.local_mail.local.c) = bec19540fa52c7c6596ab5923f3a67b334ddf168
SHA1 (patch-mk_smtpd_Makefile.am) = 57a7921cb5de3f6388ad98f9b74b98ca49da38bb
SHA1 (patch-openbsd-compat_getpeereid.c) = 8d60140bffcabb6accf9b7bbe0f419c2c25d352d
SHA1 (patch-openbsd-compat_imsg-buffer.c) = 88ca16db5dd400de14dafe7cc35d40adfd45a4c0
SHA1 (patch-openbsd-compat_imsg.c) = ef84b7883b75bfc726085dac67b7bead16029e20
-SHA1 (patch-smtpd_proxy.c) = a8ffd7df13aac3eea004a0b36114fdaf391127f4
-SHA1 (patch-smtpd_smtp__session.c) = e053facbb726e78691688dbf532882418f08b25d
+SHA1 (patch-smtpd_proxy.c) = 895d3e9532bf53dcdb7a52825043acacac51b378
+SHA1 (patch-smtpd_smtp__session.c) = 565b1df1a6d4d3c5ee786f4501c1cd73992f2d3e
diff --git a/opensmtpd/patches/patch-smtpd_proxy.c b/opensmtpd/patches/patch-smtpd_proxy.c
index 3832f035c6..93689a01ed 100644
--- a/opensmtpd/patches/patch-smtpd_proxy.c
+++ b/opensmtpd/patches/patch-smtpd_proxy.c
@@ -2,8 +2,8 @@ $NetBSD$
Rename local variables to avoid name clash on SmartOS.
---- smtpd/proxy.c.orig 2020-05-21 19:06:04.000000000 +0000
-+++ smtpd/proxy.c
+--- usr.sbin/smtpd/proxy.c.orig 2020-05-21 19:06:04.000000000 +0000
++++ usr.sbin/smtpd/proxy.c
@@ -341,7 +341,7 @@ proxy_translate_ss(struct proxy_session
{
struct sockaddr_in *sin = (struct sockaddr_in *) &s->ss;
diff --git a/opensmtpd/patches/patch-smtpd_smtp__session.c b/opensmtpd/patches/patch-smtpd_smtp__session.c
index 5755441dbd..af2df30103 100644
--- a/opensmtpd/patches/patch-smtpd_smtp__session.c
+++ b/opensmtpd/patches/patch-smtpd_smtp__session.c
@@ -12,8 +12,8 @@ For update 6.7.1p1:
Removed hunk to increase buffersize to LOGIN_NAME_MAX+HOST_NAME_MAX+1,
this was already increased upstream to SMTPD_MAXMAILADDRSIZE.
---- smtpd/smtp_session.c.orig 2020-05-21 19:06:04.000000000 +0000
-+++ smtpd/smtp_session.c
+--- usr.sbin/smtpd/smtp_session.c.orig 2020-05-21 19:06:04.000000000 +0000
++++ usr.sbin/smtpd/smtp_session.c
@@ -84,6 +84,7 @@ enum {
TX_ERROR_ENVELOPE,
TX_ERROR_SIZE,
Home |
Main Index |
Thread Index |
Old Index