pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/SDL2_image



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 24 10:29:32 UTC 2018

Modified Files:
        pkgsrc/graphics/SDL2_image: Makefile distinfo

Log Message:
SDL2_image: updated to 2.0.3

2.0.3:
* Fixed a number of security issues:
  TALOS-2017-0488
  TALOS-2017-0489
  TALOS-2017-0490
  TALOS-2017-0491
  TALOS-2017-0497
  TALOS-2017-0498
  TALOS-2017-0499
* This release depends on SDL 2.0.8 or newer

2.0.2:
* Added simple SVG image support based on Nano SVG
* Updated external libraries jpeg-9b, libpng-1.6.32, libwebp-0.6.0, tiff-4.0.8 and zlib-1.2.11
* Fixed security vulnerability in XCF image loader
* Added optional support for loading images using Windows Imaging Component
* Added libpng save support for much smaller 8-bit images
* Added JPG save support when built with jpeglib: IMG_SaveJPG() and IMG_SaveJPG_RW()


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/SDL2_image/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/SDL2_image/distinfo

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

Modified files:

Index: pkgsrc/graphics/SDL2_image/Makefile
diff -u pkgsrc/graphics/SDL2_image/Makefile:1.9 pkgsrc/graphics/SDL2_image/Makefile:1.10
--- pkgsrc/graphics/SDL2_image/Makefile:1.9     Tue Feb 28 15:20:04 2017
+++ pkgsrc/graphics/SDL2_image/Makefile Sun Jun 24 10:29:32 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/02/28 15:20:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2018/06/24 10:29:32 adam Exp $
 
-DISTNAME=      SDL2_image-2.0.1
-PKGREVISION=   1
+DISTNAME=      SDL2_image-2.0.3
 CATEGORIES=    graphics devel
 MASTER_SITES=  http://www.libsdl.org/projects/SDL_image/release/
 
@@ -10,14 +9,12 @@ HOMEPAGE=    http://www.libsdl.org/projects
 COMMENT=       Load images as SDL surfaces
 LICENSE=       zlib
 
-USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       ac_cv_prog_ac_ct_OBJC=${CC:Q}
 
 INSTALLATION_DIRS=     bin
 PKGCONFIG_OVERRIDE=    SDL2_image.pc.in
-CHECK_PORTABILITY_SKIP=        external/tiff-4.0.3/configure
 
 post-install:
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \

Index: pkgsrc/graphics/SDL2_image/distinfo
diff -u pkgsrc/graphics/SDL2_image/distinfo:1.3 pkgsrc/graphics/SDL2_image/distinfo:1.4
--- pkgsrc/graphics/SDL2_image/distinfo:1.3     Thu May  5 11:12:14 2016
+++ pkgsrc/graphics/SDL2_image/distinfo Sun Jun 24 10:29:32 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2016/05/05 11:12:14 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/06/24 10:29:32 adam Exp $
 
-SHA1 (SDL2_image-2.0.1.tar.gz) = 76c5da0a59a77e5160a65a1c8f53bef016bdc373
-RMD160 (SDL2_image-2.0.1.tar.gz) = d9ceaaa5f0e887b3d19986e4de6ef299f21c032b
-SHA512 (SDL2_image-2.0.1.tar.gz) = 99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
-Size (SDL2_image-2.0.1.tar.gz) = 7797848 bytes
+SHA1 (SDL2_image-2.0.3.tar.gz) = 024560bea385e36db68dd935e7053edfe4598b4e
+RMD160 (SDL2_image-2.0.3.tar.gz) = 76d3c9eaf2c993ff97953a396f277198258c767a
+SHA512 (SDL2_image-2.0.3.tar.gz) = 869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a
+Size (SDL2_image-2.0.3.tar.gz) = 8685512 bytes
 SHA1 (patch-Makefile.in) = dbe3c8578e6b2be2ab1ed82c170817417f30e021
 SHA1 (patch-configure) = db88780d385e4bbf8416f9ff01bf30e9ad09bba5



Home | Main Index | Thread Index | Old Index