Compare commits
No commits in common. "rawhide" and "epel8" have entirely different histories.
4 changed files with 7 additions and 20 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,4 +9,3 @@
|
||||||
/zmap-4.2.0.tar.gz
|
/zmap-4.2.0.tar.gz
|
||||||
/zmap-4.3.0.tar.gz
|
/zmap-4.3.0.tar.gz
|
||||||
/zmap-4.3.1.tar.gz
|
/zmap-4.3.1.tar.gz
|
||||||
/zmap-4.3.4.tar.gz
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (zmap-4.3.4.tar.gz) = 225b79e795b0925f59e727b02455e087dc4a559190f76eaf96155c5f10aba02334de0ba685539b029a684d4f4bb61ce084ba825d766f6b0fa1ced17c773f4df7
|
SHA512 (zmap-4.3.1.tar.gz) = 940f15b485df50304eb7eaac582cd2cb60e072eb4b84438cb39cdf54fd7c6e06d224a3831e37b6e77b030e83da3c70b352cdf24e81eeb9a5bfb3beb78760b627
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/CMakeLists.txt-orig 2025-05-12 18:12:45.000000000 -0300
|
|
||||||
+++ src/CMakeLists.txt 2025-11-09 02:34:07.156908310 -0300
|
|
||||||
@@ -274,7 +274,7 @@
|
|
||||||
zblocklist
|
|
||||||
ziterate
|
|
||||||
ztee
|
|
||||||
- RUNTIME DESTINATION sbin
|
|
||||||
+ RUNTIME DESTINATION bin
|
|
||||||
)
|
|
||||||
|
|
||||||
# Install Manpages
|
|
||||||
13
zmap.spec
13
zmap.spec
|
|
@ -3,14 +3,13 @@
|
||||||
%bcond_without debug
|
%bcond_without debug
|
||||||
|
|
||||||
Name: zmap
|
Name: zmap
|
||||||
Version: 4.3.4
|
Version: 4.3.1
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Network scanner for Internet-wide network studies
|
Summary: Network scanner for Internet-wide network studies
|
||||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://zmap.io
|
URL: https://zmap.io
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: zmap-bin-sbin-merge.patch
|
|
||||||
BuildRequires: byacc
|
BuildRequires: byacc
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
|
@ -41,7 +40,7 @@ respect requests to stop scanning and to exclude these networks from ongoing
|
||||||
scanning.
|
scanning.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 0
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DENABLE_DEVELOPMENT=OFF \
|
%cmake -DENABLE_DEVELOPMENT=OFF \
|
||||||
|
|
@ -62,10 +61,10 @@ find ./examples/ -type f -exec sed -i 's/\r$//' {} \+
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/*
|
%config(noreplace) %{_sysconfdir}/%{name}/*
|
||||||
%{_bindir}/zmap
|
%{_sbindir}/zmap
|
||||||
%{_bindir}/zblocklist
|
%{_sbindir}/zblocklist
|
||||||
%{_bindir}/ziterate
|
%{_sbindir}/ziterate
|
||||||
%{_bindir}/ztee
|
%{_sbindir}/ztee
|
||||||
%{_mandir}/man1/zmap.1*
|
%{_mandir}/man1/zmap.1*
|
||||||
%{_mandir}/man1/zblocklist.1*
|
%{_mandir}/man1/zblocklist.1*
|
||||||
%{_mandir}/man1/ziterate.1*
|
%{_mandir}/man1/ziterate.1*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue