aboutsummaryrefslogtreecommitdiffstats
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
commit14be0e58219c4054ef14ec8abbc04380e814b2e8 (patch)
tree3d4cf24310328956f9fb086c569754a06239a502
parentFix two security vulnerabilities discovered by Qualys. (diff)
downloadOpenSMTPD-14be0e58219c4054ef14ec8abbc04380e814b2e8.tar.xz
OpenSMTPD-14be0e58219c4054ef14ec8abbc04380e814b2e8.zip
Bump version to 6.6.4 for errata and to match -portable.
-rw-r--r--smtpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtpd.h b/smtpd.h
index 8f8fbc8a..20bcf83c 100644
--- a/smtpd.h
+++ b/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