pkgsrc-WIP-changes archive

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

openvdb: Update to 11.0.0



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon Nov 6 19:01:24 2023 +1100
Changeset:	3c0e001a76ce2e034b5ef40b7b107b35103569c0

Modified Files:
	openvdb/Makefile
	openvdb/PLIST
	openvdb/distinfo

Log Message:
openvdb: Update to 11.0.0

Highlights:

OpenVDB:

- Improvements:
  - Removed use of boost::any in favor of std::any. [Contributed by Brian
    McKinnon]
- Bug Fixes:
  - Fix potential crash reading corrupt .vdb files with invalid blosc or zip
    chunks. [Contributed by Matthias Ueberheide]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c0e001a76ce2e034b5ef40b7b107b35103569c0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openvdb/Makefile | 2 +-
 openvdb/PLIST    | 3 +--
 openvdb/distinfo | 6 +++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/openvdb/Makefile b/openvdb/Makefile
index 72c556ca7e..3e27a34201 100644
--- a/openvdb/Makefile
+++ b/openvdb/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	openvdb-${PKGVERSION}
-PKGVERSION=	10.1.0
+PKGVERSION=	11.0.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=	openvdb
diff --git a/openvdb/PLIST b/openvdb/PLIST
index a4e35b2767..a82f7fc963 100644
--- a/openvdb/PLIST
+++ b/openvdb/PLIST
@@ -156,7 +156,6 @@ include/openvdb/util/Util.h
 include/openvdb/util/logging.h
 include/openvdb/version.h
 lib/cmake/OpenVDB/FindBlosc.cmake
-lib/cmake/OpenVDB/FindIlmBase.cmake
 lib/cmake/OpenVDB/FindJemalloc.cmake
 lib/cmake/OpenVDB/FindLog4cplus.cmake
 lib/cmake/OpenVDB/FindOpenEXR.cmake
@@ -168,5 +167,5 @@ lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
 lib/cmake/OpenVDB/OpenVDBUtils.cmake
 lib/libopenvdb.a
 lib/libopenvdb.so
-lib/libopenvdb.so.10.1
+lib/libopenvdb.so.11.0
 lib/libopenvdb.so.${PKGVERSION}
diff --git a/openvdb/distinfo b/openvdb/distinfo
index 7f1cc8e43a..7b1514bb26 100644
--- a/openvdb/distinfo
+++ b/openvdb/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (openvdb-10.1.0.tar.gz) = 485327cf300c2f465d28840ac5758313223be5a2e97d6d5bb15a4d4feb477b69
-SHA512 (openvdb-10.1.0.tar.gz) = b1f36fb53ed9fcc65a59a764bb79b7bd0f8469649a70051023f9a8f5d2692f6c32a53c62fc78b7ab57ebda7dedea7b32450b62d90107119f5a30179a660536aa
-Size (openvdb-10.1.0.tar.gz) = 3482301 bytes
+BLAKE2s (openvdb-11.0.0.tar.gz) = a1f6a54e27c370baecffa79e2b7e7ecd017200ee58e530c1d8c9779302e6a05f
+SHA512 (openvdb-11.0.0.tar.gz) = f2c90ca8435ecbacefda429341000ecb555385c746a3e0233220cd78540cee2a26cc17df7b560fdfe2dc03f2b2e960a2fa226a85980189c3e018164ccc037bd4
+Size (openvdb-11.0.0.tar.gz) = 4620858 bytes


Home | Main Index | Thread Index | Old Index