diff -Nru slurm-wlm-20.11.7+really20.11.4/debian/changelog slurm-wlm-20.11.7+really20.11.4/debian/changelog --- slurm-wlm-20.11.7+really20.11.4/debian/changelog 2021-07-14 22:00:35.000000000 +0000 +++ slurm-wlm-20.11.7+really20.11.4/debian/changelog 2022-02-15 23:04:07.000000000 +0000 @@ -1,3 +1,11 @@ +slurm-wlm (20.11.7+really20.11.4-2+rpi1) bookworm; urgency=medium + + * Rebuild for perl 5.34 + * Don't set HDF5_NO_DEPRECATED_SYMBOLS, it causes build failure with + new HDF5 + + -- Peter Michael Green Tue, 15 Feb 2022 23:04:07 +0000 + slurm-wlm (20.11.7+really20.11.4-2) unstable; urgency=medium * Fix CVE-2021-31215 (Closes: #988439) diff -Nru slurm-wlm-20.11.7+really20.11.4/debian/patches/dont-set-hdf5-no-deprecated.patch slurm-wlm-20.11.7+really20.11.4/debian/patches/dont-set-hdf5-no-deprecated.patch --- slurm-wlm-20.11.7+really20.11.4/debian/patches/dont-set-hdf5-no-deprecated.patch 1970-01-01 00:00:00.000000000 +0000 +++ slurm-wlm-20.11.7+really20.11.4/debian/patches/dont-set-hdf5-no-deprecated.patch 2022-02-15 23:04:07.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Don't set HDF5_NO_DEPRECATED_SYMBOLS, it causes build failure with new HDF5 +Author: Peter Michael Green + +--- slurm-wlm-20.11.7+really20.11.4.orig/configure.ac ++++ slurm-wlm-20.11.7+really20.11.4/configure.ac +@@ -221,7 +221,7 @@ AM_CONDITIONAL(BUILD_HDF5, test "$with_h + # --with-default-api-version=v16 which creates problems for slurm + # because slurm uses the 1.8 API. By defining this CPP macro we get + # the 1.8 API. +-AC_DEFINE([H5_NO_DEPRECATED_SYMBOLS], [1], [Make sure we get the 1.8 HDF5 API]) ++#AC_DEFINE([H5_NO_DEPRECATED_SYMBOLS], [1], [Make sure we get the 1.8 HDF5 API]) + + AX_CHECK_ZLIB([], []) + X_AC_LZ4 diff -Nru slurm-wlm-20.11.7+really20.11.4/debian/patches/series slurm-wlm-20.11.7+really20.11.4/debian/patches/series --- slurm-wlm-20.11.7+really20.11.4/debian/patches/series 2021-07-14 09:49:22.000000000 +0000 +++ slurm-wlm-20.11.7+really20.11.4/debian/patches/series 2022-02-15 23:04:07.000000000 +0000 @@ -7,3 +7,4 @@ fix-typos pmixv4 CVE-2021-31215 +dont-set-hdf5-no-deprecated.patch