pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jasper



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 16 10:06:07 UTC 2019

Modified Files:
        pkgsrc/graphics/jasper: Makefile distinfo

Log Message:
jasper: Update to 2.0.16

CVE-2018-19539: Fixed a denial of service in jas_image_readcmpt


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/graphics/jasper/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/jasper/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/jasper/Makefile
diff -u pkgsrc/graphics/jasper/Makefile:1.50 pkgsrc/graphics/jasper/Makefile:1.51
--- pkgsrc/graphics/jasper/Makefile:1.50        Thu Nov 23 19:16:28 2017
+++ pkgsrc/graphics/jasper/Makefile     Tue Jul 16 10:06:07 2019
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.50 2017/11/23 19:16:28 snj Exp $
+# $NetBSD: Makefile,v 1.51 2019/07/16 10:06:07 nia Exp $
 
-DISTNAME=      jasper-2.0.14
+DISTNAME=      jasper-2.0.16
 CATEGORIES=    graphics
-MASTER_SITES=  http://www.ece.uvic.ca/~mdadams/jasper/software/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=mdadams/}
+GITHUB_TAG=    version-${PKGVERSION_NOREV}
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      http://www.ece.uvic.ca/~mdadams/jasper/
 COMMENT=       Software-based reference implementation of the JPEG-2000 codec
 LICENSE=       modified-bsd
 
+WRKSRC=                        ${WRKDIR}/jasper-${GITHUB_TAG}
 USE_CMAKE=             yes
 USE_LANGUAGES=         c99 c++
 CMAKE_ARGS+=           -DALLOW_IN_SOURCE_BUILD=ON
@@ -16,6 +18,5 @@ CMAKE_ARGS+=          -DALLOW_IN_SOURCE_BUILD=ON
 PKGCONFIG_OVERRIDE=    pkgconfig/jasper.pc
 
 .include "options.mk"
-
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/jasper/distinfo
diff -u pkgsrc/graphics/jasper/distinfo:1.29 pkgsrc/graphics/jasper/distinfo:1.30
--- pkgsrc/graphics/jasper/distinfo:1.29        Thu Nov 23 19:16:28 2017
+++ pkgsrc/graphics/jasper/distinfo     Tue Jul 16 10:06:07 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.29 2017/11/23 19:16:28 snj Exp $
+$NetBSD: distinfo,v 1.30 2019/07/16 10:06:07 nia Exp $
 
-SHA1 (jasper-2.0.14.tar.gz) = 32c959d883fdb661c32afd76c94b206638972cb1
-RMD160 (jasper-2.0.14.tar.gz) = 0b2b51b22b7421773255955de6bad27f9b434712
-SHA512 (jasper-2.0.14.tar.gz) = 9e5cffd2e899e37ba08890e2377ddfc3c2fb13d9fe00dea6b4612e4d241a6f4327de6835809b415c41ae4bf44208cf7871c1982ff5fc04ae6bc09fd376b0afc8
-Size (jasper-2.0.14.tar.gz) = 1677951 bytes
+SHA1 (jasper-2.0.16.tar.gz) = f7c2019cfcfd790b0aae04b5e92c5cb4b61f1d3a
+RMD160 (jasper-2.0.16.tar.gz) = b45b6c5539f22a96a962047129ca935835459539
+SHA512 (jasper-2.0.16.tar.gz) = b3bca227f833567c9061c4a29c0599784ed6a131b5cceddfd1696542d19add821eda445ce6d83782b454b266723b24d0f028cbc644a25c0e3a75304e615b34ee
+Size (jasper-2.0.16.tar.gz) = 1311944 bytes
 SHA1 (patch-CMakeLists.txt) = 047ea526e4f4d81036043e0d831ef76be1e3b456
 SHA1 (patch-doc_CMakeLists.txt) = 08156df737458cec48ea1965586b9acdbf30753b
 SHA1 (patch-src_libjasper_base_jas__seq.c) = a0208cd0271388ae0fdc2e359da3223a35a7ae14



Home | Main Index | Thread Index | Old Index