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:           Thu May 14 17:51:49 UTC 2020

Modified Files:
        pkgsrc/graphics/jbig2dec: Makefile distinfo
Removed Files:
        pkgsrc/graphics/jbig2dec/patches: patch-autogen.sh

Log Message:
jbig2dec: Update to 0.18

pkgsrc changes:
 - Remove patches/patch-autogen.sh, applied upstream
 - Remove not needed GITHUB_TAG reinitialization, it is already initialized to
   ${PKGVERSION_NOREV} by default

Changes:
0.18
----
 * Performance enhancements related to decoding of MMR and generic
   regions as well as composing images onto pages.
 * Bug fixes for a few issues reported by Coverity and OSS-Fuzz.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/jbig2dec/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/jbig2dec/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/jbig2dec/patches/patch-autogen.sh

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.14 pkgsrc/graphics/jbig2dec/Makefile:1.15
--- pkgsrc/graphics/jbig2dec/Makefile:1.14      Tue Dec 10 10:35:59 2019
+++ pkgsrc/graphics/jbig2dec/Makefile   Thu May 14 17:51:49 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2019/12/10 10:35:59 leot Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/14 17:51:49 leot Exp $
 
-DISTNAME=      jbig2dec-0.17
+DISTNAME=      jbig2dec-0.18
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
-GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://jbig2dec.com/

Index: pkgsrc/graphics/jbig2dec/distinfo
diff -u pkgsrc/graphics/jbig2dec/distinfo:1.10 pkgsrc/graphics/jbig2dec/distinfo:1.11
--- pkgsrc/graphics/jbig2dec/distinfo:1.10      Tue Dec 10 10:35:59 2019
+++ pkgsrc/graphics/jbig2dec/distinfo   Thu May 14 17:51:49 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/12/10 10:35:59 leot Exp $
+$NetBSD: distinfo,v 1.11 2020/05/14 17:51:49 leot Exp $
 
-SHA1 (jbig2dec-0.17.tar.gz) = 8d2ba831bcf475da05a381df02020e0706322ccf
-RMD160 (jbig2dec-0.17.tar.gz) = 96aab09c5ce1a749b5aadc4644c038790ee4a00c
-SHA512 (jbig2dec-0.17.tar.gz) = 79b3957186a30fc304ecd571d31c5cc421364921eb4eba242c3ea941ea111f461773f86c975657fa2ce91f2f79ff9abf760ef9bed404c7a4f35c036e5642ba0f
-Size (jbig2dec-0.17.tar.gz) = 141195 bytes
-SHA1 (patch-autogen.sh) = 1d22310c07b10c0f7cddda387c363f17132bc83f
+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



Home | Main Index | Thread Index | Old Index