pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/lerc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 27 14:42:21 UTC 2026

Modified Files:
        pkgsrc/graphics/lerc: Makefile distinfo

Log Message:
lerc: update to 4.2.0.

## [4.2.0](https://github.com/Esri/lerc/releases/tag/v4.2.0) - 2026-07-23

* Added explicit size checks for the input data volume and the
output compressed binary Lerc blob. The maximum data volume to
encode is 2 GB per band. The maximum size of a compressed binary
Lerc blob is set also to 2 GB per band, and 4 GB over all bands.
The data volume over all bands is not limited as long as it can be
compressed into 4 GB or less.

* Coverity fixes and overflow checks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/lerc/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/lerc/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/lerc/Makefile
diff -u pkgsrc/graphics/lerc/Makefile:1.3 pkgsrc/graphics/lerc/Makefile:1.4
--- pkgsrc/graphics/lerc/Makefile:1.3   Fri Jul  3 16:31:33 2026
+++ pkgsrc/graphics/lerc/Makefile       Mon Jul 27 14:42:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2026/07/03 16:31:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2026/07/27 14:42:21 wiz Exp $
 
-DISTNAME=      lerc-4.1.1
+DISTNAME=      lerc-4.2.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Esri/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/graphics/lerc/distinfo
diff -u pkgsrc/graphics/lerc/distinfo:1.4 pkgsrc/graphics/lerc/distinfo:1.5
--- pkgsrc/graphics/lerc/distinfo:1.4   Fri Jul  3 16:31:33 2026
+++ pkgsrc/graphics/lerc/distinfo       Mon Jul 27 14:42:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/07/03 16:31:33 bsiegert Exp $
+$NetBSD: distinfo,v 1.5 2026/07/27 14:42:21 wiz Exp $
 
-BLAKE2s (lerc-4.1.1.tar.gz) = f79451532aff594c45c8c92259a09879e4adeaa8a6b6edc1ead95c3cf2c20dae
-SHA512 (lerc-4.1.1.tar.gz) = 2c627aa933d9b44ab308118ad41af18488f22cc6b785d4389d8389b5285f0774c8f7daa85a617ddb4e1386d8e2a1919508b63570642e2ecde2db713ee6eeb292
-Size (lerc-4.1.1.tar.gz) = 4058063 bytes
+BLAKE2s (lerc-4.2.0.tar.gz) = 44a07f0f80a9bcc4335e416c68ceed8dc84670ef9b7a2c793237e23148eab3b2
+SHA512 (lerc-4.2.0.tar.gz) = 6ed82108d0ba4a6141cfb9ac7174a206488235e40e0eb2d34fa959716f6da3c6ec32562ceb5c9e77d02e1be5c73f24c81a3835f11dd57e4f87ca4003adafe47a
+Size (lerc-4.2.0.tar.gz) = 4059752 bytes



Home | Main Index | Thread Index | Old Index