Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 16:47:47 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
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
Message-ID:  <202011091647.0A9GllnG080847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011091647.0A9GllnG080847>