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:   snj
Date:           Thu Nov 23 19:16:28 UTC 2017

Modified Files:
        pkgsrc/graphics/jasper: Makefile distinfo

Log Message:
graphics/jasper: update to 2.0.14.

Changes:
- In the JPC codec, the requirement that the number of tile parts be at
  least one has been removed (since the JPEG-2000 standard allows
  a special value of zero to mean the number of tile parts is unspecified).
- add option to disable programs
- Include jasper/jas_debug.h when using jas_eprintf
  Fixes building with -Werror=implicit-function-declaration.
- Applied patches to resolve some missing export problems.
  See: https://github.com/mdadams/jasper/issues/122
- Moved inttypes.h and stdbool.h includes to jas_types.h and fixed
  the build for Visual Studio 2012 and lower.
- Correct or add comments for jas_safe_* functions
  Mostly fixing bad copy-n-paste issues, or functions added without any
  comment.
- Added a check in the JP2 encoder to ensure that the image to be coded
  has at least one component.  Also, made some small changes to a
  private build script.
- Fixed bugs due to uninitialized data in the JP2 decoder.
  Also, added some comments marking I/O stream interfaces that probably
  need to be changed (in the long term) to fix integer overflow
  problems.
- Added some additional checking to prevent a potential integer overflow
  due to conversion in the JPC decoder.
- Added numerous more-detailed error messages for the JPC and JP2
  codecs.
- Added a partial verbose capability for the run_test_1 script.
- Moved a test case from the bad category to the good category, as the
  test case had been miscategorized.
- Add some regression test cases.
- Fixed some potential double-free problems in the JPC codec.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/jasper/Makefile
cvs rdiff -u -r1.28 -r1.29 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.49 pkgsrc/graphics/jasper/Makefile:1.50
--- pkgsrc/graphics/jasper/Makefile:1.49        Sun Mar  5 12:49:51 2017
+++ pkgsrc/graphics/jasper/Makefile     Thu Nov 23 19:16:28 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2017/03/05 12:49:51 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2017/11/23 19:16:28 snj Exp $
 
-DISTNAME=      jasper-2.0.12
+DISTNAME=      jasper-2.0.14
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.ece.uvic.ca/~mdadams/jasper/software/
 

Index: pkgsrc/graphics/jasper/distinfo
diff -u pkgsrc/graphics/jasper/distinfo:1.28 pkgsrc/graphics/jasper/distinfo:1.29
--- pkgsrc/graphics/jasper/distinfo:1.28        Sun Mar  5 12:49:51 2017
+++ pkgsrc/graphics/jasper/distinfo     Thu Nov 23 19:16:28 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.28 2017/03/05 12:49:51 wiz Exp $
+$NetBSD: distinfo,v 1.29 2017/11/23 19:16:28 snj Exp $
 
-SHA1 (jasper-2.0.12.tar.gz) = bcd419c21f7b048d4643802faabf36cd26efeafa
-RMD160 (jasper-2.0.12.tar.gz) = a062262b337865e0f7e27d6a77e38b16e6735b30
-SHA512 (jasper-2.0.12.tar.gz) = 3b0f5a5640838b328d989a80461a23ca8ac98af054a7f15c13a543e769c98bb632b74114923c02c3b2de76747187747aec6e18a2cf14035a8d79eb3482fd553b
-Size (jasper-2.0.12.tar.gz) = 1674038 bytes
+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 (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