jbig2dec: update to 0.20.

Version 0.20 (2023 August 28)

* Move definition of inline macro so that it doesn't cause
  linker errors during cross-compilation.

* Fix OSS-fuzz issue 10862, a memory leak, by freeing image
  resources upon error.

* Fix a bug where a buffer was accessed without considering
  alignment requirements on architectures such as SPARC.

* Fix compiler warnings.

* Improve custom memory allocator used in testing to restricting
  memory usage.

* Use silent automake rules when compiling as a separate project.
This commit is contained in:
wiz 2023-10-19 14:46:00 +00:00
parent 69a47847d1
commit 45aab38d19
3 changed files with 8 additions and 9 deletions

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.18 2023/08/14 05:24:34 wiz Exp $
# $NetBSD: Makefile,v 1.19 2023/10/19 14:46:00 wiz Exp $
DISTNAME= jbig2dec-0.19
PKGREVISION= 2
DISTNAME= jbig2dec-0.20
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}

View File

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.4 2023/08/14 05:24:34 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.5 2023/10/19 14:46:00 wiz Exp $
BUILDLINK_TREE+= jbig2dec
@ -6,7 +6,7 @@ BUILDLINK_TREE+= jbig2dec
JBIG2DEC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.jbig2dec+= jbig2dec>=0.16
BUILDLINK_ABI_DEPENDS.jbig2dec?= jbig2dec>=0.19nb2
BUILDLINK_ABI_DEPENDS.jbig2dec?= jbig2dec>=0.19nb2
BUILDLINK_PKGSRCDIR.jbig2dec?= ../../graphics/jbig2dec
.endif # JBIG2DEC_BUILDLINK3_MK

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2021/10/26 10:46:20 nia Exp $
$NetBSD: distinfo,v 1.15 2023/10/19 14:46:00 wiz Exp $
BLAKE2s (jbig2dec-0.19.tar.gz) = 4467a6c608882804fa52270f670bea746308786b114895b6e79b6dd9f8f8ccae
SHA512 (jbig2dec-0.19.tar.gz) = d5a27951cc9c06c184f454e258e81b6e4d5aa2742a4da821522b9a42ecc78e7e1b78058dabc23821618e62d62d8832011f16b5ef2d66beac463da6b809fd02af
Size (jbig2dec-0.19.tar.gz) = 149134 bytes
BLAKE2s (jbig2dec-0.20.tar.gz) = 1e06a46c7e4586385f4f96a6e8edb0f1f45c2c0630b287211ec388e4d79d1b4a
SHA512 (jbig2dec-0.20.tar.gz) = 8b8a28b93b23e4284ca229e6c8935fd161ce5c597f7470a46ec06a3241d0ac23cf921aecdd4e0c1bd3c904591409054236f2ce25b6d8ae40db742559c7f4dbe9
Size (jbig2dec-0.20.tar.gz) = 149782 bytes