From: Wietse Venema
Date: Sat, 24 Nov 2018 05:00:00 +0000 (-0500)
Subject: postfix-3.0.14
X-Git-Tag: v3.0.14^0
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd8bd01205a35cdb471f7b035ef3b724b3d80b33;p=thirdparty%2Fpostfix.git
postfix-3.0.14
---
diff --git a/postfix/README_FILES/AAAREADME b/postfix/README_FILES/AAAREADME
index d4e10f070..7d72787cb 100644
--- a/postfix/README_FILES/AAAREADME
+++ b/postfix/README_FILES/AAAREADME
@@ -12,7 +12,6 @@ GGeenneerraall ccoonnffiigguurraattiioonn
* TLS_README: TLS Encryption and authentication
* FORWARD_SECRECY_README: TLS Forward Secrecy
* IPV6_README: IP Version 6 Support
- * IPV6_README: IP Version 6 Support
* SMTPUTF8_README: SMTPUTF8 Support
* COMPATIBILITY_README: Backwards-Compatibility Safety Net
* INSTALL: Installation from source code
diff --git a/postfix/README_FILES/FORWARD_SECRECY_README b/postfix/README_FILES/FORWARD_SECRECY_README
index 6f39fbc18..2259931c1 100644
--- a/postfix/README_FILES/FORWARD_SECRECY_README
+++ b/postfix/README_FILES/FORWARD_SECRECY_README
@@ -299,7 +299,7 @@ verification status.
(No client certificate requested)
TLS 1.3 examples. Some of the new attributes may not appear when not
- applicable or not available in an older versions of the OpenSSL library.
+ applicable or not available in older versions of the OpenSSL library.
Received: from localhost (localhost [127.0.0.1])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256
diff --git a/postfix/html/FORWARD_SECRECY_README.html b/postfix/html/FORWARD_SECRECY_README.html
index 08faf0281..2a230f428 100644
--- a/postfix/html/FORWARD_SECRECY_README.html
+++ b/postfix/html/FORWARD_SECRECY_README.html
@@ -407,7 +407,7 @@ Received: from host.example.com (host.example.com [192.168.0.2])
TLS 1.3 examples. Some of the new attributes may not appear when not
-applicable or not available in an older versions of the OpenSSL library.
+applicable or not available in older versions of the OpenSSL library.
diff --git a/postfix/html/index.html b/postfix/html/index.html
index edf9019e7..2989177a6 100644
--- a/postfix/html/index.html
+++ b/postfix/html/index.html
@@ -46,8 +46,6 @@ configuration examples
IP Version 6 Support
- IP Version 6 Support
-
SMTPUTF8 Support
Backwards-Compatibility Safety Net
diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h
index 99dd9e0ba..70590034f 100644
--- a/postfix/src/global/mail_version.h
+++ b/postfix/src/global/mail_version.h
@@ -20,8 +20,8 @@
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20181117"
-#define MAIL_VERSION_NUMBER "3.0.14-RC3"
+#define MAIL_RELEASE_DATE "20181124"
+#define MAIL_VERSION_NUMBER "3.0.14"
#ifdef SNAPSHOT
#define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE