summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2020-02-24 17:49:23 +0000
committermillert <millert@openbsd.org>2020-02-24 17:49:23 +0000
commitde67cb3144d63a622f053a9a4dd7ec7fe2e69b32 (patch)
tree4eba1e0215ee10b15b8f5baac8c69174706ab534 /usr.sbin/smtpd
parentDelete a few more fromstruct_*, tostruct_* and freestruct_* functions (diff)
downloadwireguard-openbsd-de67cb3144d63a622f053a9a4dd7ec7fe2e69b32.tar.xz
wireguard-openbsd-de67cb3144d63a622f053a9a4dd7ec7fe2e69b32.zip
Bump version to 6.6.4 for errata and to match -portable.
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index 8f8fbc8ac95..20bcf83ccab 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.654 2020/02/24 16:16:08 millert Exp $ */
+/* $OpenBSD: smtpd.h,v 1.655 2020/02/24 17:49:23 millert Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -51,7 +51,7 @@
#define SMTPD_QUEUE_EXPIRY (4 * 24 * 60 * 60)
#define SMTPD_SOCKET "/var/run/smtpd.sock"
#define SMTPD_NAME "OpenSMTPD"
-#define SMTPD_VERSION "6.6.2"
+#define SMTPD_VERSION "6.6.4"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5