diff --git a/.gitignore b/.gitignore index 56fb58b..580161a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ yersinia-0.7.1.tar.gz +/yersinia-0.7.3.tar.gz diff --git a/sources b/sources index 9f56b4b..44c5ae6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd3b79a625482961fe4e8bd96edff179 yersinia-0.7.1.tar.gz +53ca82d6cb463810b6a205d0e2362784 yersinia-0.7.3.tar.gz diff --git a/yersinia.spec b/yersinia.spec index a4f1d6f..8e3f71a 100644 --- a/yersinia.spec +++ b/yersinia.spec @@ -1,20 +1,18 @@ Name: yersinia -Version: 0.7.1 -Release: 12%{?dist} +Version: 0.7.3 +Release: 1%{?dist} Summary: Network protocols tester and attacker Group: Applications/Internet License: GPLv2+ URL: http://www.yersinia.net/ Source0: http://www.yersinia.net/download/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel BuildRequires: libnet-devel BuildRequires: gtk2-devel BuildRequires: ncurses-devel - %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 @@ -34,11 +32,9 @@ implementing new ones): * Inter-Switch Link Protocol (ISL) * VLAN Trunking Protocol (VTP) - %prep %setup -q - %build %configure --with-pcap-includes=%{_includedir}/pcap make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -53,19 +49,15 @@ for file in THANKS; do touch -r timestamp $file done - -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING FAQ README THANKS TODO %{_mandir}/man?/%{name}.* %{_bindir}/%{name} - %changelog +* Sun Dec 01 2013 Fabian Affolter - 0.7.3-1 +- Update to latest upstream release 0.7.3 + * Sun Aug 04 2013 Fedora Release Engineering - 0.7.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -87,7 +79,7 @@ rm -rf %{buildroot} * Sun Oct 04 2009 Kevin Kofler - 0.7.1-6 - Add --with-pcap-includes to fix build with libpcap 1.0 -* Thu Sep 24 2009 Fabian Affolter - 0.7.1-5 +* Thu Sep 24 2009 Fabian Affolter - 0.7.1-5 - Rebuild for new libpcap * Mon Jul 27 2009 Fedora Release Engineering - 0.7.1-4 @@ -96,8 +88,8 @@ rm -rf %{buildroot} * Wed Feb 25 2009 Fedora Release Engineering - 0.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Fri Dec 26 2008 Fabian Affolter - 0.7.1-2 +* Fri Dec 26 2008 Fabian Affolter - 0.7.1-2 - Added CFLAGS -* Thu Dec 23 2008 Fabian Affolter - 0.7.1-1 +* Thu Dec 23 2008 Fabian Affolter - 0.7.1-1 - Initial spec for Fedora