Control: tags 995625 + pending Dear maintainer,
I've prepared an NMU for httping (versioned as 2.5-5.2) and uploaded it to DELAYED/12. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru httping-2.5/debian/changelog httping-2.5/debian/changelog --- httping-2.5/debian/changelog 2020-05-08 09:30:50.000000000 +0300 +++ httping-2.5/debian/changelog 2021-12-11 14:36:20.000000000 +0200 @@ -1,3 +1,10 @@ +httping (2.5-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for FTBFS with new ncurses. (Closes: #995625) + + -- Adrian Bunk <b...@debian.org> Sat, 11 Dec 2021 14:36:20 +0200 + httping (2.5-5.1) unstable; urgency=low * Non-maintainer upload. diff -Nru httping-2.5/debian/patches/0001-theoretical-security-problem-fix.patch httping-2.5/debian/patches/0001-theoretical-security-problem-fix.patch --- httping-2.5/debian/patches/0001-theoretical-security-problem-fix.patch 1970-01-01 02:00:00.000000000 +0200 +++ httping-2.5/debian/patches/0001-theoretical-security-problem-fix.patch 2021-12-11 14:36:20.000000000 +0200 @@ -0,0 +1,25 @@ +From 4ea9d5b78540c972e3fe1bf44db9f7b3f87c0ad0 Mon Sep 17 00:00:00 2001 +From: Folkert van Heusden <folk...@vanheusden.com> +Date: Sun, 3 Oct 2021 20:33:21 +0200 +Subject: theoretical security problem fix + +--- + nc.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/nc.c b/nc.c +index ffb6d17..e60fbe8 100644 +--- a/nc.c ++++ b/nc.c +@@ -235,7 +235,7 @@ void myprint(WINDOW *w, const char *what) + } + else + { +- wprintw(w, what); ++ wprintw(w, "%s", what); + } + } + +-- +2.20.1 + diff -Nru httping-2.5/debian/patches/series httping-2.5/debian/patches/series --- httping-2.5/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ httping-2.5/debian/patches/series 2021-12-11 14:36:20.000000000 +0200 @@ -0,0 +1 @@ +0001-theoretical-security-problem-fix.patch