summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authoreric <eric@openbsd.org>2020-04-08 07:30:44 +0000
committereric <eric@openbsd.org>2020-04-08 07:30:44 +0000
commit3b6172845ca039729e3ac02040d787f83f9c7250 (patch)
tree37ce53c6c90f129f0f4a9589cc8461b3a554cfee /usr.sbin/smtpd
parentlet sshkey_try_load_public() load public keys from the unencrypted (diff)
downloadwireguard-openbsd-3b6172845ca039729e3ac02040d787f83f9c7250.tar.xz
wireguard-openbsd-3b6172845ca039729e3ac02040d787f83f9c7250.zip
bump smtpd version
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 20bcf83ccab..d9889517564 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.655 2020/02/24 17:49:23 millert Exp $ */
+/* $OpenBSD: smtpd.h,v 1.656 2020/04/08 07:30:44 eric 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.4"
+#define SMTPD_VERSION "6.7.0"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5