Version in base suite: 4.16.0-3+deb13u1 Base version: resource-agents_4.16.0-3+deb13u1 Target version: resource-agents_4.16.0-3+deb13u2 Base file: /srv/ftp-master.debian.org/ftp/pool/main/r/resource-agents/resource-agents_4.16.0-3+deb13u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/r/resource-agents/resource-agents_4.16.0-3+deb13u2.dsc changelog | 6 ++++++ patches/bash-syntax-error.patch | 21 +++++++++++++++++++++ patches/series | 1 + 3 files changed, 28 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpw9n05oj8/resource-agents_4.16.0-3+deb13u1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpw9n05oj8/resource-agents_4.16.0-3+deb13u2.dsc: no acceptable signature found diff -Nru resource-agents-4.16.0/debian/changelog resource-agents-4.16.0/debian/changelog --- resource-agents-4.16.0/debian/changelog 2025-08-24 15:03:01.000000000 +0000 +++ resource-agents-4.16.0/debian/changelog 2026-05-10 08:17:59.000000000 +0000 @@ -1,3 +1,9 @@ +resource-agents (1:4.16.0-3+deb13u2) trixie; urgency=medium + + * debian/patches: fix bash syntax error (Closes: #1133386) + + -- Valentin Vidic Sun, 10 May 2026 10:17:59 +0200 + resource-agents (1:4.16.0-3+deb13u1) trixie; urgency=medium * debian/patches: fix to avoid duplicate route issues (Closes: #1109925) diff -Nru resource-agents-4.16.0/debian/patches/bash-syntax-error.patch resource-agents-4.16.0/debian/patches/bash-syntax-error.patch --- resource-agents-4.16.0/debian/patches/bash-syntax-error.patch 1970-01-01 00:00:00.000000000 +0000 +++ resource-agents-4.16.0/debian/patches/bash-syntax-error.patch 2026-05-10 08:17:59.000000000 +0000 @@ -0,0 +1,21 @@ +From 17bf880b110c59a69e677b3961b0ebe4e9a483d9 Mon Sep 17 00:00:00 2001 +From: Sergey Safarov +Date: Sun, 12 Jan 2025 20:02:53 +0200 +Subject: [PATCH] ocf-shellfuncs: fixed bash systax error added at + a25f08cf98d784894df9c52960eff5ccef059393 + +--- + heartbeat/ocf-shellfuncs.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/heartbeat/ocf-shellfuncs.in ++++ b/heartbeat/ocf-shellfuncs.in +@@ -733,7 +733,7 @@ + # The subshell prevents parsing error with incompatible shells + ocf_version_cmp "$OCF_RESKEY_crm_feature_set" "3.19.7" + if [ $res -eq 2 ] || [ $res -eq 1 ]; then +- "$SHELL" -c "CIB_file=<(${HA_SBIN_DIR}/cibadmin -Q \ ++ "$SHELL" -c "CIB_file=<(${HA_SBIN_DIR}/cibadmin -Q) \ + ${HA_SBIN_DIR}/crm_mon \$*" -- $* + else + "$SHELL" -c "CIB_file=<(${HA_SBIN_DIR}/cibadmin -Q | sed 's/validate-with=\"[^\"]*\"/validate-with=\"none\"/') \ diff -Nru resource-agents-4.16.0/debian/patches/series resource-agents-4.16.0/debian/patches/series --- resource-agents-4.16.0/debian/patches/series 2025-08-24 15:03:01.000000000 +0000 +++ resource-agents-4.16.0/debian/patches/series 2026-05-10 08:17:59.000000000 +0000 @@ -7,3 +7,4 @@ reproducible.patch var-run.patch duplicate-route.patch +bash-syntax-error.patch