pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/jbig2dec



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Sep 13 11:12:45 UTC 2020

Modified Files:
        pkgsrc/graphics/jbig2dec: Makefile distinfo

Log Message:
jbig2dec: Update to 0.19

Changes:
0.19
----
 * API change to use full 32 bit segment numbers, in accordance
   to the JBIG2 specification.
 * Better handling of end of input data stream and and when
   encountering errors in the arithmetic decoder stream. This
   should improve many situations where jbig2dec appeared to
   run forever.
 * Fix several bugs related to signedness or over-/underflow
   checks that were not robust.
 * Bug fixes for issues reported by Coverity/OSS-fuzz.
 * Add option to limit memory usage to command line tool.
 * Update manpages, and command line tool usage.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/jbig2dec/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/jbig2dec/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/jbig2dec/Makefile
diff -u pkgsrc/graphics/jbig2dec/Makefile:1.15 pkgsrc/graphics/jbig2dec/Makefile:1.16
--- pkgsrc/graphics/jbig2dec/Makefile:1.15      Thu May 14 17:51:49 2020
+++ pkgsrc/graphics/jbig2dec/Makefile   Sun Sep 13 11:12:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/05/14 17:51:49 leot Exp $
+# $NetBSD: Makefile,v 1.16 2020/09/13 11:12:45 leot Exp $
 
-DISTNAME=      jbig2dec-0.18
+DISTNAME=      jbig2dec-0.19
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
 

Index: pkgsrc/graphics/jbig2dec/distinfo
diff -u pkgsrc/graphics/jbig2dec/distinfo:1.11 pkgsrc/graphics/jbig2dec/distinfo:1.12
--- pkgsrc/graphics/jbig2dec/distinfo:1.11      Thu May 14 17:51:49 2020
+++ pkgsrc/graphics/jbig2dec/distinfo   Sun Sep 13 11:12:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/05/14 17:51:49 leot Exp $
+$NetBSD: distinfo,v 1.12 2020/09/13 11:12:45 leot Exp $
 
-SHA1 (jbig2dec-0.18.tar.gz) = f82ec522225b9b020c6f52ccae932829e1f0a310
-RMD160 (jbig2dec-0.18.tar.gz) = e4cc1bc20ef742d8cae5abb094619459390483d4
-SHA512 (jbig2dec-0.18.tar.gz) = 5931530ee3b811f9009c95d08ad65701564ef8ebf6511145acb969cc7c99dab5028daaee580dd83358b6bdc477cffe347712b9c9768c9b1a63395e366046267d
-Size (jbig2dec-0.18.tar.gz) = 148563 bytes
+SHA1 (jbig2dec-0.19.tar.gz) = 30205dd80647df0c9eb809740850796c363dd909
+RMD160 (jbig2dec-0.19.tar.gz) = 9d04a58c148504ce8896e24f8ed2f6e5da364723
+SHA512 (jbig2dec-0.19.tar.gz) = d5a27951cc9c06c184f454e258e81b6e4d5aa2742a4da821522b9a42ecc78e7e1b78058dabc23821618e62d62d8832011f16b5ef2d66beac463da6b809fd02af
+Size (jbig2dec-0.19.tar.gz) = 149134 bytes



Home | Main Index | Thread Index | Old Index