automatic update by autodist [release 0.50-1mamba;Wed Jul 02 2014]
This commit is contained in:
parent
7189fd9ff5
commit
03e5aa3d50
@ -12,6 +12,5 @@ It contains:
|
|||||||
* strings: quick and dirty strings replacement.
|
* strings: quick and dirty strings replacement.
|
||||||
|
|
||||||
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
|
For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/.
|
||||||
visit: http://www.chkrootkit.org/
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: chkrootkit
|
Name: chkrootkit
|
||||||
Version: 0.49
|
Version: 0.50
|
||||||
Release: 2mamba
|
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
|
||||||
@ -25,8 +25,7 @@ It contains:
|
|||||||
* strings: quick and dirty strings replacement.
|
* strings: quick and dirty strings replacement.
|
||||||
|
|
||||||
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
|
For an updated list of rootkits, worms and LKMs detected by chkrootkit please visit: http://www.chkrootkit.org/.
|
||||||
visit: http://www.chkrootkit.org/
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -38,7 +37,7 @@ visit: http://www.chkrootkit.org/
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
install -d %{buildroot}%{_sbindir}
|
install -d %{buildroot}%{_sbindir}
|
||||||
find -perm +755 -type f -exec install -m755 {} %{buildroot}%{_sbindir}/ \;
|
find -perm 755 -type f -exec install -m755 {} %{buildroot}%{_sbindir}/ \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -57,6 +56,9 @@ find -perm +755 -type f -exec install -m755 {} %{buildroot}%{_sbindir}/ \;
|
|||||||
%doc ACKNOWLEDGMENTS COPYRIGHT README*
|
%doc ACKNOWLEDGMENTS COPYRIGHT README*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 02 2014 Automatic Build System <autodist@mambasoft.it> 0.50-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Thu Aug 01 2013 Automatic Build System <autodist@mambasoft.it> 0.49-2mamba
|
* Thu Aug 01 2013 Automatic Build System <autodist@mambasoft.it> 0.49-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user