Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 16:25:18 +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: r552995 - branches/2020Q4/print/freetype2
Message-ID:  <202010221625.09MGPIDh099950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Oct 22 16:25:18 2020
New Revision: 552995
URL: https://svnweb.freebsd.org/changeset/ports/552995

Log:
  MFH: r552991
  
  print/freetype2: Security fix release  2.10.4
  
  From: https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/"
  
    I. IMPORTANT BUG FIXES
  
    - A heap buffer overflow has been found  in the handling of embedded
      PNG bitmaps, introduced in FreeType version 2.6.
  
        https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
  
      If you  use option  FT_CONFIG_OPTION_USE_PNG  you  should  upgrade
      immediately.
  
  Partial exp-run by:	antoine
  PR:		250375
  Security:	CVE-2020-15999
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q4/print/freetype2/Makefile
  branches/2020Q4/print/freetype2/distinfo
  branches/2020Q4/print/freetype2/pkg-plist
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/print/freetype2/Makefile
==============================================================================
--- branches/2020Q4/print/freetype2/Makefile	Thu Oct 22 16:24:26 2020	(r552994)
+++ branches/2020Q4/print/freetype2/Makefile	Thu Oct 22 16:25:18 2020	(r552995)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freetype2
-PORTVERSION=	2.10.2
-PORTREVISION=	1
+DISTVERSION=	2.10.4
 CATEGORIES=	print
 MASTER_SITES=	http://savannah.nongnu.org/download/freetype/ \
 		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \

Modified: branches/2020Q4/print/freetype2/distinfo
==============================================================================
--- branches/2020Q4/print/freetype2/distinfo	Thu Oct 22 16:24:26 2020	(r552994)
+++ branches/2020Q4/print/freetype2/distinfo	Thu Oct 22 16:25:18 2020	(r552995)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589001276
-SHA256 (freetype-2.10.2.tar.xz) = 1543d61025d2e6312e0a1c563652555f17378a204a61e99928c9fcef030a2d8b
-SIZE (freetype-2.10.2.tar.xz) = 2404456
+TIMESTAMP = 1603355758
+SHA256 (freetype-2.10.4.tar.xz) = 86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784
+SIZE (freetype-2.10.4.tar.xz) = 2416620

Modified: branches/2020Q4/print/freetype2/pkg-plist
==============================================================================
--- branches/2020Q4/print/freetype2/pkg-plist	Thu Oct 22 16:24:26 2020	(r552994)
+++ branches/2020Q4/print/freetype2/pkg-plist	Thu Oct 22 16:25:18 2020	(r552995)
@@ -4,8 +4,9 @@ include/freetype2/freetype/config/ftheader.h
 include/freetype2/freetype/config/ftmodule.h
 include/freetype2/freetype/config/ftoption.h
 include/freetype2/freetype/config/ftstdlib.h
-include/freetype2/freetype/ftdriver.h
-include/freetype2/freetype/ftparams.h
+include/freetype2/freetype/config/integer-types.h
+include/freetype2/freetype/config/mac-support.h
+include/freetype2/freetype/config/public-macros.h
 include/freetype2/freetype/freetype.h
 include/freetype2/freetype/ftadvanc.h
 include/freetype2/freetype/ftbbox.h
@@ -16,6 +17,7 @@ include/freetype2/freetype/ftcache.h
 include/freetype2/freetype/ftchapters.h
 include/freetype2/freetype/ftcid.h
 include/freetype2/freetype/ftcolor.h
+include/freetype2/freetype/ftdriver.h
 include/freetype2/freetype/fterrdef.h
 include/freetype2/freetype/fterrors.h
 include/freetype2/freetype/ftfntfmt.h
@@ -34,6 +36,7 @@ include/freetype2/freetype/ftmodapi.h
 include/freetype2/freetype/ftmoderr.h
 include/freetype2/freetype/ftotval.h
 include/freetype2/freetype/ftoutln.h
+include/freetype2/freetype/ftparams.h
 include/freetype2/freetype/ftpfr.h
 include/freetype2/freetype/ftrender.h
 include/freetype2/freetype/ftsizes.h
@@ -52,7 +55,7 @@ include/freetype2/ft2build.h
 lib/libfreetype.a
 lib/libfreetype.so
 lib/libfreetype.so.6
-lib/libfreetype.so.6.17.2
+lib/libfreetype.so.6.17.4
 libdata/pkgconfig/freetype2.pc
 %%CONFIG%%man/man1/freetype-config.1.gz
 share/aclocal/freetype2.m4



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