From owner-svn-ports-head@freebsd.org Wed Jan 29 02:55:06 2020 Return-Path: Delivered-To: svn-ports-head@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 371051B4186; Wed, 29 Jan 2020 02:55:06 +0000 (UTC) (envelope-from fluffy@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 486p4V0lF3z40tB; Wed, 29 Jan 2020 02:55:06 +0000 (UTC) (envelope-from fluffy@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 109A655E5; Wed, 29 Jan 2020 02:55:06 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00T2t5Ix026503; Wed, 29 Jan 2020 02:55:05 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00T2t5pF026501; Wed, 29 Jan 2020 02:55:05 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202001290255.00T2t5pF026501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Wed, 29 Jan 2020 02:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524529 - head/mail/opensmtpd X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/mail/opensmtpd X-SVN-Commit-Revision: 524529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2020 02:55:06 -0000 Author: fluffy Date: Wed Jan 29 02:55:05 2020 New Revision: 524529 URL: https://svnweb.freebsd.org/changeset/ports/524529 Log: mil/opensmtpd: update to 6.6.2p1 relase This update addressed LPE and RCE vulnerabilities in OpenSMTPD (CVE-2020-7247) https://www.openwall.com/lists/oss-security/2020/01/28/3 This vulnerability is exploitable since May 2018 (commit a8e222352f, "switch smtpd to new grammar") and allows an attacker to execute arbitrary shell commands, as root: - either locally, in OpenSMTPD's default configuration (which listens on the loopback interface and only accepts mail from localhost); - or locally and remotely, in OpenSMTPD's "uncommented" default configuration (which listens on all interfaces and accepts external mail). PR: 243686 Reported by: authors via irc MFH: 2020Q1 Relnotes: https://www.mail-archive.com/misc@opensmtpd.org/msg04850.html Modified: head/mail/opensmtpd/Makefile head/mail/opensmtpd/distinfo Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Wed Jan 29 02:51:59 2020 (r524528) +++ head/mail/opensmtpd/Makefile Wed Jan 29 02:55:05 2020 (r524529) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 6.6.1 +PORTVERSION= 6.6.2 DISTVERSIONSUFFIX= p1 PORTEPOCH= 1 PORTREVISION= 0 Modified: head/mail/opensmtpd/distinfo ============================================================================== --- head/mail/opensmtpd/distinfo Wed Jan 29 02:51:59 2020 (r524528) +++ head/mail/opensmtpd/distinfo Wed Jan 29 02:55:05 2020 (r524529) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573040217 -SHA256 (opensmtpd-6.6.1p1.tar.gz) = eb1bedbfb23d9f08f509d92d8efcaf51d56fb2f44492f40ec059d41124a2f1d9 -SIZE (opensmtpd-6.6.1p1.tar.gz) = 776538 +TIMESTAMP = 1580264944 +SHA256 (opensmtpd-6.6.2p1.tar.gz) = 63b811aca56861108bb72f16fcbbf32f1af71e77b8996a9a5654b6a18915df9a +SIZE (opensmtpd-6.6.2p1.tar.gz) = 777422