Prereq: "3.0.11" diff -cr --new-file /var/tmp/postfix-3.0.11/src/global/mail_version.h ./src/global/mail_version.h *** /var/tmp/postfix-3.0.11/src/global/mail_version.h 2017-10-28 10:13:52.000000000 -0400 --- ./src/global/mail_version.h 2018-01-27 07:57:56.000000000 -0500 *************** *** 20,27 **** * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ ! #define MAIL_RELEASE_DATE "20171028" ! #define MAIL_VERSION_NUMBER "3.0.11" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE --- 20,27 ---- * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ ! #define MAIL_RELEASE_DATE "20180127" ! #define MAIL_VERSION_NUMBER "3.0.12" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE diff -cr --new-file /var/tmp/postfix-3.0.11/HISTORY ./HISTORY *** /var/tmp/postfix-3.0.11/HISTORY 2017-10-28 08:29:55.000000000 -0400 --- ./HISTORY 2018-01-21 17:11:10.000000000 -0500 *************** *** 21876,21878 **** --- 21876,21903 ---- Bugfix (introduced: Postfix 3.0) missing dynamicmaps support in the Postfix sendmail command broke authorized_submit_users with a dynamically-loaded map type. File: sendmail/sendmail.c. + + 20171116 + + Bugfix (introduced: Postfix 2.1): don't log warnings + that some restriction returns OK, when the access map + DISCARD feature is in effect. File: smtpd/smtpd_check.c. + + 20171215 + + Bugfix (introduced: 20170611): the DB_CONFIG bugfix broke + Berkeley DB configurations with a relative pathname. File: + util/dict_db.c. + + 20171226 + + Documentation patches by Sven Neuhaus. Files: + proto/FORWARD_SECRECY_README.html, proto/SMTPD_ACCESS_README.html. + + 20180106 + + Cleanup: missing mailbox seek-to-end error check in the + local(8) delivery agent. File: local/mailbox.c. + + Cleanup: incorrect mailbox seek-to-end error message in the + virtual(8) delivery agent. File: virtual/mailbox.c. diff -cr --new-file /var/tmp/postfix-3.0.11/html/FORWARD_SECRECY_README.html ./html/FORWARD_SECRECY_README.html *** /var/tmp/postfix-3.0.11/html/FORWARD_SECRECY_README.html 2014-01-27 17:18:47.000000000 -0500 --- ./html/FORWARD_SECRECY_README.html 2017-12-26 10:52:21.000000000 -0500 *************** *** 317,325 ****
# cd /etc/postfix # umask 022 ! # openssl dhparam -out dh512.tmp 512 && mv dh512.tmp dh512.pem ! # openssl dhparam -out dh1024.tmp 1024 && mv dh1024.tmp dh1024.pem ! # openssl dhparam -out dh2048.tmp 2048 && mv dh2048.tmp dh2048.pem # chmod 644 dh512.pem dh1024.pem dh2048.pem--- 317,325 ----
# cd /etc/postfix # umask 022 ! # openssl dhparam -out dh512.tmp 512 && mv dh512.tmp dh512.pem ! # openssl dhparam -out dh1024.tmp 1024 && mv dh1024.tmp dh1024.pem ! # openssl dhparam -out dh2048.tmp 2048 && mv dh2048.tmp dh2048.pem # chmod 644 dh512.pem dh1024.pem dh2048.pemdiff -cr --new-file /var/tmp/postfix-3.0.11/html/SMTPD_ACCESS_README.html ./html/SMTPD_ACCESS_README.html *** /var/tmp/postfix-3.0.11/html/SMTPD_ACCESS_README.html 2014-10-01 13:25:10.000000000 -0400 --- ./html/SMTPD_ACCESS_README.html 2017-12-26 10:52:21.000000000 -0500 *************** *** 251,257 **** relay policy
# cd /etc/postfix # umask 022 ! # openssl dhparam -out dh512.tmp 512 && mv dh512.tmp dh512.pem ! # openssl dhparam -out dh1024.tmp 1024 && mv dh1024.tmp dh1024.pem ! # openssl dhparam -out dh2048.tmp 2048 && mv dh2048.tmp dh2048.pem # chmod 644 dh512.pem dh1024.pem dh2048.pem--- 317,325 ----
# cd /etc/postfix # umask 022 ! # openssl dhparam -out dh512.tmp 512 && mv dh512.tmp dh512.pem ! # openssl dhparam -out dh1024.tmp 1024 && mv dh1024.tmp dh1024.pem ! # openssl dhparam -out dh2048.tmp 2048 && mv dh2048.tmp dh2048.pem # chmod 644 dh512.pem dh1024.pem dh2048.pemdiff -cr --new-file /var/tmp/postfix-3.0.11/proto/SMTPD_ACCESS_README.html ./proto/SMTPD_ACCESS_README.html *** /var/tmp/postfix-3.0.11/proto/SMTPD_ACCESS_README.html 2014-10-01 13:24:18.000000000 -0400 --- ./proto/SMTPD_ACCESS_README.html 2017-12-26 10:51:58.000000000 -0500 *************** *** 251,257 **** relay policy