Author: adamg Date: Sun Jun 29 09:56:05 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: unhide.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/unhide.spec diff -u /dev/null SPECS/unhide.spec:1.1 --- /dev/null Sun Jun 29 11:56:05 2008 +++ SPECS/unhide.spec Sun Jun 29 11:56:00 2008 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: forensic tool to find hidden processes +Summary(pl.UTF-8): narzędzie do znajdywania ukrytych procesów +Name: unhide +Version: 20080519 +Release: 0.1 +License: GPL v3 +Group: Applications +Source0: http://www.security-projects.com/%{name}%{version}.tgz +# Source0-md5: 1194ec0f89c6f28e8eb64fb66836f70f +URL: http://www.security-projects.com/?Unhide +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Unhide is a forensic tool to find hidden processes and TCP/UDP ports +by rootkits / LKMs or by another hidden technique. + +%description -l pl.UTF-8 +Unhide jest narzędziem służącym do znajdywania ukrytych procesów oraz +portów TCP/UDP używanych przez rootkity / LKM lub też inną technologie +ukrywania. + +%prep +%setup -q + +%build +%{__cc} %{rpmcflags} %{rpmldflags} unhide.c -o unhide-linux24 +%{__cc} %{rpmcflags} %{rpmldflags} unhide-tcp.c -o unhide-tcp +%{__cc} %{rpmcflags} %{rpmldflags} unhide-linux26.c -o unhide + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8/} +install man/unhide* $RPM_BUILD_ROOT%{_mandir}/man8 +install unhide-linux24 unhide-tcp unhide $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.txt +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man8/unhide* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/06/29 09:56:00 adamg +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
