Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

5 commits

5 changed files with 3 additions and 104 deletions

View file

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

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xprobe2
# $Id$
NAME := xprobe2
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2015-05-21: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7

View file

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

View file

@ -1,81 +0,0 @@
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