Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c8914a06e | ||
|
|
f1a347f234 | ||
| 80b843759a | |||
|
|
983be35e4c | ||
|
|
d3ab8c04bf | ||
|
|
0455988dfd | ||
|
|
a3b4bd1813 | ||
|
|
5ad6516fa2 | ||
|
|
f221dbc797 | ||
|
|
dafe655262 | ||
|
|
f34e938277 | ||
|
|
8e59e01766 | ||
|
|
ace3c9e2ef | ||
|
|
07758319ae | ||
|
|
97dd21eb9d | ||
|
|
f6c603c423 | ||
|
|
e29313dc1a | ||
|
|
579a10b5f1 |
5 changed files with 2 additions and 107 deletions
|
|
@ -1 +0,0 @@
|
|||
xprobe2-0.3.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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
2
dead.package
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
2015-05-12: Retired orphaned package, because it was orphaned for more than six weeks.
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
3ebb89ed9380038d368327816e34ec54 xprobe2-0.3.tar.gz
|
||||
84
xprobe2.spec
84
xprobe2.spec
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue