Compare commits

..

No commits in common. "rawhide" and "f33" have entirely different histories.

3 changed files with 7 additions and 90 deletions

2
.gitignore vendored
View file

@ -1,5 +1,3 @@
unhide-20100201.tgz
/unhide-20121229.tgz
/unhide-20130526.tgz
/Unhide-v20220611.tar.gz
/Unhide-v20240510.tar.gz

View file

@ -1 +1 @@
SHA512 (Unhide-v20240510.tar.gz) = d0dd21ce3ee4e7c36f4e83161776e3a9fcb79b706448e90f4667b9ce114b7a5fb2905a2756f0ff19d31499b416b194fa0891f486d294d0c63316310773b6b211
f3d68ed8eb239614abb0ff5ace22cf85 unhide-20130526.tgz

View file

@ -1,51 +1,10 @@
%global srcname Unhide
Name: unhide
Version: 20240510
Release: 4%{?dist}
Version: 20130526
Release: 15%{?dist}
Summary: Tool to find hidden processes and TCP/UDP ports from rootkits
# GPL-3.0-or-later
# unhide-20240510-build/Unhide-20240510/COPYING
# unhide-20240510-build/Unhide-20240510/LEEME.txt
# unhide-20240510-build/Unhide-20240510/LICENSE
# unhide-20240510-build/Unhide-20240510/LISEZ-MOI.TXT
# unhide-20240510-build/Unhide-20240510/NEWS
# unhide-20240510-build/Unhide-20240510/README.txt
# unhide-20240510-build/Unhide-20240510/TODO
# unhide-20240510-build/Unhide-20240510/build_all.sh
# unhide-20240510-build/Unhide-20240510/changelog
# unhide-20240510-build/Unhide-20240510/make_tarball.sh
# unhide-20240510-build/Unhide-20240510/man/es/unhide-tcp.8
# unhide-20240510-build/Unhide-20240510/man/es/unhide.8
# unhide-20240510-build/Unhide-20240510/man/fr/unhide-tcp.8
# unhide-20240510-build/Unhide-20240510/man/fr/unhide.8
# unhide-20240510-build/Unhide-20240510/man/unhide-tcp.8
# unhide-20240510-build/Unhide-20240510/man/unhide.8
# unhide-20240510-build/Unhide-20240510/ps
# unhide-20240510-build/Unhide-20240510/sanity-tcp.sh
# unhide-20240510-build/Unhide-20240510/sanity.sh
# unhide-20240510-build/Unhide-20240510/ss
# unhide-20240510-build/Unhide-20240510/ss-ref
# unhide-20240510-build/Unhide-20240510/tar_list.txt
# unhide-20240510-build/Unhide-20240510/unhide-linux-bruteforce.c
# unhide-20240510-build/Unhide-20240510/unhide-linux-compound.c
# unhide-20240510-build/Unhide-20240510/unhide-linux-procfs.c
# unhide-20240510-build/Unhide-20240510/unhide-linux-syscall.c
# unhide-20240510-build/Unhide-20240510/unhide-linux.c
# unhide-20240510-build/Unhide-20240510/unhide-linux.h
# unhide-20240510-build/Unhide-20240510/unhide-output.c
# unhide-20240510-build/Unhide-20240510/unhide-output.h
# unhide-20240510-build/Unhide-20240510/unhide-posix.c
# unhide-20240510-build/Unhide-20240510/unhide-tcp-fast.c
# unhide-20240510-build/Unhide-20240510/unhide-tcp.c
# unhide-20240510-build/Unhide-20240510/unhide-tcp.h
# unhide-20240510-build/Unhide-20240510/unhideGui.py
# unhide-20240510-build/Unhide-20240510/unhide_rb.c
# MIT
# unhide-20240510-build/Unhide-20240510/ToolTip.py
License: GPL-3.0-or-later AND MIT
License: GPLv3
URL: http://www.unhide-forensics.info/
Source0: http://github.com/YJesus/%{srcname}/archive/v%{version}/%{srcname}-v%{version}.tar.gz
Source0: http://downloads.sourceforge.net/project/unhide/unhide/unhide-%{version}.tgz
BuildRequires: gcc
@ -54,7 +13,7 @@ Unhide is a forensic tool to find hidden processes and TCP/UDP ports by
rootkits/LKMs or by another hiding technique.
%prep
%autosetup -n %{srcname}-%{version}
%setup -q
chmod -x sanity*.sh
%build
@ -79,7 +38,7 @@ install -pm0644 man/fr/unhide-tcp.8 %{buildroot}%{_mandir}/fr/man8/
%files
%doc changelog README.txt NEWS sanity.sh sanity-tcp.sh
%license COPYING LICENSE
%license COPYING
%{_mandir}/man8/unhide*.8*
%{_mandir}/es/man8/unhide*.8*
%{_mandir}/fr/man8/unhide*.8*
@ -88,46 +47,6 @@ install -pm0644 man/fr/unhide-tcp.8 %{buildroot}%{_mandir}/fr/man8/
%{_sbindir}/unhide_rb
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20240510-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 20240510-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20240510-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon May 12 2025 Robby Callicotte <rcallicotte@fedoraproject.org> - 20240510-1
- Updated to 20240510
- Corrected license
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20220611-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20220611-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20220611-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Robby Callicotte <rcallicotte@fedoraproject.org> - 20220611-1
- Rebased to new version
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20130526-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild