Thanks for patience on this one -- how about the attached debdiff, comparing my proposed upload against the version in oldstable? Ok to upload? It passes a Salsa CI including i386 now:
https://salsa.debian.org/jas/gss/-/pipelines/1120283 /Simon
diff -Nru gss-1.0.4/debian/changelog gss-1.0.4/debian/changelog --- gss-1.0.4/debian/changelog 2022-08-06 17:20:38.000000000 +0200 +++ gss-1.0.4/debian/changelog 2026-07-01 22:11:33.000000000 +0200 @@ -1,3 +1,18 @@ +gss (1.0.4-1+deb12u2) bookworm; urgency=medium + + * Revert "Use datefudge to fix time bomb" + * Avoid krb5context self-tests with timebomb + - Closes: #1091842 + - Closes: #1076885 + + -- Simon Josefsson <[email protected]> Wed, 01 Jul 2026 22:11:33 +0200 + +gss (1.0.4-1+deb12u1) bookworm; urgency=medium + + * Use datefudge to fix time bomb. Closes: #1076885. + + -- Simon Josefsson <[email protected]> Sun, 29 Dec 2024 22:44:14 +0100 + gss (1.0.4-1) unstable; urgency=medium [ Debian Janitor ] diff -Nru gss-1.0.4/debian/patches/disable-krb5context-timebomb.patch gss-1.0.4/debian/patches/disable-krb5context-timebomb.patch --- gss-1.0.4/debian/patches/disable-krb5context-timebomb.patch 1970-01-01 01:00:00.000000000 +0100 +++ gss-1.0.4/debian/patches/disable-krb5context-timebomb.patch 2026-07-01 22:09:39.000000000 +0200 @@ -0,0 +1,22 @@ +From: Simon Josefsson <[email protected]> +Date: Wed, 01 Jul 2026 22:08:16 +0200 +Subject: [PATCH] Disable krb5context timebomb +Forwarded: not-needed + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076885 +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091842 + +diff --git a/tests/Makefile.am b/tests/Makefile.am +index 9a19277..f765b1a 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -36,9 +36,6 @@ AM_TESTS_ENVIRONMENT = \ + LOG_COMPILER=$(VALGRIND) + + ctests = basic saslname +-if KRB5 +-ctests += krb5context +-endif + + check_PROGRAMS = $(ctests) + dist_check_SCRIPTS = threadsafety.sh diff -Nru gss-1.0.4/debian/patches/series gss-1.0.4/debian/patches/series --- gss-1.0.4/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ gss-1.0.4/debian/patches/series 2026-07-01 22:08:00.000000000 +0200 @@ -0,0 +1 @@ +disable-krb5context-timebomb.patch
signature.asc
Description: PGP signature

