Compare commits

...
Sign in to create a new pull request.

18 commits

Author SHA1 Message Date
Till Maas
1c8914a06e 2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks. 2015-05-12 02:30:43 +02:00
Kalev Lember
f1a347f234 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:46:23 +02:00
80b843759a - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:53:17 +00:00
Dennis Gilmore
983be35e4c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:46:51 -05:00
Dennis Gilmore
d3ab8c04bf - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:11:01 -05:00
Dennis Gilmore
0455988dfd - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:03:02 -06:00
Dennis Gilmore
a3b4bd1813 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 02:10:27 -05:00
Dennis Gilmore
5ad6516fa2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:17:00 -06:00
Dennis Gilmore
f221dbc797 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 00:51:07 -06:00
Fedora Release Engineering
dafe655262 dist-git conversion 2010-07-29 16:10:49 +00:00
Luke Macken
f34e938277 Fix the source URL 2010-01-11 16:29:18 +00:00
Bill Nottingham
8e59e01766 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:06 +00:00
Jesse Keating
ace3c9e2ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:42:24 +00:00
Jesse Keating
07758319ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 11:54:28 +00:00
Luke Macken
97dd21eb9d Update our gcc43 patch to fix another compilation error 2008-02-09 04:19:22 +00:00
Luke Macken
f6c603c423 Update xprobe2-0.3-gcc43.patch to fix more issues 2008-02-09 04:03:43 +00:00
Luke Macken
e29313dc1a Add a trivial patch to fix a compilation error 2008-02-09 03:40:57 +00:00
Luke Macken
579a10b5f1 Rebuild for gcc 4.3 2008-02-09 02:23:50 +00:00
5 changed files with 2 additions and 107 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)

2
dead.package Normal file
View file

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

View file

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

View file

@ -1,84 +0,0 @@
Name: xprobe2
Version: 0.3
Release: 9%{?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
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
* 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