pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/SDL2_ttf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 10:55:27 UTC 2022

Modified Files:
        pkgsrc/fonts/SDL2_ttf: Makefile PLIST distinfo

Log Message:
SDL2_ttf: update to 2.20.1.

2.22.1:
 * Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS

2.20.0:
 * Added support for building with CMake
 * Added TTF_GetFontWrappedAlign() and TTF_SetFontWrappedAlign() to set alignment on wrapped text
 * Added functions to render using FreeType LCD algorithm:
    TTF_RenderText_LCD()
    TTF_RenderUTF8_LCD()
    TTF_RenderUNICODE_LCD()
    TTF_RenderText_LCD_Wrapped()
    TTF_RenderUTF8_LCD_Wrapped()
    TTF_RenderUNICODE_LCD_Wrapped()
    TTF_RenderGlyph_LCD()
    TTF_RenderGlyph32_LCD()
 * Added TTF_SetFontDirection() and TTF_SetFontScriptName() for additional control over fonts using HarfBuzz
 * Updated to FreeType version 2.12.1 and HarfBuzz version 2.9.1, fixing CVE-2018-25032
 * Fixed crash when loading fonts at certain sizes on Windows
 * Fix memory corruption loading malformed TTF files (CVE-2022-27470)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/fonts/SDL2_ttf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/SDL2_ttf/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/fonts/SDL2_ttf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/SDL2_ttf/Makefile
diff -u pkgsrc/fonts/SDL2_ttf/Makefile:1.19 pkgsrc/fonts/SDL2_ttf/Makefile:1.20
--- pkgsrc/fonts/SDL2_ttf/Makefile:1.19 Thu Aug 11 05:08:22 2022
+++ pkgsrc/fonts/SDL2_ttf/Makefile      Mon Aug 22 10:55:27 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/08/11 05:08:22 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2022/08/22 10:55:27 wiz Exp $
 
-DISTNAME=      SDL2_ttf-2.0.18
-PKGREVISION=   2
+DISTNAME=      SDL2_ttf-2.20.1
 CATEGORIES=    fonts devel
 MASTER_SITES=  https://www.libsdl.org/projects/SDL_ttf/release/
 

Index: pkgsrc/fonts/SDL2_ttf/PLIST
diff -u pkgsrc/fonts/SDL2_ttf/PLIST:1.2 pkgsrc/fonts/SDL2_ttf/PLIST:1.3
--- pkgsrc/fonts/SDL2_ttf/PLIST:1.2     Sun Jan 17 14:07:37 2016
+++ pkgsrc/fonts/SDL2_ttf/PLIST Mon Aug 22 10:55:27 2022
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/17 14:07:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/08/22 10:55:27 wiz Exp $
 include/SDL2/SDL_ttf.h
+lib/cmake/SDL2_ttf/sdl2_ttf-config-version.cmake
+lib/cmake/SDL2_ttf/sdl2_ttf-config.cmake
 lib/libSDL2_ttf.la
 lib/pkgconfig/SDL2_ttf.pc

Index: pkgsrc/fonts/SDL2_ttf/distinfo
diff -u pkgsrc/fonts/SDL2_ttf/distinfo:1.9 pkgsrc/fonts/SDL2_ttf/distinfo:1.10
--- pkgsrc/fonts/SDL2_ttf/distinfo:1.9  Sun Jan 16 22:45:24 2022
+++ pkgsrc/fonts/SDL2_ttf/distinfo      Mon Aug 22 10:55:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/01/16 22:45:24 wiz Exp $
+$NetBSD: distinfo,v 1.10 2022/08/22 10:55:27 wiz Exp $
 
-BLAKE2s (SDL2_ttf-2.0.18.tar.gz) = 32d7d8e3eda19dd213959dd5af2ddbbbfb5640a88e2a8351d55c2c4465839e56
-SHA512 (SDL2_ttf-2.0.18.tar.gz) = 9a211c07d4180fe3fb2f7614e907d1002ddf3bb77b57f62116f22dc29a6043f091deb6a8113656d26a44d2f06b9abcc372aa3e0761500fcf47b455406973a1c7
-Size (SDL2_ttf-2.0.18.tar.gz) = 14896353 bytes
+BLAKE2s (SDL2_ttf-2.20.1.tar.gz) = 19aa399ac7c742e5427b766c673b3b452b4e96539d621b1507368cff57df9b7e
+SHA512 (SDL2_ttf-2.20.1.tar.gz) = 5745a318583a771dff30421d79c5940bdb0fe2f8908a0192e98a2a80076722ba53f6488e922de5b49e078f0c7d9d358e681886ebc8862d89ca6671b5be471134
+Size (SDL2_ttf-2.20.1.tar.gz) = 13160460 bytes



Home | Main Index | Thread Index | Old Index