Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7F9684D24 for ; Mon, 16 Oct 2023 14:59:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IrPDTa8jSEiE for ; Mon, 16 Oct 2023 14:59:27 +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 2284384D05 for ; Mon, 16 Oct 2023 14:59:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BA69FADC; Mon, 16 Oct 2023 14:59:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697468367151700" MIME-Version: 1.0 Date: Mon, 16 Oct 2023 14:59:27 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/mail/exim To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20231016145927.1BA69FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697468367151700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Mon Oct 16 14:59:27 UTC 2023 Modified Files: pkgsrc/mail/exim: Makefile distinfo Log Message: Update exim to 4.96.2 Security fixes: JH/01 Bug 3033: Harden dnsdb lookups against crafted DNS responses. CVE-2023-42219 HS/01 Fix string_is_ip_address() CVE-2023-42117 (Bug 3031) To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 pkgsrc/mail/exim/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/mail/exim/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697468367151700 Content-Disposition: inline Content-Length: 1741 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.197 pkgsrc/mail/exim/Makefile:1.198 --- pkgsrc/mail/exim/Makefile:1.197 Tue Oct 3 08:42:44 2023 +++ pkgsrc/mail/exim/Makefile Mon Oct 16 14:59:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.197 2023/10/03 08:42:44 prlw1 Exp $ +# $NetBSD: Makefile,v 1.198 2023/10/16 14:59:26 prlw1 Exp $ -DISTNAME= exim-4.96.1 +DISTNAME= exim-4.96.2 CATEGORIES= mail net MASTER_SITES= https://ftp.exim.org/pub/exim/exim4/ MASTER_SITES+= https://ftp.exim.org/pub/exim/exim4/fixes/ Index: pkgsrc/mail/exim/distinfo diff -u pkgsrc/mail/exim/distinfo:1.84 pkgsrc/mail/exim/distinfo:1.85 --- pkgsrc/mail/exim/distinfo:1.84 Tue Oct 3 08:42:44 2023 +++ pkgsrc/mail/exim/distinfo Mon Oct 16 14:59:26 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.84 2023/10/03 08:42:44 prlw1 Exp $ +$NetBSD: distinfo,v 1.85 2023/10/16 14:59:26 prlw1 Exp $ -BLAKE2s (exim-4.96.1.tar.xz) = f6dcdc5045d9942bfeb44af34a44fd1daa2f03ff5d9b26d43dbf9134354c465f -SHA512 (exim-4.96.1.tar.xz) = ef1a0e57c59cdf4e915b3ac5dcdbc69f565b14dd92b0527f6796b2c46a9ec34f991f9790fb4171c99417f7e482cdd62d77e780cc71fab227c8bed876103f7fdd -Size (exim-4.96.1.tar.xz) = 1879404 bytes +BLAKE2s (exim-4.96.2.tar.xz) = 1f5c360e56f8ff079a246659aacbaa84cf14524ae6654175ae3b5f70e42faecb +SHA512 (exim-4.96.2.tar.xz) = dc9f6a114e64ac826489edff88d50a24195b64714428e691c10a7bfb119b3ebb6455bf80cbb34dfd0a4e2e44cbde72effb009357a8e0a6065e512fe32092e3ed +Size (exim-4.96.2.tar.xz) = 1879896 bytes SHA1 (patch-Local_Makefile.pkgsrc) = 7d6971cfe6f6fecf854926e90460b1a8bcd6a79d SHA1 (patch-OS_Makefile-Default) = 6af17f036ed02a3bc37c1f303269eea447fcb691 SHA1 (patch-lookups_Makefile) = cfc40dba3f75ef37b9887f7767139ad50cf9d4e5 --_----------=_1697468367151700--