diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 6488245..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xprobe2-0.3.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 0b268bc..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..91c452b --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 154de83..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3ebb89ed9380038d368327816e34ec54 xprobe2-0.3.tar.gz diff --git a/xprobe2-0.3-gcc43.patch b/xprobe2-0.3-gcc43.patch deleted file mode 100644 index 1ca9cd1..0000000 --- a/xprobe2-0.3-gcc43.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- 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 - #include - #include -+#include - - - 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 - #include - #include -+#include - - 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 - #include "usi-structs.h" - #include "datalink.h" - #include "ip.h" diff --git a/xprobe2.spec b/xprobe2.spec deleted file mode 100644 index 198fc96..0000000 --- a/xprobe2.spec +++ /dev/null @@ -1,98 +0,0 @@ -Name: xprobe2 -Version: 0.3 -Release: 13%{?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 -* Mon Jul 27 2009 Fedora Release Engineering - 0.3-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 8 2008 Luke Macken 0.3-11 -- Add a trivial patch to fix a compilation error - -* Fri Feb 8 2008 Luke Macken 0.3-10 -- Rebuild for gcc 4.3 - -* Tue Aug 21 2007 Luke Macken 0.3-9 -- Update license tag to GPLv2 - -* Sun Sep 3 2006 Luke Macken 0.3-8 -- Rebuild for FC6 - -* Wed Aug 16 2006 Luke Macken 0.3-7 -- Add libpcap-devel BR - -* Wed Aug 16 2006 Luke Macken 0.3-6 -- Rebuild - -* Mon Feb 13 2006 Luke Macken 0.3-5 -- Rebuild for FE5 - -* Tue Dec 27 2005 Luke Macken 0.3-4 -- Rebuild - -* Sat Nov 12 2005 Luke Macken 0.3-3 -- Rebuild - -* Sun Oct 16 2005 Luke Macken 0.3-2 -- Don't strip the binary (Bug #170968) - -* Fri Aug 05 2005 Luke Macken 0.3-1 -- Packaged for Fedora Extras