rpms/xprobe2/devel xprobe2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Aug 9 00:17:30 UTC 2005


Author: lmacken

Update of /cvs/extras/rpms/xprobe2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17556/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xprobe2.spec 
Log Message:
auto-import xprobe2-0.3-1 on branch devel from xprobe2-0.3-1.src.rpm


--- NEW FILE xprobe2.spec ---
Name:           xprobe2          
Version:        0.3
Release:        1%{?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

%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


%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
* Fri Aug 05 2005 Luke Macken <lmacken at redhat.com> 0.3-1
- Packaged for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xprobe2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Aug 2005 00:16:49 -0000	1.1
+++ .cvsignore	9 Aug 2005 00:17:28 -0000	1.2
@@ -0,0 +1 @@
+xprobe2-0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xprobe2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Aug 2005 00:16:49 -0000	1.1
+++ sources	9 Aug 2005 00:17:28 -0000	1.2
@@ -0,0 +1 @@
+3ebb89ed9380038d368327816e34ec54  xprobe2-0.3.tar.gz




More information about the scm-commits mailing list