pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/netcdf
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 10 07:25:27 UTC 2026
Modified Files:
pkgsrc/devel/netcdf: Makefile distinfo
Log Message:
netcdf: updated to 4.10.1
4.10.1 - July 6, 2026
* Fixed outstanding CVE issues.
* Added new functions `nc_set_meta_block_size()` and `nc_get_meta_block_size()`, to allow for runtime modification of downstream `libhdf5` block size.
* Use TARGETS to install plugins
* Have hdf4 tests include MFHDF_H_INCLUDE_DIR
* Testing a fix for libhdf4 + jpeg + cmake
* add big-endian CI run and fix endian issues in test and hdf5var.c
* documentation fixes
* Fix tst_h_files4.c compatibility with HDF5 API version defaulting
* Updated nc-config.cmake.in to extend functionality of --libs-ac-syntax
* Updated the man pages
* CI fix
* fix cmode bug
* CI: Switch from miniconda to micromamba
* fix docs in libhdf4, libhdf5, and libsrcp
* documentation fixes for liblib and examples
* add doxygen documentation to libdap2 cache, cdf, dapattr, and dapcvt …
* fixes for netcdf/HDF5 file vars (strided) read/write performance and unlimited dimension issues
* Fix Clang -Wenum-conversion warnings
* cmake: patch target plugin.
* Do not assume that CMAKE_INSTALL_INCLUDEDIR and CMAKE_INSTALL_LIBDIR …
* CMake: Disable mmap on all windows OSes
* libnczarr: _WIN64 to _WIN32 for platform check
* memory fixes for netCDF-4 code
* Updated git ignore
* oc2: Rename macro to fix unity build
* fixed build issues when no utils are built
* Improve error logging on S3 connection
* added doxygen for libdap4
* Big Endian fix for remote tests
* Revisit non-CLA fix for libraries in the pc file
* Fixed Clang -Wunused-but-set-variable warnings
* Fix failure on 32-bit platform.
* Fix Clang -Wself-assign warnings
* plugins: Do not create .pdb file in release mode and fix CMAKE_BUILD_TYPE
* Fix TC_EXPANDED filter to satisfy HDF5 chunk buffer size checks
* CMake: make '/utf-8' flag private for MSVC
* Documentation Cleanup
* Fix inherited libaec/szip dependency
* More documentation cleanup
* fix: use nbytes instead of buf_size as input length in H5Zzstd filter
* removed Dennis name from CODEOWNERS
* Add an exploratory fix
* Fix missing run_cachetest.sh
* Adding new function nc_set_meta_block_size()
* add vlen mem test, removed some other mem tests, fixed -disable-utilities build
* Stubs for Fortran meta block size API calls
* fixed quantize
* Fix libxml2 requirement when unnecessary
* Update windows MSVC+CMake GithubCI to fail properly if build fails.
* Replace UDF mode flag bit-shifting with explicit array to prevent bit…
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/netcdf/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/netcdf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/netcdf/Makefile
diff -u pkgsrc/devel/netcdf/Makefile:1.82 pkgsrc/devel/netcdf/Makefile:1.83
--- pkgsrc/devel/netcdf/Makefile:1.82 Thu May 14 16:40:46 2026
+++ pkgsrc/devel/netcdf/Makefile Fri Jul 10 07:25:27 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2026/05/14 16:40:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2026/07/10 07:25:27 adam Exp $
-DISTNAME= netcdf-c-4.10.0
+DISTNAME= netcdf-c-4.10.1
PKGNAME= ${DISTNAME:S/-c-/-/}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=Unidata/}
GITHUB_PROJECT= netcdf-c
Index: pkgsrc/devel/netcdf/distinfo
diff -u pkgsrc/devel/netcdf/distinfo:1.26 pkgsrc/devel/netcdf/distinfo:1.27
--- pkgsrc/devel/netcdf/distinfo:1.26 Thu Mar 12 06:02:45 2026
+++ pkgsrc/devel/netcdf/distinfo Fri Jul 10 07:25:27 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2026/03/12 06:02:45 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/07/10 07:25:27 adam Exp $
-BLAKE2s (netcdf-c-4.10.0.tar.gz) = 38710e62c622423a7882138627b2312ecc563fc33024da92bc091cdc333feefa
-SHA512 (netcdf-c-4.10.0.tar.gz) = 98b1bdebb7a2b804c82fa1d03e009118fb9e3852ae174b99145e717fa399238852520e579d18ca3b7c2189102d41b8fecfae7446b9b3ca955fe4197d2bb5bd27
-Size (netcdf-c-4.10.0.tar.gz) = 25665650 bytes
+BLAKE2s (netcdf-c-4.10.1.tar.gz) = e95ef447e5bb67c0d656815b2172af23a894fa0e490a830594dc1b1140d891b4
+SHA512 (netcdf-c-4.10.1.tar.gz) = 6be6fee55daeb93b5cdae7ffeb2633583c75c3148e1114c7131ad5a81ad2252e698c8bcbde5654d30c73c0b0c3a169d61280766096f820a67b00b847aa7c6b50
+Size (netcdf-c-4.10.1.tar.gz) = 25714348 bytes
SHA1 (patch-configure) = 8e3ae64cf31333c492135223ab8f3aec45bc69ef
Home |
Main Index |
Thread Index |
Old Index