Erf so I just realized that this was a huge pull request rather than several small ones, it is painful to process for me
I'll do it this time but for future contributions, please split them into individual pull requests so they can be reviewed, merged and tested independantely. On Fri, May 29, 2015 at 10:04:26PM +0200, Gilles Chehade wrote: > Thanks, I'll review and merge tomorrow ! > > On Fri, May 29, 2015 at 03:59:07PM +0200, Jason A. Donenfeld wrote: > > This is https://github.com/OpenSMTPD/OpenSMTPD-extras/pull/20 > > > > This pull request addresses these mailing list posts: > > > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2673 > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2674 > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2675 > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2678 > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2679 > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2681 > > http://thread.gmane.org/gmane.mail.opensmtpd.general/2688 > > > > Gentoo is currently shipping with all patches in this patch set, > > with its opensmtpd-extras-5.4.5.201505291521.ebuild. > > > > Jason A. Donenfeld (10): > > Simplify README since there is only a single branch > > Fix help text of python > > Move perl checking logic to same place as python > > Support selecting the right lua version > > Use compat's base64 implementation > > dkim-signer: use OpenSSL/LibreSSL's sha256 > > compat: add util.h > > table-passwd: include includes.h > > filter-dnsbl: properly check for libasr in libc > > filter-lua: also support 5.1 and luajit > > > > README.md | 52 ++++----- > > api/util.c | 2 +- > > configure.ac | 129 > > +++++++++++++++++++-- > > .../filter-dkim-signer/filter_dkim_signer.c | 26 ++--- > > extras/wip/filters/filter-dnsbl/Makefile.am | 2 +- > > extras/wip/filters/filter-lua/Makefile.am | 5 +- > > extras/wip/filters/filter-lua/filter_lua.c | 17 +++ > > extras/wip/filters/filter-perl/Makefile.am | 5 +- > > extras/wip/tables/table-passwd/table_passwd.c | 1 + > > openbsd-compat/Makefile.am | 2 +- > > openbsd-compat/includes.h | 2 + > > openbsd-compat/openbsd-compat.h | 8 -- > > openbsd-compat/util.h | 36 ++++++ > > 13 files changed, 219 insertions(+), 68 deletions(-) > > create mode 100644 openbsd-compat/util.h > > > > -- > > 2.4.2 > > > > > > -- > > You received this mail because you are subscribed to [email protected] > > To unsubscribe, send a mail to: [email protected] > > > > -- > Gilles Chehade > > https://www.poolp.org @poolpOrg > > -- > You received this mail because you are subscribed to [email protected] > To unsubscribe, send a mail to: [email protected] > -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
