diff --git a/general.ent b/general.ent index b34867e700..cd96fe3038 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 0c05429ba6..4d21d55b4e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,18 @@ --> + + August 3rd, 2018 + + + [ken] - Fix postfix to build against Berkeley DB-18. Minimally + tested, but without grokking what changed from DB-6 to DB-18 there + may possibly be breakage for some usage. + Addresses #10984. + + + + August 2nd, 2018 diff --git a/server/mail/postfix.xml b/server/mail/postfix.xml index 04ae91b6dc..5f4d5bfc00 100644 --- a/server/mail/postfix.xml +++ b/server/mail/postfix.xml @@ -153,6 +153,15 @@ chown -v postfix:postfix /var/mail For more details read the readme files. + + The current version of is not recognised by a + hard-coded test for known versions. To build with this version use the + following sed: + + +sed -i 's/DB_VERSION_MAJOR == 6 .*||/DB_VERSION_MAJOR > 4 ||/' \ + src/util/dict_db.c + Cyrus-SASL