From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
Date: Tue, 18 Jun 2024 18:12:47 +0000 (UTC) [thread overview]
Message-ID: <1718734358.7b28eb6ccecf9006da49b35b025e61fafa605c87.jsmolic@gentoo> (raw)
commit: 7b28eb6ccecf9006da49b35b025e61fafa605c87
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:06:49 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:12:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b28eb6c
net-analyzer/zmap: add 4.1.1
Closes: https://bugs.gentoo.org/928903
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/zmap/Manifest | 1 +
net-analyzer/zmap/zmap-4.1.1.ebuild | 49 +++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest
index c31ac5b49776..0706d5d7fd6b 100644
--- a/net-analyzer/zmap/Manifest
+++ b/net-analyzer/zmap/Manifest
@@ -1 +1,2 @@
DIST zmap-2.1.1.tar.gz 131689 BLAKE2B c4bcea835b080dca879c227691230ad135d1822db0b81245ea60963b0a78ac71fd64df7ddca5d5a762c3d7dc67f2d689fd9d0d13e0ee9be21033de75c61ebd1f SHA512 9d62dceff77fa20ff5945516b0766340366175947130bb844f19c11dac7676e658bcdedd6be29ffc945706aa3cdc0e4ac207bd127b618592769a4d3e75892857
+DIST zmap-4.1.1.tar.gz 202697 BLAKE2B 35bc21e4d4c4c452deb2e34ac837ee4ae728b3adf97aefb5b88f55dde719bd78787b8a2826a89eaff92170b3eb2e5003194e3dc636616a845efef82bea663114 SHA512 eff32c9bda7b28a48fce85e3acb598c6adc8dc952ffec21cd4d581462e481a3cf61a6285a71c16741d8e9deedf7c8e3b71d4f375a931244b96acc8779c225929
diff --git a/net-analyzer/zmap/zmap-4.1.1.ebuild b/net-analyzer/zmap/zmap-4.1.1.ebuild
new file mode 100644
index 000000000000..2ffbd683d165
--- /dev/null
+++ b/net-analyzer/zmap/zmap-4.1.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake fcaps
+
+DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
+HOMEPAGE="https://zmap.io/"
+SRC_URI="https://github.com/zmap/zmap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="mongo redis"
+
+RDEPEND="
+ dev-libs/gmp:=
+ dev-libs/judy
+ dev-util/gengetopt
+ net-libs/libpcap
+ dev-libs/json-c:=
+ redis? ( dev-libs/hiredis:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-alternatives/lex
+ dev-util/gengetopt
+ dev-util/byacc
+ virtual/pkgconfig
+"
+
+FILECAPS=( cap_net_raw=ep usr/sbin/zmap )
+
+src_prepare() {
+ sed \
+ -e '/ggo/s:CMAKE_CURRENT_SOURCE_DIR}:CMAKE_BINARY_DIR}/src:g' \
+ -i src/CMakeLists.txt || die
+ cmake_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_DEVELOPMENT=OFF
+ -DWITH_WERROR=OFF
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2024-06-18 18:12 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-18 18:12 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-23 13:21 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ Petr Vaněk
2025-07-04 12:51 Arthur Zamarin
2025-03-24 5:34 Sam James
2025-03-24 5:34 Sam James
2025-03-24 5:34 Sam James
2024-11-23 17:21 Michał Górny
2024-11-23 16:02 Michał Górny
2024-06-18 18:55 Jakov Smolić
2022-03-23 1:24 Sam James
2021-10-10 2:20 Sam James
2021-10-07 9:17 Jakov Smolić
2020-10-06 17:10 Sam James
2020-10-02 13:57 Joonas Niilola
2020-10-02 13:57 Joonas Niilola
2020-10-02 13:57 Joonas Niilola
2020-08-16 8:01 Joonas Niilola
2020-08-16 8:01 Joonas Niilola
2020-08-16 8:01 Joonas Niilola
2018-08-26 17:08 Michał Górny
2018-06-09 12:15 Andreas Sturmlechner
2018-05-30 4:45 Markus Meier
2017-12-19 21:45 Thomas Deutschmann
2017-07-30 9:44 Michał Górny
2016-07-02 18:35 Justin Lecher
2016-04-26 18:48 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1718734358.7b28eb6ccecf9006da49b35b025e61fafa605c87.jsmolic@gentoo \
--to=jsmolic@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox