* Sun Dec 01 2013 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.3-1

- Update to latest upstream release 0.7.3
This commit is contained in:
Fabian Affolter 2014-01-07 22:54:10 +01:00
parent 390efd8c91
commit b213e001a1
3 changed files with 10 additions and 17 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
yersinia-0.7.1.tar.gz
/yersinia-0.7.3.tar.gz

View File

@ -1 +1 @@
dd3b79a625482961fe4e8bd96edff179 yersinia-0.7.1.tar.gz
53ca82d6cb463810b6a205d0e2362784 yersinia-0.7.3.tar.gz

View File

@ -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 <mail@fabian-affolter.ch> - 0.7.3-1
- Update to latest upstream release 0.7.3
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 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 <Kevin@tigcc.ticalc.org> - 0.7.1-6
- Add --with-pcap-includes to fix build with libpcap 1.0
* Thu Sep 24 2009 Fabian Affolter <fabian@bernewireless.net> - 0.7.1-5
* Thu Sep 24 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-5
- Rebuild for new libpcap
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-4
@ -96,8 +88,8 @@ rm -rf %{buildroot}
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Dec 26 2008 Fabian Affolter <fabian@bernewireless.net> - 0.7.1-2
* Fri Dec 26 2008 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-2
- Added CFLAGS
* Thu Dec 23 2008 Fabian Affolter <fabian@bernewireless.net> - 0.7.1-1
* Thu Dec 23 2008 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.1-1
- Initial spec for Fedora