Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
41f0d78042 dist-git conversion 2010-07-29 16:10:53 +00:00
Bill Nottingham
130a7bfda1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:38:51 +00:00
Jeremy Katz
e4a6aa1e19 Initialize branch FC-6 for xprobe2 2006-10-23 19:45:13 +00:00
4 changed files with 83 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xprobe2-0.3.tar.gz

View file

@ -1,2 +0,0 @@
2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks.

1
sources Normal file
View file

@ -0,0 +1 @@
3ebb89ed9380038d368327816e34ec54 xprobe2-0.3.tar.gz

81
xprobe2.spec Normal file
View file

@ -0,0 +1,81 @@
Name: xprobe2
Version: 0.3
Release: 8%{?dist}
Summary: Xprobe2 is an active operating system fingerprinting tool
Group: Applications/Internet
License: GPL
URL: http://www.sys-security.com/index.php?page=xprobe
Source0: http://dl.sf.net/xprobe/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libpcap-devel
%description
Xprobe is an alternative to some tools which are heavily dependent upon the
usage of the TCP protocol for remote active operating system fingerprinting.
Xprobe I combines various remote active operating system fingerprinting methods
using the ICMP protocol, which were discovered during the "ICMP Usage in
Scanning" research project, into a simple, fast, efficient and a powerful way
to detect an underlying operating system a targeted host is using.
Xprobe2 is an active operating system fingerprinting tool with a different
approach to operating system fingerprinting. Xprobe2 rely on fuzzy signature
matching, probabilistic guesses, multiple matches simultaneously, and a
signature database.
%prep
%setup -q
chmod 644 docs/* COPYING TODO
sed -i -e 's/^\s*strip\s*//' src/Makefile.in
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG README CREDITS COPYING TODO docs/*
%dir %{_sysconfdir}/xprobe2
%config(noreplace) %{_sysconfdir}/xprobe2/xprobe2.conf
%{_bindir}/xprobe2
%{_mandir}/*/*
%changelog
* Sun Sep 3 2006 Luke Macken <lmacken@redhat.com> 0.3-8
- Rebuild for FC6
* Wed Aug 16 2006 Luke Macken <lmacken@redhat.com> 0.3-7
- Add libpcap-devel BR
* Wed Aug 16 2006 Luke Macken <lmacken@redhat.com> 0.3-6
- Rebuild
* Mon Feb 13 2006 Luke Macken <lmacken@redhat.com> 0.3-5
- Rebuild for FE5
* Tue Dec 27 2005 Luke Macken <lmacken@redhat.com> 0.3-4
- Rebuild
* Sat Nov 12 2005 Luke Macken <lmacken@redhat.com> 0.3-3
- Rebuild
* Sun Oct 16 2005 Luke Macken <lmacken@redhat.com> 0.3-2
- Don't strip the binary (Bug #170968)
* Fri Aug 05 2005 Luke Macken <lmacken@redhat.com> 0.3-1
- Packaged for Fedora Extras