pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 23 07:28:19 UTC 2018
Modified Files:
pkgsrc/mail/exim: Makefile distinfo
pkgsrc/mail/exim-html: Makefile PLIST distinfo
Log Message:
exim: updated to 4.91
Version 4.91
1. Dual-certificate stacks on servers now support OCSP stapling, under GnuTLS
version 3.5.6 or later.
2. DANE is now supported under GnuTLS version 3.0.0 or later. Both GnuTLS and
OpenSSL versions are moved to mainline support from Experimental.
New SMTP transport option "dane_require_tls_ciphers".
3. Feature macros for the compiled-in set of malware scanner interfaces.
4. SPF support is promoted from Experimental to mainline status. The template
src/EDITME makefile does not enable its inclusion.
5. Logging control for DKIM verification. The existing DKIM log line is
controlled by a "dkim_verbose" selector which is _not_ enabled by default.
A new tag "DKIM=<domain>" is added to <= lines by default, controlled by
a "dkim" log_selector.
6. Receive duration on <= lines, under a new log_selector "receive_time".
7. Options "ipv4_only" and "ipv4_prefer" on the dnslookup router and on
routing rules in the manualroute router.
8. Expansion item ${sha3:<string>} / ${sha3_<N>:<string>} now also supported
under OpenSSL version 1.1.1 or later.
9. DKIM operations can now use the Ed25519 algorithm in addition to RSA, under
GnuTLS 3.6.0 or OpenSSL 1.1.1 or later.
10. Builtin feature-macros _CRYPTO_HASH_SHA3 and _CRYPTO_SIGN_ED25519, library
version dependent.
11. "exim -bP macro <name>" returns caller-usable status.
12. Expansion item ${authresults {<machine>}} for creating an
Authentication-Results: header.
13. EXPERIMENTAL_ARC. See the experimental.spec file.
See also new util/renew-opendmarc-tlds.sh script for use with DMARC/ARC.
14: A dane:fail event, intended to facilitate reporting.
15. "Lightweight" support for Redis Cluster. Requires redis_servers list to
contain all the servers in the cluster, all of which must be reachable from
the running exim instance. If the cluster has master/slave replication, the
list must contain all the master and slave servers.
16. Add an option to the Avast scanner interface: "pass_unscanned". This
allows to treat unscanned files as clean. Files may be unscanned for
several reasons: decompression bombs, broken archives.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/mail/exim/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/exim/distinfo
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/exim-html/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/exim-html/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/exim-html/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/exim/Makefile
diff -u pkgsrc/mail/exim/Makefile:1.159 pkgsrc/mail/exim/Makefile:1.160
--- pkgsrc/mail/exim/Makefile:1.159 Sat Apr 14 07:34:30 2018
+++ pkgsrc/mail/exim/Makefile Mon Apr 23 07:28:18 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.159 2018/04/14 07:34:30 adam Exp $
+# $NetBSD: Makefile,v 1.160 2018/04/23 07:28:18 adam Exp $
-DISTNAME= exim-4.90.1
-PKGREVISION= 1
+DISTNAME= exim-4.91
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/
MASTER_SITES+= https://ftp.exim.org/pub/exim/exim4/
Index: pkgsrc/mail/exim/distinfo
diff -u pkgsrc/mail/exim/distinfo:1.68 pkgsrc/mail/exim/distinfo:1.69
--- pkgsrc/mail/exim/distinfo:1.68 Wed Mar 7 08:24:47 2018
+++ pkgsrc/mail/exim/distinfo Mon Apr 23 07:28:18 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.68 2018/03/07 08:24:47 adam Exp $
+$NetBSD: distinfo,v 1.69 2018/04/23 07:28:18 adam Exp $
-SHA1 (exim-4.90.1.tar.xz) = ae89fd6fe0d377f68b4c4b96d9e3d0d630226aba
-RMD160 (exim-4.90.1.tar.xz) = 3d3e2c9a04d26e5dbd1f8f01c30fa38198b784a3
-SHA512 (exim-4.90.1.tar.xz) = b4830a2e03023b2bafc9e62535f467bb61b0f1398b6b3af0a7ef6f49e6cba60a9496e6762d0898b7ac1c2823db8cf96ed9f37e26b05809b4ba01725d9e72b806
-Size (exim-4.90.1.tar.xz) = 1721460 bytes
+SHA1 (exim-4.91.tar.xz) = 142f510b24f7ff5516a1a0adb5f4afded29f88c6
+RMD160 (exim-4.91.tar.xz) = a11c0a3db5197e4064c8898b4bd32b218661a635
+SHA512 (exim-4.91.tar.xz) = 35b34dda8dd0f27c0429e6eb8409756ecd3cf9e535bac421d696b1560db0ff3bf4cd0e4a00bc0b7e32137d31bb5de20776c7c1830ec125aa36b5c4376b0c71a2
+Size (exim-4.91.tar.xz) = 1744660 bytes
SHA1 (patch-Local_Makefile.pkgsrc) = de19076443c4d89a7ead97a0cabdec9bb784dd9f
SHA1 (patch-OS_Makefile-Default) = 6af17f036ed02a3bc37c1f303269eea447fcb691
SHA1 (patch-lookups_Makefile) = cfc40dba3f75ef37b9887f7767139ad50cf9d4e5
Index: pkgsrc/mail/exim-html/Makefile
diff -u pkgsrc/mail/exim-html/Makefile:1.36 pkgsrc/mail/exim-html/Makefile:1.37
--- pkgsrc/mail/exim-html/Makefile:1.36 Wed Mar 7 08:24:47 2018
+++ pkgsrc/mail/exim-html/Makefile Mon Apr 23 07:28:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2018/03/07 08:24:47 adam Exp $
+# $NetBSD: Makefile,v 1.37 2018/04/23 07:28:18 adam Exp $
-DISTNAME= exim-html-4.90.1
+DISTNAME= exim-html-4.91
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/
MASTER_SITES+= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/
Index: pkgsrc/mail/exim-html/PLIST
diff -u pkgsrc/mail/exim-html/PLIST:1.17 pkgsrc/mail/exim-html/PLIST:1.18
--- pkgsrc/mail/exim-html/PLIST:1.17 Wed Mar 7 08:24:47 2018
+++ pkgsrc/mail/exim-html/PLIST Mon Apr 23 07:28:18 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2018/03/07 08:24:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2018/04/23 07:28:18 adam Exp $
share/doc/exim/html/spec_html/ch-access_control_lists.html
share/doc/exim/html/spec_html/ch-adding_a_local_scan_function_to_exim.html
share/doc/exim/html/spec_html/ch-adding_new_drivers_or_lookup_types.html
@@ -8,6 +8,7 @@ share/doc/exim/html/spec_html/ch-buildin
share/doc/exim/html/spec_html/ch-concept_index.html
share/doc/exim/html/spec_html/ch-content_scanning_at_acl_time.html
share/doc/exim/html/spec_html/ch-customizing_bounce_and_warning_messages.html
+share/doc/exim/html/spec_html/ch-dkim_and_spf.html
share/doc/exim/html/spec_html/ch-domain_host_address_and_local_part_lists.html
share/doc/exim/html/spec_html/ch-embedded_perl.html
share/doc/exim/html/spec_html/ch-encrypted_smtp_connections_using_tlsssl.html
@@ -35,7 +36,6 @@ share/doc/exim/html/spec_html/ch-smtp_pr
share/doc/exim/html/spec_html/ch-some_common_configuration_settings.html
share/doc/exim/html/spec_html/ch-starting_the_daemon_and_the_use_of_network_interfaces.html
share/doc/exim/html/spec_html/ch-string_expansions.html
-share/doc/exim/html/spec_html/ch-support_for_dkim_domainkeys_identified_mail.html
share/doc/exim/html/spec_html/ch-systemwide_message_filtering.html
share/doc/exim/html/spec_html/ch-the_accept_router.html
share/doc/exim/html/spec_html/ch-the_appendfile_transport.html
@@ -148,7 +148,4 @@ share/doc/exim/html/static/doc/index.css
share/doc/exim/html/static/doc/index.js
share/doc/exim/html/static/doc/minus-12x12.png
share/doc/exim/html/static/doc/plus-12x12.png
-share/doc/exim/html/static/doc/security/CVE-2016-1531.txt
-share/doc/exim/html/static/doc/security/CVE-2016-9963.txt
-share/doc/exim/html/static/doc/security/CVE-2018-6789.txt
share/doc/exim/html/static/js/common.js
Index: pkgsrc/mail/exim-html/distinfo
diff -u pkgsrc/mail/exim-html/distinfo:1.29 pkgsrc/mail/exim-html/distinfo:1.30
--- pkgsrc/mail/exim-html/distinfo:1.29 Wed Mar 7 08:24:47 2018
+++ pkgsrc/mail/exim-html/distinfo Mon Apr 23 07:28:18 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2018/03/07 08:24:47 adam Exp $
+$NetBSD: distinfo,v 1.30 2018/04/23 07:28:18 adam Exp $
-SHA1 (exim-html-4.90.1.tar.xz) = ded60f8741511fed7f6057ccb33f7a8bb7df9d72
-RMD160 (exim-html-4.90.1.tar.xz) = 2d2c6f7613aff06ac945c7995723b394b708295a
-SHA512 (exim-html-4.90.1.tar.xz) = 736f358c081e51ec542f18f04e6e18ff938b5b14336777798ad3607a7a1962d522a710e772af014d3c3f88ded9ade4d505f480439305abffd1b4c1bde342ea1a
-Size (exim-html-4.90.1.tar.xz) = 478876 bytes
+SHA1 (exim-html-4.91.tar.xz) = 26b8fd410ba651f6f7274d08cd7c4122ff539971
+RMD160 (exim-html-4.91.tar.xz) = 7d5831b3b4a6044123ea60bc4dd8de61005428c8
+SHA512 (exim-html-4.91.tar.xz) = c91a7b2194b817d78cd1184b0b2d64015780085d481cf6d0a63785e94ed50c4d0f78d9356772ea2e37ce6728a81b0afcef8c978f7141d7f7dafd13afe89e6f24
+Size (exim-html-4.91.tar.xz) = 487980 bytes
Home |
Main Index |
Thread Index |
Old Index