diff --git a/unhide.spec b/unhide.spec index e511dc4..ced8fb2 100644 --- a/unhide.spec +++ b/unhide.spec @@ -1,17 +1,16 @@ Name: unhide -Version: 20130526 +Version: 20220611 Release: 1mamba Summary: Forensic tool to find hidden processes and ports Group: Applications/Security Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan -URL: http://www.unhide-forensics.info/ -Source: http://sourceforge.net/projects/unhide/files/unhide-%{version}.tgz +Packager: Silvan Calarco +URL: https://www.unhide-forensics.info/ +Source: https://github.com/YJesus/Unhide.git/v%{version}/Unhide-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique. @@ -30,7 +29,7 @@ Unhide-TCP Identify TCP/UDP ports that are listening but not listed in /bin/netstat doing brute forcing of all TCP/UDP ports availables. %prep -%setup -q +%setup -q -n Unhide-%{version} %build CFLAGS="%optflags" ; export CFLAGS ; @@ -63,6 +62,9 @@ install -m 644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8 #README.txt TODO %changelog +* Sat Nov 26 2022 Silvan Calarco 20220611-1mamba +- update to 20220611 + * Mon May 27 2013 Automatic Build System 20130526-1mamba - automatic version update by autodist