pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/OpenJPH
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 19 14:38:52 UTC 2026
Modified Files:
pkgsrc/graphics/OpenJPH: Makefile PLIST distinfo
Log Message:
OpenJPH: update to 0.27.0.
What's Changed
Add initial support for oss-fuzz by @palemieux in #249
Fix OSS-fuzz build by @palemieux in #250
Renamed file to avoid duplicate library names in custom builds. by @dlemstra in #252
Validate dimensions in the SIZ marker segment after reading it from a codestream by @palemieux in #253
Fix: Rule of 3/5/7 violation leads to possible use after free in inadvertent use of copy constructor /assignment. by @geo-ant in #242
Fix typo in the signature of get_tile_offset() by @palemieux in #254
Fix oss-fuzz build and improve documentation by @palemieux in #256
fix move special functions in mem in and outfile by @geo-ant in #258
Add support for CIFuzz by @palemieux in #259
Fix race condition in table initialization with multiple threads by @brechtvl in #243
Fix 32-bit ARM SIGBUS: align elastic allocator payload for coded_lists::buf by @cary-ilm in #262
Add Linux-ARM32 Build by @palemieux in #263
Extend fuzzing harness to add more reachability by @DavidKorczynski in #264
Fix ARM64EC builds by excluding ARM64EC from x64(_M_X64) detection on Windows by @navvyswethgraphics in #265
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/OpenJPH/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/OpenJPH/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/OpenJPH/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/OpenJPH/Makefile
diff -u pkgsrc/graphics/OpenJPH/Makefile:1.9 pkgsrc/graphics/OpenJPH/Makefile:1.10
--- pkgsrc/graphics/OpenJPH/Makefile:1.9 Sun Feb 22 10:50:55 2026
+++ pkgsrc/graphics/OpenJPH/Makefile Sun Apr 19 14:38:51 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/02/22 10:50:55 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/04/19 14:38:51 wiz Exp $
-DISTNAME= OpenJPH-0.26.3
+DISTNAME= OpenJPH-0.27.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=aous72/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Index: pkgsrc/graphics/OpenJPH/PLIST
diff -u pkgsrc/graphics/OpenJPH/PLIST:1.4 pkgsrc/graphics/OpenJPH/PLIST:1.5
--- pkgsrc/graphics/OpenJPH/PLIST:1.4 Sun Dec 28 21:35:50 2025
+++ pkgsrc/graphics/OpenJPH/PLIST Sun Apr 19 14:38:51 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/12/28 21:35:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/04/19 14:38:51 wiz Exp $
bin/ojph_compress
bin/ojph_expand
include/openjph/ojph_arch.h
@@ -16,6 +16,6 @@ lib/cmake/openjph/openjph-config.cmake
lib/cmake/openjph/openjph-targets-release.cmake
lib/cmake/openjph/openjph-targets.cmake
lib/libopenjph.so
-lib/libopenjph.so.0.26
+lib/libopenjph.so.0.27
lib/libopenjph.so.${PKGVERSION}
lib/pkgconfig/openjph.pc
Index: pkgsrc/graphics/OpenJPH/distinfo
diff -u pkgsrc/graphics/OpenJPH/distinfo:1.6 pkgsrc/graphics/OpenJPH/distinfo:1.7
--- pkgsrc/graphics/OpenJPH/distinfo:1.6 Sun Feb 22 10:50:55 2026
+++ pkgsrc/graphics/OpenJPH/distinfo Sun Apr 19 14:38:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/02/22 10:50:55 wiz Exp $
+$NetBSD: distinfo,v 1.7 2026/04/19 14:38:51 wiz Exp $
-BLAKE2s (OpenJPH-0.26.3.tar.gz) = b3d176677875339275b2396c25d2b468645586932c8b27095e8cd44f8ee30460
-SHA512 (OpenJPH-0.26.3.tar.gz) = eb43bc4e4fa741ef24514f49a6b09049eafdfde8f22275721f4a8fd53d6360e2a047e7f7799c3ab3e0c434ab8c377ec65471498b42dc9911f1d1ad29b98602a3
-Size (OpenJPH-0.26.3.tar.gz) = 477750 bytes
+BLAKE2s (OpenJPH-0.27.0.tar.gz) = bfb642a829d2afab147a324a5fbd6d1e2ebdaf531e729742bab2a03be640951d
+SHA512 (OpenJPH-0.27.0.tar.gz) = 65134ddd870b275d5cab8bae704aa0781978b49e85b6b645a90e93fb6d482ee17d494a8f05e7e3dddf803532da631b898e75cb90b99b2db048c6111e84d4a1e1
+Size (OpenJPH-0.27.0.tar.gz) = 483754 bytes
Home |
Main Index |
Thread Index |
Old Index