From owner-svn-ports-all@freebsd.org Fri Sep 6 10:26:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B804EF7ED; Fri, 6 Sep 2019 10:26:50 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Ptyf1JHJz496D; Fri, 6 Sep 2019 10:26:50 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 107851B5D2; Fri, 6 Sep 2019 10:26:50 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x86AQnKX033788; Fri, 6 Sep 2019 10:26:49 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x86AQn8x033787; Fri, 6 Sep 2019 10:26:49 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201909061026.x86AQn8x033787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 6 Sep 2019 10:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511291 - head/mail/exim X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/mail/exim X-SVN-Commit-Revision: 511291 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2019 10:26:50 -0000 Author: vsevolod Date: Fri Sep 6 10:26:49 2019 New Revision: 511291 URL: https://svnweb.freebsd.org/changeset/ports/511291 Log: - Fix just another awful RCE in Exim: CVE-2019-15846 PR: 240362 Submitted by: Pascal Christen MFH: 2019Q3 Modified: head/mail/exim/Makefile head/mail/exim/distinfo Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Fri Sep 6 10:15:31 2019 (r511290) +++ head/mail/exim/Makefile Fri Sep 6 10:26:49 2019 (r511291) @@ -97,7 +97,7 @@ MASTER_SITES+= http://marc.merlins.org/linux/exim/file DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim .endif -EXIM_VERSION= 4.92.1 +EXIM_VERSION= 4.92.2 SA_EXIM_VERSION=4.2 EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink" Modified: head/mail/exim/distinfo ============================================================================== --- head/mail/exim/distinfo Fri Sep 6 10:15:31 2019 (r511290) +++ head/mail/exim/distinfo Fri Sep 6 10:26:49 2019 (r511291) @@ -1,5 +1,5 @@ -TIMESTAMP = 1564053474 -SHA256 (exim/exim-4.92.1.tar.bz2) = b755658ab08cdabca7aaeab25f64cfe4f8d1a0e1998d9750e4bd8cff5faf5f8c -SIZE (exim/exim-4.92.1.tar.bz2) = 1927542 +TIMESTAMP = 1567765470 +SHA256 (exim/exim-4.92.2.tar.bz2) = 557f97c3f75c19a2e7da8511a8b94c28b39a5d5206948be5ceac96c75a2eccf6 +SIZE (exim/exim-4.92.2.tar.bz2) = 1933063 SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a SIZE (exim/sa-exim-4.2.tar.gz) = 66575