diff -Nru chkrootkit-0.52/debian/changelog chkrootkit-0.52/debian/changelog --- chkrootkit-0.52/debian/changelog 2018-04-19 16:57:12.000000000 -0400 +++ chkrootkit-0.52/debian/changelog 2019-01-29 16:32:49.000000000 -0500 @@ -1,3 +1,11 @@ +chkrootkit (0.52-2ubuntu1) disco; urgency=medium + + * d/patches/26_fix_chktcpd.patch: Apply patch to fix tcpd false-positive + detections. (LP: #1808882) + Thanks to Francois Marier for the patch. + + -- Thomas Ward Tue, 29 Jan 2019 16:32:49 -0500 + chkrootkit (0.52-2) unstable; urgency=medium * Team upload. diff -Nru chkrootkit-0.52/debian/control chkrootkit-0.52/debian/control --- chkrootkit-0.52/debian/control 2018-04-19 16:57:12.000000000 -0400 +++ chkrootkit-0.52/debian/control 2019-01-29 16:32:49.000000000 -0500 @@ -1,7 +1,8 @@ Source: chkrootkit Section: misc Priority: optional -Maintainer: Debian Security Tools +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Security Tools Uploaders: Marcos Fouces Standards-Version: 4.1.4 Build-Depends: debhelper (>= 10), po-debconf diff -Nru chkrootkit-0.52/debian/patches/26_fix_chktcpd.patch chkrootkit-0.52/debian/patches/26_fix_chktcpd.patch --- chkrootkit-0.52/debian/patches/26_fix_chktcpd.patch 1969-12-31 19:00:00.000000000 -0500 +++ chkrootkit-0.52/debian/patches/26_fix_chktcpd.patch 2019-01-29 16:32:38.000000000 -0500 @@ -0,0 +1,14 @@ +Author: Francois Marier +Description: Reinitialize variable in check_tcpd +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/chkrootkit/+bug/1808882 + +--- a/chkrootkit 2019-01-13 14:30:39.608931525 -0800 ++++ b/chkrootkit 2019-01-13 15:05:53.496917560 -0800 +@@ -2588,6 +2588,7 @@ + chk_tcpd () { + STATUS=${NOT_INFECTED} + TCPD_INFECTED_LABEL="p1r0c4|hack|/dev/xmx|/dev/hdn0|/dev/xdta|/dev/tux" ++ CMD= + + [ -r ${ROOTDIR}etc/inetd.conf ] && + CMD=`${egrep} '^[^#].*tcpd' ${ROOTDIR}etc/inetd.conf | _head -1 | \ diff -Nru chkrootkit-0.52/debian/patches/series chkrootkit-0.52/debian/patches/series --- chkrootkit-0.52/debian/patches/series 2018-04-19 16:57:12.000000000 -0400 +++ chkrootkit-0.52/debian/patches/series 2019-01-29 16:32:38.000000000 -0500 @@ -23,3 +23,4 @@ 23_fix_cross_compilation.patch 24_ser2net_exception_in_scalper.patch 25_fix_noise_in_quiet_mode.patch +26_fix_chktcpd.patch