diff --git a/.gitignore b/.gitignore index 8bf879e..003f36b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 2b664cd..c0ec795 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc142e412195516e1a9cd67b0496d43e v1.1.2.tar.gz +d21d0fc65b585e0711adc4df6fcdf724 zmap-1.2.0.tar.gz diff --git a/zmap.spec b/zmap.spec index 5411358..610c207 100644 --- a/zmap.spec +++ b/zmap.spec @@ -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 - 1.2.0-1 +- Update to 1.2.0 + * Mon Jan 27 2014 Christopher Meng - 1.1.2-1 - Update to 1.1.2