Received: by mail.netbsd.org (Postfix, from userid 605) id DD5A084DBA; Mon, 30 Sep 2019 19:25:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6216784D27 for ; Mon, 30 Sep 2019 19:25:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZrX69E8UROEv for ; Mon, 30 Sep 2019 19:25:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9FC7984CDC for ; Mon, 30 Sep 2019 19:25:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99523FBF4; Mon, 30 Sep 2019 19:25:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569871558173560" MIME-Version: 1.0 Date: Mon, 30 Sep 2019 19:25:58 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20190930192558.99523FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1569871558173560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Mon Sep 30 19:25:58 UTC 2019 Modified Files: pkgsrc/mail/exim: Makefile distinfo pkgsrc/mail/exim-html: Makefile PLIST distinfo Log Message: exim: update to 4.92.3 Fix for CVE-2019-16928 To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 pkgsrc/mail/exim/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/mail/exim/distinfo cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/exim-html/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/exim-html/PLIST cvs rdiff -u -r1.32 -r1.33 pkgsrc/mail/exim-html/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569871558173560 Content-Disposition: inline Content-Length: 4491 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/exim/Makefile diff -u pkgsrc/mail/exim/Makefile:1.170 pkgsrc/mail/exim/Makefile:1.171 --- pkgsrc/mail/exim/Makefile:1.170 Fri Sep 6 12:57:33 2019 +++ pkgsrc/mail/exim/Makefile Mon Sep 30 19:25:58 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.170 2019/09/06 12:57:33 wiedi Exp $ +# $NetBSD: Makefile,v 1.171 2019/09/30 19:25:58 wiedi Exp $ -DISTNAME= exim-4.92.2 +DISTNAME= exim-4.92.3 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.72 pkgsrc/mail/exim/distinfo:1.73 --- pkgsrc/mail/exim/distinfo:1.72 Fri Sep 6 12:57:33 2019 +++ pkgsrc/mail/exim/distinfo Mon Sep 30 19:25:58 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.72 2019/09/06 12:57:33 wiedi Exp $ +$NetBSD: distinfo,v 1.73 2019/09/30 19:25:58 wiedi Exp $ -SHA1 (exim-4.92.2.tar.xz) = e308f042a2a3da9774648c2c5fc7b74218bc7298 -RMD160 (exim-4.92.2.tar.xz) = e97e77f61edf88f2e2c3f779585b0ffbb0be18ee -SHA512 (exim-4.92.2.tar.xz) = d27aca4d4e9df267b0afcbe7b3f74c9ca6e96e7e6eb4d2f86ff00b0e2234eaec90271405eb387a36a2e0d4ec5597b2920753f85318a5618ddbc8af475a7d81cd -Size (exim-4.92.2.tar.xz) = 1772688 bytes +SHA1 (exim-4.92.3.tar.xz) = 60651ccbd4098a194914e06b71764c21a201a140 +RMD160 (exim-4.92.3.tar.xz) = c174866102dbe6b5585412ca4a16d08ca2d0d50d +SHA512 (exim-4.92.3.tar.xz) = ca6d6f50653502345511b683859b33aa02faa48454fb2100ff89fed3dcb8af8933e7bce68939365fdee42f96eec0c3b135cf748f4581e92a62be0f0ab093868a +Size (exim-4.92.3.tar.xz) = 1773156 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.39 pkgsrc/mail/exim-html/Makefile:1.40 --- pkgsrc/mail/exim-html/Makefile:1.39 Fri Sep 6 13:21:35 2019 +++ pkgsrc/mail/exim-html/Makefile Mon Sep 30 19:25:58 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2019/09/06 13:21:35 adam Exp $ +# $NetBSD: Makefile,v 1.40 2019/09/30 19:25:58 wiedi Exp $ -DISTNAME= exim-html-4.92.2 +DISTNAME= exim-html-4.92.3 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.20 pkgsrc/mail/exim-html/PLIST:1.21 --- pkgsrc/mail/exim-html/PLIST:1.20 Fri Sep 6 13:21:35 2019 +++ pkgsrc/mail/exim-html/PLIST Mon Sep 30 19:25:58 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2019/09/06 13:21:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.21 2019/09/30 19:25:58 wiedi 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 @@ -153,4 +153,6 @@ share/doc/exim/html/static/doc/security/ share/doc/exim/html/static/doc/security/CVE-2018-6789.txt share/doc/exim/html/static/doc/security/CVE-2019-10149.txt share/doc/exim/html/static/doc/security/CVE-2019-13917.txt +share/doc/exim/html/static/doc/security/CVE-2019-15846.txt +share/doc/exim/html/static/doc/security/CVE-2019-16928.txt share/doc/exim/html/static/js/common.js Index: pkgsrc/mail/exim-html/distinfo diff -u pkgsrc/mail/exim-html/distinfo:1.32 pkgsrc/mail/exim-html/distinfo:1.33 --- pkgsrc/mail/exim-html/distinfo:1.32 Fri Sep 6 13:21:35 2019 +++ pkgsrc/mail/exim-html/distinfo Mon Sep 30 19:25:58 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2019/09/06 13:21:35 adam Exp $ +$NetBSD: distinfo,v 1.33 2019/09/30 19:25:58 wiedi Exp $ -SHA1 (exim-html-4.92.2.tar.xz) = 2c65ab88c6e7980cb4b7ccc2a9bbcd3bf4dbfb77 -RMD160 (exim-html-4.92.2.tar.xz) = 6308c92705576e6466217a5902fae93c6c03aee1 -SHA512 (exim-html-4.92.2.tar.xz) = af1f698e042cb87cac21bdb58db4b7ce5aaee1104dc25454a5f640f874c7c7b82c4bf22a4750e90039b3ca601ac71a559bf625c728bd22bf6a7f086d1bb160ba -Size (exim-html-4.92.2.tar.xz) = 494044 bytes +SHA1 (exim-html-4.92.3.tar.xz) = 489027cf9c444b33e67e791b12a37ea6a4a03897 +RMD160 (exim-html-4.92.3.tar.xz) = 87f0d44cb58d9fe8f57c05d6199087fe26160ddc +SHA512 (exim-html-4.92.3.tar.xz) = 8c8888b132820e03bcfd71a875d5a16f71411b56594ea9cb6d4e86ae495cd323b3c1c15d39d5997e248922edbaf1999b2f0eb6444ea62d76b7b0b834223758f0 +Size (exim-html-4.92.3.tar.xz) = 494692 bytes --_----------=_1569871558173560--