Update to 1.2.0

This commit is contained in:
Christopher Meng 2014-03-12 23:23:41 +08:00
commit 7ddb44441f
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/v1.1.0.tar.gz
/v1.1.1.tar.gz
/v1.1.2.tar.gz
/zmap-1.2.0.tar.gz

View file

@ -1 +1 @@
dc142e412195516e1a9cd67b0496d43e v1.1.2.tar.gz
d21d0fc65b585e0711adc4df6fcdf724 zmap-1.2.0.tar.gz

View file

@ -1,11 +1,10 @@
Name: zmap
Version: 1.1.2
Version: 1.2.0
Release: 1%{?dist}
Summary: Network scanner for Internet-wide network studies
License: ASL 2.0
URL: https://zmap.io
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
Patch0: 0001-Respect-DESTDIR-during-install.patch
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: byacc
BuildRequires: cmake
BuildRequires: flex
@ -19,7 +18,8 @@ BuildRequires: libpcap-devel
ZMap is an open-source network scanner that enables researchers to easily
perform Internet-wide network studies. With a single machine and a well
provisioned network uplink, ZMap is capable of performing a complete scan of
the IPv4 address space in under 45 minutes, approaching the theoretical limit of gigabit Ethernet.
the IPv4 address space in under 45 minutes, approaching the theoretical limit
of gigabit Ethernet.
ZMap can be used to study protocol adoption over time, monitor service
availability, and help us better understand large systems distributed across
@ -34,7 +34,6 @@ scanning.
%prep
%setup -q
%patch0 -p1
%build
%cmake -DWITH_JSON=ON -DWITH_REDIS=ON
@ -53,6 +52,9 @@ make install DESTDIR=%{buildroot}
%{_mandir}/man1/%{name}.1*
%changelog
* Wed Mar 12 2014 Christopher Meng <rpm@cicku.me> - 1.2.0-1
- Update to 1.2.0
* Mon Jan 27 2014 Christopher Meng <rpm@cicku.me> - 1.1.2-1
- Update to 1.1.2