Revisions of netcdf
buildservice-autocommit
accepted
request 1119877
from
Egbert Eich (eeich)
(revision 137)
baserev update by copy to link target
Egbert Eich (eeich)
committed
(revision 136)
- Use ExcludeArch instead of ExclusiveArch: do_not_build construct.
Egbert Eich (eeich)
accepted
request 1119732
from
Egbert Eich (eeich)
(revision 135)
- Disable HPC flavors on i586 - Add a '\--whatprovides' to the '%%requires_eq libhdf5%{p_suffix}' to catch the the library package even without an so-name.
Egbert Eich (eeich)
accepted
request 1119627
from
Nicolas Morey (NMorey)
(revision 134)
- Drop support for obsolete openmpi[123] - Prepare support for openmpi5
buildservice-autocommit
accepted
request 1077507
from
Egbert Eich (eeich)
(revision 133)
baserev update by copy to link target
Egbert Eich (eeich)
accepted
request 1077449
from
Dirk Stoecker (dstoecker)
(revision 132)
- add build require pkgconfig(zstd) to fix build for Leap 15.4 - update to 4.9.2:
buildservice-autocommit
accepted
request 1049747
from
Atri Bhattacharya (badshah400)
(revision 131)
baserev update by copy to link target
Atri Bhattacharya (badshah400)
accepted
request 1046215
from
Stefan Brüns (StefanBruens)
(revision 130)
- Update to version 4.9.0: * [Enhancement] Improve filter installation process to avoid use of an extra shell script. See gh#Unidata/netcdf-c#2348. * [Bug Fix] Get "make distcheck" to work See gh#Unidata/netcdf-c#/2343. * [Enhancement] Allow the read/write of JSON-valued Zarr attributes to allow for domain specific info such as used by GDAL/Zarr. See gh#Unidata/netcdf-c#2278. * [Enhancement] Turn on the XArray convention for NCZarr files by default. WARNING, this means that the mode should explicitly specify nczarr" or "zarr" even if "xarray" or "noxarray" is specified. See gh#Unidata/netcdf-c#2257. * [Enhancement] Update the documentation to match the current filter capabilities See gh#Unidata/netcdf-c#2249. * [Enhancement] Support installation of pre-built standard filters into user-specified location. See gh#Unidata/netcdf-c#2318. * [Enhancement] Improve filter support. More specifically (1) add nc_inq_filter_avail to check if a filter is available, (2) add the notion of standard filters, (3) cleanup szip support to fix interaction with NCZarr. See gh#Unidata/netcdf-c#2245. * [Enhancement] Switch to tinyxml2 as the default xml parser implementation. See gh#Unidata/netcdf-c#2170. * [Bug Fix] Require that the type of the variable in nc_def_var_filter is not variable length. See gh#Unidata/netcdf-c#/2231. * [File Change] Apply HDF5 v1.8 format compatibility when writing to previous files, as well as when creating new files. The superblock version remains at 2 for newly created files. Full backward read/write compatibility for netCDF-4 is maintained in all cases. See gh#Unidata/netcdf-c#2176. * [Enhancement] Add ability to set dataset alignment for netcdf-4/HDF5 files. See gh#Unidata/netcdf-c#2206. * [Bug Fix] Improve UTF8 support on windows so that it can use utf8 natively. See gh#Unidata/netcdf-c#2222. * [Enhancement] Add complete bitgroom support to NCZarr. See gh#Unidata/netcdf-c#2197. * [Bug Fix] Clean up the handling of deeply nested VLEN types. Marks nc_free_vlen() and nc_free_string as deprecated in favor of ncaux_reclaim_data(). See gh#Unidata/netcdf-c#2179. * [Bug Fix] Make sure that netcdf.h accurately defines the flags in the open/create mode flags. See gh#Unidata/netcdf-c#2183. * [Enhancement] Improve support for msys2+mingw platform. See gh#Unidata/netcdf-c#2171. * [Bug Fix] Clean up the various inter-test dependencies in ncdump for CMake. See gh#Unidata/netcdf-c#2168. * [Bug Fix] Fix use of non-aws appliances. See gh#Unidata/netcdf-c#2152. * [Enhancement] Added options to suppress the new behavior from gh#Unidata/netcdf-c#2135. * [Enhancement] Support optional use of libxml2, otherwise default to ezxml. See gh#Unidata/netcdf-c#2135 * [Bug Fix] Fix several os related errors. See gh#Unidata/netcdf-c#2138. * [Enhancement] Support byte-range reading of netcdf-3 files stored in private buckets in S3. See gh#Unidata/netcdf-c#2134 * [Enhancement] Support Amazon S3 access for NCZarr. Also support use of the existing Amazon SDK credentials system. See gh#Unidata/netcdf-c#2114 * [Bug Fix] Fix string allocation error in H5FDhttp.c. See gh#Unidata/netcdf-c#2127. * [Bug Fix] Apply patches for ezxml and for selected oss-fuzz detected errors. See gh#Unidata/netcdf-c#2125. * [Bug Fix] Ensure that internal Fortran APIs are always defined. See gh#Unidata/netcdf-c#2098. * [Enhancement] Support filters for NCZarr. See gh#Unidata/netcdf-c#2101 * [Bug Fix] Make PR 2075 long file name be idempotent. See gh#Unidata/netcdf-c#2094. - Remove unused doxygen build dependency. - Remove some obsolete Provides/Obsoletes from library package. - Drop upstream patches: * swap-4-8-b-Satisfy-strict-aliasing-rules.patch * Fix-type-punning-in-val_NC_check_voff-by-using-memcpy-instead-of-assignment.patch * Fix-type-punning-in-xxdrntohdouble-by-using-memcpy-instead-of-assignment.patch * NCD4_dumpbytes-use-correct-swapline-for-object-size.patch * d4util.h-make-swapinlineXX-more-robust-against-type-punning.patch * bin_reclaim_compound-Fixed-uninitialized-variable.patch - Drop ezxml patches (replaced by tinyxml2/libxml2): * Fix-for-CVE-2019-20200-ezxml-bug-19.patch * Fix-for-CVE-2019-20006-CVE-2019-20202-CVE-2021-31598-ezxml-bug-15-17-28.patch * Fix-for-CVE-2019-20199-ezxml-bug-18.patch * Fix-for-CVE-2019-20007-ezxml-bug-13.patch * Fix-for-CVE-2021-26221-ezxml-bug-21.patch * Fix-for-CVE-2021-26222-ezxml-bug-22.patch * Fix-CVE-2021-30485-bug-25.patch * Fix-CVE-2021-31229-bug-26-CVE-2019-20201-bug-16-CVE-2019-20198-bug-20.patch * Fix-CVE-2021-31347-bug-27.patch
buildservice-autocommit
accepted
request 1042403
from
Egbert Eich (eeich)
(revision 129)
baserev update by copy to link target
Egbert Eich (eeich)
committed
(revision 128)
obtain the version number (boo#1206334).
Egbert Eich (eeich)
committed
(revision 127)
- Add BuildRequires for libhdf5[_hl]-<compiler_family>[-<mpi_flavor>-hpc explicitly so that %%{requires_eq ..} is able to find the package and obtain the version number.
Egbert Eich (eeich)
committed
(revision 126)
- Revert last change
Egbert Eich (eeich)
committed
(revision 125)
- Dropping openmpi1/2/3 flavors from default as these have been dropped from oS:Factory.
Atri Bhattacharya (badshah400)
accepted
request 957820
from
Stefan Brüns (StefanBruens)
(revision 124)
- Correct Source: URL
Egbert Eich (eeich)
accepted
request 955629
from
Atri Bhattacharya (badshah400)
(revision 123)
- Update to version 4.8.1 - New BuildRequires: unzip needed for one of the tests.
Atri Bhattacharya (badshah400)
accepted
request 954725
from
Dominique Leuenberger (dimstar)
(revision 122)
- Move rpm macros from /etc/rpm to /usr/lib/rpm/macros.d (boo#1191393).
Egbert Eich (eeich)
accepted
request 927323
from
Egbert Eich (eeich)
(revision 120)
- Fix: * CVE-2019-20007 https://sourceforge.net/p/ezxml/bugs/13 * CVE-2019-20006 https://sourceforge.net/p/ezxml/bugs/15 * CVE-2019-20201 https://sourceforge.net/p/ezxml/bugs/16 * CVE-2019-20202 https://sourceforge.net/p/ezxml/bugs/17 * CVE-2019-20199 https://sourceforge.net/p/ezxml/bugs/18 * CVE-2019-20200 https://sourceforge.net/p/ezxml/bugs/19 * CVE-2019-20198 https://sourceforge.net/p/ezxml/bugs/20 * CVE-2021-26221 https://sourceforge.net/p/ezxml/bugs/21 * CVE-2021-26222 https://sourceforge.net/p/ezxml/bugs/22 * CVE-2021-30485 https://sourceforge.net/p/ezxml/bugs/25 * CVE-2021-31229 https://sourceforge.net/p/ezxml/bugs/26 * CVE-2021-31347 & * CVE-2021-31348 https://sourceforge.net/p/ezxml/bugs/27 * CVE-2021-31598 https://sourceforge.net/p/ezxml/bugs/28 (bsc#1191856) Note: * CVE-2021-26220 https://sourceforge.net/p/ezxml/bugs/23 not relevant for netcdf: code isn't used. * CVE-2019-20005 https://sourceforge.net/p/ezxml/bugs/14 Issue cannot be reproduced and no patch is available upstream. Added: * Fix-CVE-2021-30485-bug-25.patch * Fix-CVE-2021-31229-bug-26-CVE-2019-20201-bug-16-CVE-2019-20198-bug-20.patch * Fix-CVE-2021-31347-bug-27.patch * Fix-for-CVE-2019-20006-CVE-2019-20202-CVE-2021-31598-ezxml-bug-15-17-28.patch * Fix-for-CVE-2019-20007-ezxml-bug-13.patch * Fix-for-CVE-2019-20199-ezxml-bug-18.patch * Fix-for-CVE-2019-20200-ezxml-bug-19.patch * Fix-for-CVE-2021-26221-ezxml-bug-21.patch
Egbert Eich (eeich)
committed
(revision 119)
Egbert Eich (eeich)
committed
(revision 118)
Displaying revisions 1 - 20 of 137