Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c8914a06e | ||
|
|
f1a347f234 | ||
| 80b843759a | |||
|
|
983be35e4c | ||
|
|
d3ab8c04bf | ||
|
|
0455988dfd |
5 changed files with 2 additions and 142 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
xprobe2-0.3.tar.gz
|
||||
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
|
||||
|
|
@ -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 <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <errno.h>
|
||||
+#include <cstdlib>
|
||||
|
||||
|
||||
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 <errno.h>
|
||||
#include <new>
|
||||
#include <vector>
|
||||
+#include <cstdlib>
|
||||
|
||||
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 <cstring>
|
||||
#include "usi-structs.h"
|
||||
#include "datalink.h"
|
||||
#include "ip.h"
|
||||
110
xprobe2.spec
110
xprobe2.spec
|
|
@ -1,110 +0,0 @@
|
|||
Name: xprobe2
|
||||
Version: 0.3
|
||||
Release: 17%{?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://downloads.sourceforge.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
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jan 11 2010 Luke Macken <lmacken@redhat.com> - 0.3-14
|
||||
- Fix the source URL
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Feb 8 2008 Luke Macken <lmacken@redhat.com> 0.3-11
|
||||
- Add a trivial patch to fix a compilation error
|
||||
|
||||
* Fri Feb 8 2008 Luke Macken <lmacken@redhat.com> 0.3-10
|
||||
- Rebuild for gcc 4.3
|
||||
|
||||
* 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