Compare commits

..

3 commits

Author SHA1 Message Date
Fedora Release Engineering
d6e017a9e5 dist-git conversion 2010-07-29 16:10:52 +00:00
Bill Nottingham
4b5c8d77a1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:38:49 +00:00
Jesse Keating
17d0d6f302 Initialize branch F-11 for xprobe2 2009-04-15 04:58:26 +00:00
5 changed files with 127 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

30
xprobe2-0.3-gcc43.patch Normal file
View file

@ -0,0 +1,30 @@
--- libs-external/USI++/src/misc.cc.orig 2008-02-08 22:59:11.000000000 -0500
+++ libs-external/USI++/src/misc.cc 2008-02-08 22:59:52.000000000 -0500
@@ -4,6 +4,7 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <errno.h>
+#include <cstdlib>
namespace usipp {
--- libs-external/USI++/src/ip.cc.orig 2008-02-08 23:00:02.000000000 -0500
+++ libs-external/USI++/src/ip.cc 2008-02-08 23:00:12.000000000 -0500
@@ -18,6 +18,7 @@
#include <errno.h>
#include <new>
#include <vector>
+#include <cstdlib>
namespace usipp {
--- libs-external/USI++/usi++/tcp.h.orig 2008-02-08 23:16:18.000000000 -0500
+++ libs-external/USI++/usi++/tcp.h 2008-02-08 23:16:44.000000000 -0500
@@ -12,6 +12,7 @@
#ifndef _TCP_H_
#define _TCP_H_
+#include <cstring>
#include "usi-structs.h"
#include "datalink.h"
#include "ip.h"

95
xprobe2.spec Normal file
View file

@ -0,0 +1,95 @@
Name: xprobe2
Version: 0.3
Release: 12%{?dist}
Summary: Xprobe2 is an active operating system fingerprinting tool
Group: Applications/Internet
License: GPLv2
URL: http://www.sys-security.com/index.php?page=xprobe
Source0: http://dl.sf.net/xprobe/%{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-gcc43.patch
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
%patch0
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
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Feb 8 2008 Luke Macken <lmacken@redhat.com> 0.3-11
- Add a trivial patch to fix a compilation error
* Fri Feb 8 2008 Luke Macken <lmacken@redhat.com> 0.3-10
- Rebuild for gcc 4.3
* Tue Aug 21 2007 Luke Macken <lmacken@redhat.com> 0.3-9
- Update license tag to GPLv2
* 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