From 57ed6292ab975a89dcf2ea15f447cc4581f44e1d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:12:51 +0100 Subject: [PATCH] update to 0.55 [release 0.55-1mamba;Tue Jun 15 2021] --- README.md | 1 - chkrootkit.spec | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94d7ea0..2b097ce 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,3 @@ It contains: A large number of rootkits, worms and LKMs are currently detected. For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/. - diff --git a/chkrootkit.spec b/chkrootkit.spec index 22e523a..c9ecc77 100644 --- a/chkrootkit.spec +++ b/chkrootkit.spec @@ -1,16 +1,18 @@ Name: chkrootkit -Version: 0.54 +Version: 0.55 Release: 1mamba Summary: A tool to locally check for signs of a rootkit Group: Applications/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: ftp://ftp.pangeia.com.br/pub/seg/pac/ +URL: http://www.chkrootkit.org/ Source: ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-%{version}.tar.gz License: BSD #bsd like (see COPYRIGHT) -BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END %description chkrootkit is a tool to locally check for signs of a rootkit. @@ -27,6 +29,8 @@ It contains: A large number of rootkits, worms and LKMs are currently detected. For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/. +#% debug_package + %prep %setup -q @@ -53,9 +57,13 @@ find -perm 755 -type f -exec install -m755 {} %{buildroot}%{_sbindir}/ \; %{_sbindir}/chkwtmp %{_sbindir}/ifpromisc %{_sbindir}/strings-static -%doc ACKNOWLEDGMENTS COPYRIGHT README* +%doc ACKNOWLEDGMENTS COPYRIGHT +#README* %changelog +* Tue Jun 15 2021 Silvan Calarco 0.55-1mamba +- update to 0.55 + * Thu Feb 04 2021 Automatic Build System 0.54-1mamba - automatic version update by autodist