Skip to content

Commit

Permalink
Pullup ticket #4003 - requested by wiz
Browse files Browse the repository at this point in the history
graphics/freetype2: security update

Revisions pulled up:
- graphics/freetype2/Makefile                                   1.89
- graphics/freetype2/PLIST                                      1.19
- graphics/freetype2/distinfo                                   1.49

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Jan  6 00:38:13 UTC 2013

   Modified Files:
   	pkgsrc/graphics/freetype2: Makefile PLIST distinfo

   Log Message:
   Update to 2.4.11:

   CHANGES BETWEEN 2.4.10 and 2.4.11

     I. IMPORTANT BUG FIXES

       - Some vulnerabilities in the  BDF implementation have been fixed.
         Users of this font format should upgrade.

     II. IMPORTANT CHANGES

       - Subpixel  hinting support  has been  contributed by  Infinality,
         based on Greg Hitchcock's whitepaper at

           http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx

         Originally, it was a separate patch available from

           http://www.infinality.net/blog/

         and which has been integrated.

         Note that  ClearType support is not  completely implemented!  In
         particular,  full support  for the  options `compatible_widths',
         `symmetrical_smoothing,  and  `bgr'  (via the  GETINFO  bytecode
         instruction) is missing.

         Activation of  subpixel hinting  support can be  controlled with
         the `TT_CONFIG_OPTION_SUBPIXEL_HINTING' configuration option; it
         is switched off by default.  This feature is still experimental;
         we welcome test reports!

       - Support for OpenType collections (OTC) has been added.

       - Pure CFF fonts within an SFNT wrapper are now supported.

     III. MISCELLANEOUS

       - Minor rendering improvements to the auto-hinter.

       - `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.

       - Experimental support  to handle `property modules',  for example
         to control the  behaviour of the auto-hinter.   The API consists
         of two new functions, `FT_Property_Set' and `FT_Property_Get'.

         The code is  still subject to change and should  not be used for
         production.

       - The `ftdiff' demo program now supports UTF-8 encoded input files
         for option `-f'.

       - Using keys `r' and `R', you can now adjust the stroker radius in
         the `ftview' demo program.

       - Other, minor fixes and improvements.


   To generate a diff of this commit:
   cvs rdiff -u -r1.88 -r1.89 pkgsrc/graphics/freetype2/Makefile
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/freetype2/PLIST
   cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/freetype2/distinfo
  • Loading branch information
spz committed Jan 6, 2013
1 parent 05fd0fa commit 73a324b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graphics/freetype2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.88 2012/10/06 14:10:50 asau Exp $
# $NetBSD: Makefile,v 1.88.2.1 2013/01/06 17:22:04 spz Exp $

DISTNAME= freetype-2.4.10
DISTNAME= freetype-2.4.11
PKGNAME= ${DISTNAME:S/-/2-/}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/}
Expand Down
3 changes: 2 additions & 1 deletion graphics/freetype2/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.18 2011/07/12 16:30:28 drochner Exp $
@comment $NetBSD: PLIST,v 1.18.12.1 2013/01/06 17:22:05 spz Exp $
bin/freetype-config
include/freetype2/freetype/config/ftconfig.h
include/freetype2/freetype/config/ftheader.h
Expand All @@ -7,6 +7,7 @@ include/freetype2/freetype/config/ftoption.h
include/freetype2/freetype/config/ftstdlib.h
include/freetype2/freetype/freetype.h
include/freetype2/freetype/ftadvanc.h
include/freetype2/freetype/ftautoh.h
include/freetype2/freetype/ftbbox.h
include/freetype2/freetype/ftbdf.h
include/freetype2/freetype/ftbitmap.h
Expand Down
8 changes: 4 additions & 4 deletions graphics/freetype2/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.48 2012/07/02 16:48:24 drochner Exp $
$NetBSD: distinfo,v 1.48.4.1 2013/01/06 17:22:05 spz Exp $

SHA1 (freetype-2.4.10.tar.bz2) = 73b2c28fcaf1ff5b8beef3af4c5abe4cb1ecb7dc
RMD160 (freetype-2.4.10.tar.bz2) = 9da7fcde9c42f81c399201d055d85109b2ae7814
Size (freetype-2.4.10.tar.bz2) = 1508927 bytes
SHA1 (freetype-2.4.11.tar.bz2) = b15e5a0b30c1e854484b410340f6429ad1253c74
RMD160 (freetype-2.4.11.tar.bz2) = a330fb6fce2da69a702169293fccf78793960ff9
Size (freetype-2.4.11.tar.bz2) = 1546087 bytes
SHA1 (patch-aa) = 85bf9979802e04345a9f5ac3ada2cac9520dabcb
SHA1 (patch-ab) = cb8c9552e2db1e1f3da3d20971c22f174e343162

0 comments on commit 73a324b

Please sign in to comment.