Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > 4ef9d33d68a9366456ae982f7610a6ef > files > 2

yersinia-0.7-3mdv2007.0.src.rpm

%define	name	yersinia
%define	version 0.7
%define release %mkrel 3

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Network pen-testing tool
License: 	GPL
Group: 		System/Servers
Source:		http://www.yersinia.net/download/%{name}-%{version}.tar.bz2
Url: 		http://www.yersinia.net
BuildRequires:	libnet1.1.2-devel
BuildRequires:	ncurses-devel
BuildRequires:  libpcap-devel
BuildRequires:  pkgconfig
BuildRequires:  gtk2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
Yersinia is a network tool designed to take advantage of some weakeness in
different network protocols. It pretends to be a solid framework for analyzing
and testing the deployed networks and systems.

Currently, only attacks for the following network protocols are implemented:
* Spanning Tree Protocol (STP).
* Cisco Discovery Protocol (CDP).
* Dynamic Trunking Protocol (DTP).
* Dynamic Host Configuration Protocol (DHCP).
* Hot Standby Router Protocol (HSRP).
* 802.1q.
* Inter-Switch Link Protocol (ISL).
* VLAN Trunking Protocol (VTP).

%prep
%setup -q

%build
%configure
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog FAQ INSTALL README THANKS TODO
%{_bindir}/*
%{_mandir}/man8/*

%changelog
* Fri Jun 30 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.7-3mdv2007.0
- buildrequires gtk2-devel

* Fri Jun 23 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.7-2mdv2007.0
- buildrequires pkgconfig

* Thu Jun 22 2006 Guillaume Rousse <guillomovitch@mandriva.org> 0.7-1mdv2007.0
- new version

* Fri Mar 17 2006 Oden Eriksson <oeriksson@mandriva.com> 0.5.6-3mdk
- rebuilt against libnet1.1.2

* Mon Oct 10 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.5.6-2mdk
- Fix BuildRequires

* Tue Sep 20 2005 Guillaume Rousse <guillomovitch@mandriva.org> 0.5.6-1mdk
- first mdk release