From owner-svn-ports-all@freebsd.org Mon Nov 9 16:47:47 2020 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 D92C9467C2E; Mon, 9 Nov 2020 16:47:47 +0000 (UTC) (envelope-from tcberner@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CVH3l5nWVz3JG6; Mon, 9 Nov 2020 16:47:47 +0000 (UTC) (envelope-from tcberner@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 B9ABF143E1; Mon, 9 Nov 2020 16:47:47 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A9GllE9080848; Mon, 9 Nov 2020 16:47:47 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A9GllnG080847; Mon, 9 Nov 2020 16:47:47 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202011091647.0A9GllnG080847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 9 Nov 2020 16:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r554732 - in branches/2020Q4/textproc/raptor2: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in branches/2020Q4/textproc/raptor2: . files X-SVN-Commit-Revision: 554732 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.34 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: Mon, 09 Nov 2020 16:47:47 -0000 Author: tcberner Date: Mon Nov 9 16:47:47 2020 New Revision: 554732 URL: https://svnweb.freebsd.org/changeset/ports/554732 Log: MFH: r554671 textproc/raptor2 heap overflow According to https://www.openwall.com/lists/oss-security/2017/06/07/1 there are two heap overflows in raptor 2.0.15. A CVE has been assigned: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18926 The upstream raptor github repo has a patch: https://github.com/dajobe/raptor/commit/590681e546cd9aa18d57dc2ea1858cb734a3863f.patch PR: 250971 Submitted by: truckman Security: CVE-2017-18926 Approved by: ports-secteam (riggs) Added: branches/2020Q4/textproc/raptor2/files/ - copied from r554671, head/textproc/raptor2/files/ Modified: branches/2020Q4/textproc/raptor2/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/textproc/raptor2/Makefile ============================================================================== --- branches/2020Q4/textproc/raptor2/Makefile Mon Nov 9 16:16:15 2020 (r554731) +++ branches/2020Q4/textproc/raptor2/Makefile Mon Nov 9 16:47:47 2020 (r554732) @@ -3,7 +3,7 @@ PORTNAME= raptor2 PORTVERSION= 2.0.15 -PORTREVISION= 14 +PORTREVISION= 16 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION}