smtpd/smtpd.c, util/Makefile.in, util/find_inet.c,
util/known_tcp_ports.c, util/known_tcp_ports.h,
util/known_tcp_ports.ref, util/myaddrinfo.c.
+
+20210419
+
+ Bugfix (bug introduced 20210102): panic in some postconf
+ commands due to duplicate initialization of compatibility
+ level comparison operators. File: global/compat_level.c.
MAC_EXP_OP_TOK_LT, MAC_EXP_OP_TOK_LE,
0,
};
+ static int register_done;
- mac_expand_add_relop(compat_level_relops, "level", compat_relop_eval);
+ if (register_done++ == 0)
+ mac_expand_add_relop(compat_level_relops, "level", compat_relop_eval);
}
#ifdef TEST
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20210418"
+#define MAIL_RELEASE_DATE "20210419"
#define MAIL_VERSION_NUMBER "3.6"
#ifdef SNAPSHOT