Add #include <cstdint> to compile with gcc13
From
1233ceec268d5366c66f5e79786ec784042b591b Mon Sep 17 00:00:00 2001
Origin: upstream, https://gitlab.kitware.com/vtk/vtk/-/commit/
1233ceec268d5366c66f5e79786ec784042b591b
The `vtkSEPReader` was introduced by MRs !4909 (from my former
collaborator Maxime) and !4938. Then it was highly modified by
!7516. The later MR is the one that introduced the uses of
`std::uint8_t` and `std::uint32_t`.
Those types needs the inclusion of `<cstdint>`.
Gbp-Pq: Name gcc-13.patch
vtkXMLDataParser: track `AppendedData` state explicitly
Bug-Debian: https://bugs.debian.org/
1064762
Origin: upstream,https://gitlab.kitware.com/vtk/vtk/-/commit/
3efa07ad277efe5c1d11a2ef2b907c095f68bbef
Forwarded: not-needed
Newer `libexpat` doesn't like being given the appended data after the
artificially ended document anymore. Avoid pushing it through to its
parser.
Gbp-Pq: Name 09_newer_expat.patch
vtkXMLTreeReader: protect against possible nullptr dereference
Origin: upstream,https://gitlab.kitware.com/vtk/vtk/-/commit/
72119ea71422d2892f2a0475fc282835310f8d9e
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/
1031877
Vulnerability reported at
https://nvd.nist.gov/vuln/detail/CVE-2021-42521.
Gbp-Pq: Name 08_CVE-2021-42521.patch
vtk9 (9.1.0+really9.1.0+dfsg2-8) unstable; urgency=medium
[ Bo YU ]
* Team upload.
* Add support for loongarch64. Thanks to Dandan Zhang
<zhangdandan@loongson.cn>. (Closes: #
1054471)
[ Michael R. Crusoe ]
* Cherry-pick patch from upstream to fix issue with newer expat and
appended data. Closes: #
1064762
* d/control: build-dep on libhdf5-mpi-dev instead of libhdf5-openmpi-
dev. Closes: #
1068321
* Cherry-pick patch from upstream to fix CVE-2021-42521. Closes:
#
1031877.
* Fix Maintainer name of Debian Science team (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* d/control: Updated some dependencies on obsolete or supercede packages
names.
[dgit import unpatched vtk9 9.1.0+really9.1.0+dfsg2-8]