Dear maintainer,
I've prepared an NMU for aflplusplus (versioned as 4.33c-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should cancel it.
Regards.
diffstat for aflplusplus-4.33c aflplusplus-4.33c
changelog | 7 +++++++
patches/afl-cmin-hangs | 16 ++++++++++++++++
patches/series | 1 +
3 files changed, 24 insertions(+)
diff -Nru aflplusplus-4.33c/debian/changelog aflplusplus-4.33c/debian/changelog
--- aflplusplus-4.33c/debian/changelog 2026-02-01 10:15:31.000000000 +0100
+++ aflplusplus-4.33c/debian/changelog 2026-07-20 09:53:30.000000000 +0200
@@ -1,3 +1,10 @@
+aflplusplus (4.33c-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Disable afl-cmin test (Closes: #1141089)
+
+ -- Stéphane Glondu <glondu@debian.org> Mon, 20 Jul 2026 09:53:30 +0200
+
aflplusplus (4.33c-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru aflplusplus-4.33c/debian/patches/afl-cmin-hangs aflplusplus-4.33c/debian/patches/afl-cmin-hangs
--- aflplusplus-4.33c/debian/patches/afl-cmin-hangs 1970-01-01 01:00:00.000000000 +0100
+++ aflplusplus-4.33c/debian/patches/afl-cmin-hangs 2026-07-20 09:53:30.000000000 +0200
@@ -0,0 +1,16 @@
+From: Stéphane Glondu <glondu@debian.org>
+Subject: [PATCH] Disable afl-cmin test
+
+Bug-Debian: https://bugs.debian.org/1141089
+
+--- aflplusplus-4.33c.orig/test/test-basic.sh
++++ aflplusplus-4.33c/test/test-basic.sh
+@@ -83,7 +83,7 @@ $ECHO "$BLUE[*] Testing: ${AFL_COMPILER}
+ }
+ echo 000000000000000000000000 > in/in2
+ echo 111 > in/in3
+- test "$OS" = "Darwin" && {
++ true && {
+ $ECHO "$GREY[*] afl-cmin not available on macOS, cannot test afl-cmin"
+ } || {
+ mkdir -p in2
diff -Nru aflplusplus-4.33c/debian/patches/series aflplusplus-4.33c/debian/patches/series
--- aflplusplus-4.33c/debian/patches/series 2026-02-01 10:15:31.000000000 +0100
+++ aflplusplus-4.33c/debian/patches/series 2026-07-20 09:53:30.000000000 +0200
@@ -2,3 +2,4 @@
Disable-builds-trying-to-access-network.patch
Ignore-laf-intel-compcov-test-failure-for-s390x-arch.patch
Disable-unit_-rand-hash-tests.patch
+afl-cmin-hangs