[packages/unhide] Up to 20240510
arekm
arekm at pld-linux.org
Sat Mar 14 20:48:57 CET 2026
commit 430d2d4c0a3e704e19794347dbd0b35d485b2895
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Mar 14 20:48:24 2026 +0100
Up to 20240510
unhide.spec | 49 +++++++++++++++++++++++++++++++++++--------------
1 file changed, 35 insertions(+), 14 deletions(-)
---
diff --git a/unhide.spec b/unhide.spec
index 29708ed..df574bd 100644
--- a/unhide.spec
+++ b/unhide.spec
@@ -1,13 +1,13 @@
Summary: forensic tool to find hidden processes
Summary(pl.UTF-8): narzędzie do znajdywania ukrytych procesów
Name: unhide
-Version: 20090810
+Version: 20240510
Release: 1
License: GPL v3
Group: Applications/System
-Source0: http://www.security-projects.com/%{name}%{version}.tgz
-# Source0-md5: f9842175046e6eb10d22f5a988293171
-URL: http://www.security-projects.com/?Unhide
+Source0: https://github.com/YJesus/Unhide/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 533a3701a631ada3b677a04bc9bd3a7f
+URL: https://www.unhide-forensics.info/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -20,24 +20,45 @@ portów TCP/UDP używanych przez rootkity / LKM lub też inną technologie
ukrywania.
%prep
-%setup -q
+%setup -q -n Unhide-%{version}
%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
+%{__cc} %{rpmcflags} %{rpmcppflags} -pthread \
+ unhide-linux*.c unhide-output.c %{rpmldflags} -o unhide-linux
+%{__cc} %{rpmcflags} %{rpmcppflags} \
+ unhide-posix.c %{rpmldflags} -o unhide-posix
+%{__cc} %{rpmcflags} %{rpmcppflags} \
+ unhide-tcp.c unhide-tcp-fast.c unhide-output.c %{rpmldflags} -o unhide-tcp
+%{__cc} %{rpmcflags} %{rpmcppflags} \
+ unhide_rb.c %{rpmldflags} -o unhide_rb
%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}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8,%{_mandir}/es/man8,%{_mandir}/fr/man8}
+install -p man/unhide.8 $RPM_BUILD_ROOT%{_mandir}/man8
+install -p man/unhide-tcp.8 $RPM_BUILD_ROOT%{_mandir}/man8
+install -p man/es/unhide.8 $RPM_BUILD_ROOT%{_mandir}/es/man8
+install -p man/es/unhide-tcp.8 $RPM_BUILD_ROOT%{_mandir}/es/man8
+install -p man/fr/unhide.8 $RPM_BUILD_ROOT%{_mandir}/fr/man8
+install -p man/fr/unhide-tcp.8 $RPM_BUILD_ROOT%{_mandir}/fr/man8
+install -p unhide-linux $RPM_BUILD_ROOT%{_bindir}
+ln -sf unhide-linux $RPM_BUILD_ROOT%{_bindir}/unhide
+install -p unhide-posix unhide-tcp unhide_rb $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.txt LEEME.txt
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man8/unhide*
+%doc README.txt LEEME.txt LISEZ-MOI.TXT NEWS TODO changelog
+%{_bindir}/unhide
+%attr(755,root,root) %{_bindir}/unhide-linux
+%attr(755,root,root) %{_bindir}/unhide-posix
+%attr(755,root,root) %{_bindir}/unhide-tcp
+%attr(755,root,root) %{_bindir}/unhide_rb
+%{_mandir}/es/man8/unhide.8*
+%{_mandir}/es/man8/unhide-tcp.8*
+%{_mandir}/fr/man8/unhide.8*
+%{_mandir}/fr/man8/unhide-tcp.8*
+%{_mandir}/man8/unhide.8*
+%{_mandir}/man8/unhide-tcp.8*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/unhide.git/commitdiff/430d2d4c0a3e704e19794347dbd0b35d485b2895
More information about the pld-cvs-commit
mailing list