update to 0.55 [release 0.55-1mamba;Tue Jun 15 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:12:51 +01:00
parent ce61f1e817
commit 57ed6292ab
2 changed files with 12 additions and 5 deletions

View File

@ -13,4 +13,3 @@ It contains:
A large number of rootkits, worms and LKMs are currently detected. 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/. For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/.

View File

@ -1,16 +1,18 @@
Name: chkrootkit Name: chkrootkit
Version: 0.54 Version: 0.55
Release: 1mamba Release: 1mamba
Summary: A tool to locally check for signs of a rootkit Summary: A tool to locally check for signs of a rootkit
Group: Applications/Security Group: Applications/Security
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 Source: ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-%{version}.tar.gz
License: BSD License: BSD
#bsd like (see COPYRIGHT) #bsd like (see COPYRIGHT)
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%description %description
chkrootkit is a tool to locally check for signs of a rootkit. 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. 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/. For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/.
#% debug_package
%prep %prep
%setup -q %setup -q
@ -53,9 +57,13 @@ find -perm 755 -type f -exec install -m755 {} %{buildroot}%{_sbindir}/ \;
%{_sbindir}/chkwtmp %{_sbindir}/chkwtmp
%{_sbindir}/ifpromisc %{_sbindir}/ifpromisc
%{_sbindir}/strings-static %{_sbindir}/strings-static
%doc ACKNOWLEDGMENTS COPYRIGHT README* %doc ACKNOWLEDGMENTS COPYRIGHT
#README*
%changelog %changelog
* Tue Jun 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.55-1mamba
- update to 0.55
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.54-1mamba * Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.54-1mamba
- automatic version update by autodist - automatic version update by autodist