public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2016-04-26 18:48 Justin Lecher
  0 siblings, 0 replies; 19+ messages in thread
From: Justin Lecher @ 2016-04-26 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     35f2f281e6a5efc3be4624e136facf329bab9bde
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 18:47:59 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 18:48:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f2f281

net-analyzer/zmap: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=580810

Package-Manager: portage-2.2.28
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-analyzer/zmap/Manifest                         |  1 +
 net-analyzer/zmap/metadata.xml                     |  5 ++++-
 net-analyzer/zmap/zmap-1.1.1.ebuild                |  4 ++--
 net-analyzer/zmap/zmap-1.1.2.ebuild                |  4 ++--
 net-analyzer/zmap/zmap-1.2.0.ebuild                |  4 ++--
 net-analyzer/zmap/zmap-1.2.1.ebuild                |  4 ++--
 .../zmap/{zmap-1.2.1.ebuild => zmap-2.1.1.ebuild}  | 23 +++++++++++++++-------
 net-analyzer/zmap/zmap-9999.ebuild                 |  4 ++--
 8 files changed, 31 insertions(+), 18 deletions(-)

diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest
index a625e81..9adecce 100644
--- a/net-analyzer/zmap/Manifest
+++ b/net-analyzer/zmap/Manifest
@@ -2,3 +2,4 @@ DIST zmap-1.1.1.tar.gz 84325 SHA256 e3a740a97f217840b6afa81e2c84e11d44f91346cb9f
 DIST zmap-1.1.2.tar.gz 84364 SHA256 3766b1cee8287184e4f475761b78633639e130fd004ae067ce4abf79b3a2da0d SHA512 b0f3834f30b97166576fb64814791f4aec1fa9326dfe965d65c66e7375cdeae48b6a25156c65a5af6a74e739df3964538d4c29b2d6e1c3d71b9ed3c756bb7821 WHIRLPOOL b6d0629f0aee3d6321c2179395fad97a2d5f0bb5e9cdf7a08606baf2d9bfe6f3bfe19e403147fd568a164a8d75c3e1db5f996e5d4ecdf9df366a3f1395681b3f
 DIST zmap-1.2.0.tar.gz 100594 SHA256 7658aef8338c592bebef82336f58598b2fa305d56779f6c81bffeef8c90472b0 SHA512 68fa49647444f18adfc86b4ee85ed3e93945611ca75687eedc259504e0d66edcded267b4fba9a975299984551c88193feacb850f46432d3f3f22f1430ed7c9bd WHIRLPOOL e4a50f86dfcae802d6b432e51c0f78ca37d56a3540326f076fcc002fbb23aeb85dbb57ad4a84b4b10d863f0f41b8d06510fdec1b9264d77c80cf0ffa69e5e01a
 DIST zmap-1.2.1.tar.gz 99840 SHA256 ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8 SHA512 1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2 WHIRLPOOL 842ad32286883b554440dcb5ccfd8655997321612fd9ec49f591a6151819b6b605bc518281100c55ca8a9113819960710f870a745ebcb9994a6224b47d9a49ee
+DIST zmap-2.1.1.tar.gz 131689 SHA256 29627520c81101de01b0213434adb218a9f1210bfd3f2dcfdfc1f975dbce6399 SHA512 9d62dceff77fa20ff5945516b0766340366175947130bb844f19c11dac7676e658bcdedd6be29ffc945706aa3cdc0e4ac207bd127b618592769a4d3e75892857 WHIRLPOOL 09d7fb4e522b207b0b7f1d1ea9efcd9be49f7296d6c5e96858d795de61bf4a9d10ece07f7fa3bd56338dd3e410b5e474b51ed2c917a4b093fdc1689deec43d62

diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index 7716af9..c17fdf9 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -16,10 +16,13 @@ availability, and help us better understand large systems distributed
 across the Internet.
   </longdescription>
   <use>
+    <flag name="json">Add support to store results JSON based</flag>
+    <flag name="mongo">
+		Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
+	</flag>
     <flag name="redis">
 		Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
 	</flag>
-    <flag name="json">Add support to store results JSON based</flag>
   </use>
   <upstream>
     <remote-id type="github">zmap/zmap</remote-id>

diff --git a/net-analyzer/zmap/zmap-1.1.1.ebuild b/net-analyzer/zmap/zmap-1.1.1.ebuild
index 55a0bcd..99fac3e 100644
--- a/net-analyzer/zmap/zmap-1.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE="json redis"
 
 RDEPEND="
-	dev-libs/gmp
+	dev-libs/gmp:0
 	net-libs/libpcap
 	json? ( dev-libs/json-c )
 	redis? ( dev-libs/hiredis )"

diff --git a/net-analyzer/zmap/zmap-1.1.2.ebuild b/net-analyzer/zmap/zmap-1.1.2.ebuild
index 6641d20..2d594f6 100644
--- a/net-analyzer/zmap/zmap-1.1.2.ebuild
+++ b/net-analyzer/zmap/zmap-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE="json redis"
 
 RDEPEND="
-	dev-libs/gmp
+	dev-libs/gmp:0
 	net-libs/libpcap
 	json? ( dev-libs/json-c )
 	redis? ( dev-libs/hiredis )"

diff --git a/net-analyzer/zmap/zmap-1.2.0.ebuild b/net-analyzer/zmap/zmap-1.2.0.ebuild
index 34fe0aa..6b00599 100644
--- a/net-analyzer/zmap/zmap-1.2.0.ebuild
+++ b/net-analyzer/zmap/zmap-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE="json redis"
 
 RDEPEND="
-	dev-libs/gmp
+	dev-libs/gmp:0
 	net-libs/libpcap
 	json? ( dev-libs/json-c )
 	redis? ( dev-libs/hiredis )"

diff --git a/net-analyzer/zmap/zmap-1.2.1.ebuild b/net-analyzer/zmap/zmap-1.2.1.ebuild
index ad8d504..db504be 100644
--- a/net-analyzer/zmap/zmap-1.2.1.ebuild
+++ b/net-analyzer/zmap/zmap-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE="json redis"
 
 RDEPEND="
-	dev-libs/gmp
+	dev-libs/gmp:0
 	net-libs/libpcap
 	json? ( dev-libs/json-c )
 	redis? ( dev-libs/hiredis )"

diff --git a/net-analyzer/zmap/zmap-1.2.1.ebuild b/net-analyzer/zmap/zmap-2.1.1.ebuild
similarity index 63%
copy from net-analyzer/zmap/zmap-1.2.1.ebuild
copy to net-analyzer/zmap/zmap-2.1.1.ebuild
index ad8d504..30d206f 100644
--- a/net-analyzer/zmap/zmap-1.2.1.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils fcaps
 
@@ -12,26 +12,35 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
+KEYWORDS="~amd64 ~x86"
+IUSE="json mongo redis"
 
 RDEPEND="
-	dev-libs/gmp
+	dev-libs/gmp:0
 	net-libs/libpcap
 	json? ( dev-libs/json-c )
+	mongo? ( dev-db/mongodb )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt
 	sys-devel/flex
 	dev-util/byacc"
 
+src_prepare() {
+	sed \
+		-e '/ggo/s:CMAKE_CURRENT_SOURCE_DIR}:CMAKE_BINARY_DIR}/src:g' \
+		-i src/CMakeLists.txt || die
+	cmake-utils_src_prepare
+}
+
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_DEVELOPMENT=OFF
 		-DENABLE_HARDENING=OFF
 		-DWITH_WERROR=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
+		-DWITH_json="$(usex json)"
+		-DWITH_json="$(usex mongo)"
+		-DWITH_json="$(usex redis)"
 		)
 	cmake-utils_src_configure
 }

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index d4ba748..05f9c807 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ KEYWORDS=""
 IUSE="json redis"
 
 RDEPEND="
-	dev-libs/gmp
+	dev-libs/gmp:0
 	net-libs/libpcap
 	json? ( dev-libs/json-c )
 	redis? ( dev-libs/hiredis )"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2016-07-02 18:35 Justin Lecher
  0 siblings, 0 replies; 19+ messages in thread
From: Justin Lecher @ 2016-07-02 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     dc24c0d40f3fe073368ea22fa0c68849c6e34ece
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 18:25:38 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 18:35:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc24c0d4

net-analyzer/zmap: Always require json-c

Drop old

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=585104

Package-Manager: portage-2.3.0
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-analyzer/zmap/Manifest          |  3 ---
 net-analyzer/zmap/zmap-1.1.1.ebuild | 43 -------------------------------------
 net-analyzer/zmap/zmap-1.1.2.ebuild | 43 -------------------------------------
 net-analyzer/zmap/zmap-1.2.0.ebuild | 38 --------------------------------
 net-analyzer/zmap/zmap-2.1.1.ebuild |  7 +++---
 net-analyzer/zmap/zmap-9999.ebuild  | 11 +++++-----
 6 files changed, 9 insertions(+), 136 deletions(-)

diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest
index 9adecce..1cbc023 100644
--- a/net-analyzer/zmap/Manifest
+++ b/net-analyzer/zmap/Manifest
@@ -1,5 +1,2 @@
-DIST zmap-1.1.1.tar.gz 84325 SHA256 e3a740a97f217840b6afa81e2c84e11d44f91346cb9f2b21d0f5eda11fca5128 SHA512 daffd541b04d1c1e3e8cccbd3d08d881d2460b177524b5cafced388ebf7ea29343602f2540ba0430249cc0167ad370f1287f21f952c9254d98ce6213ba2288dd WHIRLPOOL a5882df618b1990be8bda2872175e33209cf9cedf003c2e619c4e136b4596e443f7b9a9d31b8abc2e520f8f502d9ba6b728b9fd9a320557b94e62aec09fb1a8a
-DIST zmap-1.1.2.tar.gz 84364 SHA256 3766b1cee8287184e4f475761b78633639e130fd004ae067ce4abf79b3a2da0d SHA512 b0f3834f30b97166576fb64814791f4aec1fa9326dfe965d65c66e7375cdeae48b6a25156c65a5af6a74e739df3964538d4c29b2d6e1c3d71b9ed3c756bb7821 WHIRLPOOL b6d0629f0aee3d6321c2179395fad97a2d5f0bb5e9cdf7a08606baf2d9bfe6f3bfe19e403147fd568a164a8d75c3e1db5f996e5d4ecdf9df366a3f1395681b3f
-DIST zmap-1.2.0.tar.gz 100594 SHA256 7658aef8338c592bebef82336f58598b2fa305d56779f6c81bffeef8c90472b0 SHA512 68fa49647444f18adfc86b4ee85ed3e93945611ca75687eedc259504e0d66edcded267b4fba9a975299984551c88193feacb850f46432d3f3f22f1430ed7c9bd WHIRLPOOL e4a50f86dfcae802d6b432e51c0f78ca37d56a3540326f076fcc002fbb23aeb85dbb57ad4a84b4b10d863f0f41b8d06510fdec1b9264d77c80cf0ffa69e5e01a
 DIST zmap-1.2.1.tar.gz 99840 SHA256 ff01f2b139e98a7e64ed2872ae332929c500dd6120888d57900fac82dccfeea8 SHA512 1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2 WHIRLPOOL 842ad32286883b554440dcb5ccfd8655997321612fd9ec49f591a6151819b6b605bc518281100c55ca8a9113819960710f870a745ebcb9994a6224b47d9a49ee
 DIST zmap-2.1.1.tar.gz 131689 SHA256 29627520c81101de01b0213434adb218a9f1210bfd3f2dcfdfc1f975dbce6399 SHA512 9d62dceff77fa20ff5945516b0766340366175947130bb844f19c11dac7676e658bcdedd6be29ffc945706aa3cdc0e4ac207bd127b618592769a4d3e75892857 WHIRLPOOL 09d7fb4e522b207b0b7f1d1ea9efcd9be49f7296d6c5e96858d795de61bf4a9d10ece07f7fa3bd56338dd3e410b5e474b51ed2c917a4b093fdc1689deec43d62

diff --git a/net-analyzer/zmap/zmap-1.1.1.ebuild b/net-analyzer/zmap/zmap-1.1.1.ebuild
deleted file mode 100644
index 99fac3e..0000000
--- a/net-analyzer/zmap/zmap-1.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-	dev-libs/gmp:0
-	net-libs/libpcap
-	json? ( dev-libs/json-c )
-	redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-	dev-util/gengetopt
-	sys-devel/flex
-	dev-util/byacc"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-out-of-src.patch
-	"${FILESDIR}"/${P}-json-c.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
-		)
-	cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )

diff --git a/net-analyzer/zmap/zmap-1.1.2.ebuild b/net-analyzer/zmap/zmap-1.1.2.ebuild
deleted file mode 100644
index 2d594f6..0000000
--- a/net-analyzer/zmap/zmap-1.1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-	dev-libs/gmp:0
-	net-libs/libpcap
-	json? ( dev-libs/json-c )
-	redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-	dev-util/gengetopt
-	sys-devel/flex
-	dev-util/byacc"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.1.1-out-of-src.patch
-	"${FILESDIR}"/${PN}-1.1.1-json-c.patch
-)
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
-		)
-	cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )

diff --git a/net-analyzer/zmap/zmap-1.2.0.ebuild b/net-analyzer/zmap/zmap-1.2.0.ebuild
deleted file mode 100644
index 6b00599..0000000
--- a/net-analyzer/zmap/zmap-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-	dev-libs/gmp:0
-	net-libs/libpcap
-	json? ( dev-libs/json-c )
-	redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-	dev-util/gengetopt
-	sys-devel/flex
-	dev-util/byacc"
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
-		)
-	cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )

diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild b/net-analyzer/zmap/zmap-2.1.1.ebuild
index 30d206f..f1ac518 100644
--- a/net-analyzer/zmap/zmap-2.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1.ebuild
@@ -18,7 +18,7 @@ IUSE="json mongo redis"
 RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
-	json? ( dev-libs/json-c )
+	dev-libs/json-c
 	mongo? ( dev-db/mongodb )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
@@ -38,9 +38,8 @@ src_configure() {
 		-DENABLE_DEVELOPMENT=OFF
 		-DENABLE_HARDENING=OFF
 		-DWITH_WERROR=OFF
-		-DWITH_json="$(usex json)"
-		-DWITH_json="$(usex mongo)"
-		-DWITH_json="$(usex redis)"
+		-DWITH_mongo="$(usex mongo)"
+		-DWITH_redis="$(usex redis)"
 		)
 	cmake-utils_src_configure
 }

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 05f9c807..c20be04 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils fcaps git-r3
 
@@ -14,12 +14,13 @@ EGIT_REPO_URI="git://github.com/zmap/zmap.git"
 SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS=""
-IUSE="json redis"
+IUSE="mongo redis"
 
 RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
-	json? ( dev-libs/json-c )
+	dev-libs/json-c
+	mongo? ( dev-db/mongo )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt
@@ -32,8 +33,8 @@ src_configure() {
 		-DENABLE_DEVELOPMENT=OFF
 		-DENABLE_HARDENING=OFF
 		-DWITH_WERROR=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
+		-DWITH_mongo="$(usex mongo)"
+		-DWITH_redis="$(usex redis)"
 		)
 	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2017-07-30  9:44 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2017-07-30  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9064de4f98e3d82ffc02bda4489324df765b9824
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:50:31 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9064de4f

net-analyzer/zmap: use HTTPS for GitHub, fix whitespace in metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-analyzer/zmap/metadata.xml     | 8 ++++----
 net-analyzer/zmap/zmap-9999.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index c17fdf9b5b0..46f0b4cadbc 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -18,11 +18,11 @@ across the Internet.
   <use>
     <flag name="json">Add support to store results JSON based</flag>
     <flag name="mongo">
-		Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
-	</flag>
+      Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
+    </flag>
     <flag name="redis">
-		Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
-	</flag>
+      Add support for storing in a redis DB via <pkg>dev-libs/hiredis</pkg>
+    </flag>
   </use>
   <upstream>
     <remote-id type="github">zmap/zmap</remote-id>

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 2d3f004575e..a229c000077 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit cmake-utils fcaps git-r3
 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
 HOMEPAGE="https://zmap.io/"
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/zmap/zmap.git"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
 
 SLOT="0"
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2017-12-19 21:45 Thomas Deutschmann
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Deutschmann @ 2017-12-19 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a00d4ad78cec8e610696c8f972d8d948a6542dae
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 21:30:33 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 21:44:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00d4ad7

net-analyzer/zmap: Add subslot operator on dev-libs/json-c atom

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-analyzer/zmap/zmap-1.2.1.ebuild | 4 ++--
 net-analyzer/zmap/zmap-2.1.1.ebuild | 4 ++--
 net-analyzer/zmap/zmap-9999.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/zmap/zmap-1.2.1.ebuild b/net-analyzer/zmap/zmap-1.2.1.ebuild
index 0f6e591a178..b5f767ee654 100644
--- a/net-analyzer/zmap/zmap-1.2.1.ebuild
+++ b/net-analyzer/zmap/zmap-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ IUSE="json redis"
 RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
-	json? ( dev-libs/json-c )
+	json? ( dev-libs/json-c:= )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt

diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild b/net-analyzer/zmap/zmap-2.1.1.ebuild
index b52063eda35..0f401274207 100644
--- a/net-analyzer/zmap/zmap-2.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE="json mongo redis"
 RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
-	dev-libs/json-c
+	dev-libs/json-c:=
 	mongo? ( dev-db/mongodb )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index a229c000077..78525456ed1 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -18,7 +18,7 @@ IUSE="mongo redis"
 RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
-	dev-libs/json-c
+	dev-libs/json-c:=
 	mongo? ( dev-db/mongo )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2018-05-30  4:45 Markus Meier
  0 siblings, 0 replies; 19+ messages in thread
From: Markus Meier @ 2018-05-30  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b2001a409b99c6130980bb8a129b68a50f1bfb64
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 04:45:35 2018 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Wed May 30 04:45:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2001a40

net-analyzer/zmap: add ~arm, bug #621434

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-analyzer/zmap/zmap-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild b/net-analyzer/zmap/zmap-2.1.1.ebuild
index 0f401274207..bab11e96bbf 100644
--- a/net-analyzer/zmap/zmap-2.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="json mongo redis"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2018-06-09 12:15 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2018-06-09 12:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1606bd4d12c08a45a7a84c2440cd948fb69b7786
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 14:09:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 12:15:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1606bd4d

net-analyzer/zmap: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/zmap/Manifest          |  1 -
 net-analyzer/zmap/zmap-1.2.1.ebuild | 38 -------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest
index 9d1bca88b92..c31ac5b4977 100644
--- a/net-analyzer/zmap/Manifest
+++ b/net-analyzer/zmap/Manifest
@@ -1,2 +1 @@
-DIST zmap-1.2.1.tar.gz 99840 BLAKE2B 11e04684444f23d30f0e91b7f70a3f60968cffb02623c1f3918774eb92206ce6fc9858ae41ea899cc84afa8e5205247c7c2eb9a57f75cc9acbe336c4655adc32 SHA512 1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2
 DIST zmap-2.1.1.tar.gz 131689 BLAKE2B c4bcea835b080dca879c227691230ad135d1822db0b81245ea60963b0a78ac71fd64df7ddca5d5a762c3d7dc67f2d689fd9d0d13e0ee9be21033de75c61ebd1f SHA512 9d62dceff77fa20ff5945516b0766340366175947130bb844f19c11dac7676e658bcdedd6be29ffc945706aa3cdc0e4ac207bd127b618592769a4d3e75892857

diff --git a/net-analyzer/zmap/zmap-1.2.1.ebuild b/net-analyzer/zmap/zmap-1.2.1.ebuild
deleted file mode 100644
index b5f767ee654..00000000000
--- a/net-analyzer/zmap/zmap-1.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="json redis"
-
-RDEPEND="
-	dev-libs/gmp:0
-	net-libs/libpcap
-	json? ( dev-libs/json-c:= )
-	redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-	dev-util/gengetopt
-	sys-devel/flex
-	dev-util/byacc"
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
-		-DWITH_WERROR=OFF
-		$(cmake-utils_use_with json)
-		$(cmake-utils_use_with redis)
-		)
-	cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2018-08-26 17:08 Michał Górny
  0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2018-08-26 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     914568e3ab9ebf59a579b49a146f6088dd71146f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 16:58:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 16:58:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914568e3

net-analyzer/zmap: Fix mongodb dep in -9999

 net-analyzer/zmap/zmap-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 78525456ed1..eaed24c6933 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,7 @@ RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
 	dev-libs/json-c:=
-	mongo? ( dev-db/mongo )
+	mongo? ( dev-db/mongodb )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-08-16  8:01 Joonas Niilola
  0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2020-08-16  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1a384ba77c39e3ff76596ee6b334c78182005456
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 07:29:03 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 08:00:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a384ba7

net-analyzer/zmap: revbump 2.1.1 due to possible runtime errors

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/zmap/{zmap-2.1.1.ebuild => zmap-2.1.1-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild b/net-analyzer/zmap/zmap-2.1.1-r1.ebuild
similarity index 100%
rename from net-analyzer/zmap/zmap-2.1.1.ebuild
rename to net-analyzer/zmap/zmap-2.1.1-r1.ebuild


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-08-16  8:01 Joonas Niilola
  0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2020-08-16  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     140611c54bd679c154b4c6e90d03baf704fa28a3
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Aug  5 13:31:25 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 08:00:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140611c5

net-analyzer/zmap: update mycmakeargs, drop mongodb dep in 9999

- Mongo support was removed in https://github.com/zmap/zmap/pull/467

Closes: https://bugs.gentoo.org/677902
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/zmap/zmap-2.1.1.ebuild | 7 +++----
 net-analyzer/zmap/zmap-9999.ebuild  | 9 +++------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild b/net-analyzer/zmap/zmap-2.1.1.ebuild
index bab11e96bbf..dac6ede5634 100644
--- a/net-analyzer/zmap/zmap-2.1.1.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,10 +35,9 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
 		-DWITH_WERROR=OFF
-		-DWITH_mongo="$(usex mongo)"
-		-DWITH_redis="$(usex redis)"
+		-DWITH_MONGO="$(usex mongo)"
+		-DWITH_REDIS="$(usex redis)"
 		)
 	cmake-utils_src_configure
 }

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index eaed24c6933..04e4602032d 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,13 +13,12 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
 SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS=""
-IUSE="mongo redis"
+IUSE="redis"
 
 RDEPEND="
 	dev-libs/gmp:0
 	net-libs/libpcap
 	dev-libs/json-c:=
-	mongo? ( dev-db/mongodb )
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt
@@ -30,10 +29,8 @@ DEPEND="${RDEPEND}
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_DEVELOPMENT=OFF
-		-DENABLE_HARDENING=OFF
 		-DWITH_WERROR=OFF
-		-DWITH_mongo="$(usex mongo)"
-		-DWITH_redis="$(usex redis)"
+		-DWITH_REDIS="$(usex redis)"
 		)
 	cmake-utils_src_configure
 }


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-08-16  8:01 Joonas Niilola
  0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2020-08-16  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d9d63c3cef6f97eb0ad30c87bef941607b0daacd
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Aug  5 13:33:57 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 08:00:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d63c3c

net-analyzer/zmap: add new proxy maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17017
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/zmap/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index 2f8cc9f88cc..fc168991253 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+  <maintainer type="person">
+    <email>jakov.smolic@sartura.hr</email>
+    <name>Jakov Smolic</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
   <longdescription>
 ZMap is an open-source network scanner that enables researchers to easily 
 perform Internet-wide network studies. With a single machine and a well 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-10-02 13:57 Joonas Niilola
  0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2020-10-02 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a020609ad269562f9c1afc6fe4a251b3f3395a0e
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Sep 18 05:22:35 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 13:57:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a020609a

net-analyzer/zmap: drop 2.1.1-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/zmap/zmap-2.1.1-r1.ebuild | 45 ----------------------------------
 1 file changed, 45 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1-r1.ebuild b/net-analyzer/zmap/zmap-2.1.1-r1.ebuild
deleted file mode 100644
index dac6ede5634..00000000000
--- a/net-analyzer/zmap/zmap-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils fcaps
-
-DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
-HOMEPAGE="https://zmap.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="json mongo redis"
-
-RDEPEND="
-	dev-libs/gmp:0
-	net-libs/libpcap
-	dev-libs/json-c:=
-	mongo? ( dev-db/mongodb )
-	redis? ( dev-libs/hiredis )"
-DEPEND="${RDEPEND}
-	dev-util/gengetopt
-	sys-devel/flex
-	dev-util/byacc"
-
-src_prepare() {
-	sed \
-		-e '/ggo/s:CMAKE_CURRENT_SOURCE_DIR}:CMAKE_BINARY_DIR}/src:g' \
-		-i src/CMakeLists.txt || die
-	cmake-utils_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DEVELOPMENT=OFF
-		-DWITH_WERROR=OFF
-		-DWITH_MONGO="$(usex mongo)"
-		-DWITH_REDIS="$(usex redis)"
-		)
-	cmake-utils_src_configure
-}
-
-FILECAPS=( cap_net_raw=ep usr/sbin/zmap )


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-10-02 13:57 Joonas Niilola
  0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2020-10-02 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     357c31abce4a526363f6cdce7961b10ac3ad2eac
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Sep 18 06:00:51 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 13:57:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357c31ab

net-analyzer/zmap: sync live ebuild

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Closes: https://github.com/gentoo/gentoo/pull/17580
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/zmap/zmap-9999.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 04e4602032d..4d5b862277d 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,18 +1,16 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils fcaps git-r3
+inherit cmake fcaps git-r3
 
 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys"
 HOMEPAGE="https://zmap.io/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+EGIT_REPO_URI="https://github.com/zmap/zmap.git"
 
-SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS=""
+SLOT="0"
 IUSE="redis"
 
 RDEPEND="
@@ -32,7 +30,7 @@ src_configure() {
 		-DWITH_WERROR=OFF
 		-DWITH_REDIS="$(usex redis)"
 		)
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 FILECAPS=( cap_net_raw=ep usr/sbin/zmap )


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-10-02 13:57 Joonas Niilola
  0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2020-10-02 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c221be37641e3c664c5eef28e774537ad8f0974d
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Sep 18 05:22:04 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 13:57:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c221be37

net-analyzer/zmap: tidy up ebuild

- Port to EAPI 7
- Port to cmake eclass
- Drop unused json USE flag

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-analyzer/zmap/metadata.xml         |  1 -
 net-analyzer/zmap/zmap-2.1.1-r2.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index fc168991253..2204ae3c97c 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -21,7 +21,6 @@ availability, and help us better understand large systems distributed
 across the Internet.
   </longdescription>
   <use>
-    <flag name="json">Add support to store results JSON based</flag>
     <flag name="mongo">
       Add support for storing in a mongo DB via <pkg>dev-db/mongodb</pkg>
     </flag>

diff --git a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild b/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
new file mode 100644
index 00000000000..92a3c6e4eec
--- /dev/null
+++ b/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~x86"
+IUSE="mongo redis"
+
+RDEPEND="dev-libs/gmp:0
+	net-libs/libpcap
+	dev-libs/json-c:=
+	mongo? ( dev-db/mongodb )
+	redis? ( dev-libs/hiredis )"
+DEPEND="${RDEPEND}
+	dev-util/gengetopt
+	sys-devel/flex
+	dev-util/byacc"
+
+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
+		-DWITH_MONGO="$(usex mongo)"
+		-DWITH_REDIS="$(usex redis)"
+		)
+	cmake_src_configure
+}
+
+FILECAPS=( cap_net_raw=ep usr/sbin/zmap )


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2020-10-06 17:10 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2020-10-06 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     49c17a8ab3522ae027b8493681eaa4d7b0150064
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 17:09:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 17:09:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c17a8a

net-analyzer/zmap: Stabilize 2.1.1-r2 arm, #746179

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/zmap/zmap-2.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild b/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
index 92a3c6e4eec..34377aa4139 100644
--- a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zmap/zmap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 arm ~x86"
 IUSE="mongo redis"
 
 RDEPEND="dev-libs/gmp:0


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2021-10-07  9:17 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2021-10-07  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f2e7f8ef3f94046fcdd2e68797430dbde8827549
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 08:40:27 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 08:40:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7f8ef

net-analyzer/zmap: Add missing dev-libs/mongo-c-driver dependency

Closes: https://bugs.gentoo.org/775521
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/zmap/{zmap-2.1.1-r2.ebuild => zmap-2.1.1-r3.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
similarity index 90%
rename from net-analyzer/zmap/zmap-2.1.1-r2.ebuild
rename to net-analyzer/zmap/zmap-2.1.1-r3.ebuild
index be82641d5c7..bd667e0454d 100644
--- a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,10 @@ IUSE="mongo redis"
 RDEPEND="dev-libs/gmp:0
 	net-libs/libpcap
 	dev-libs/json-c:=
-	mongo? ( dev-db/mongodb )
+	mongo? (
+		dev-db/mongodb
+		dev-libs/mongo-c-driver
+	)
 	redis? ( dev-libs/hiredis )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2021-10-10  2:20 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-10-10  2:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3a217d04a1e03bc91370ac6756907a3b16d3c3c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 02:19:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 02:19:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a217d04

net-analyzer/zmap: Keyword 2.1.1-r3 arm64, #813393

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/zmap/zmap-2.1.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1-r3.ebuild b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
index bd667e0454d..cb72b0462e2 100644
--- a/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/zmap/zmap/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="mongo redis"
 
 RDEPEND="dev-libs/gmp:0


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2022-03-23  1:24 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-03-23  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a99037fe11827a43e33c2ff1f0d192f75bcb9740
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:22:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 01:22:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99037fe

net-analyzer/zmap: add subslot dep on hiredis

They break ABI liberally.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/zmap/{zmap-2.1.1-r3.ebuild => zmap-2.1.1-r4.ebuild} | 6 +++---
 net-analyzer/zmap/zmap-9999.ebuild                               | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/zmap/zmap-2.1.1-r3.ebuild b/net-analyzer/zmap/zmap-2.1.1-r4.ebuild
similarity index 90%
rename from net-analyzer/zmap/zmap-2.1.1-r3.ebuild
rename to net-analyzer/zmap/zmap-2.1.1-r4.ebuild
index cb72b0462e21..6b1d7f0b8261 100644
--- a/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
+++ b/net-analyzer/zmap/zmap-2.1.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,14 +14,14 @@ SLOT="0"
 KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="mongo redis"
 
-RDEPEND="dev-libs/gmp:0
+RDEPEND="dev-libs/gmp:=
 	net-libs/libpcap
 	dev-libs/json-c:=
 	mongo? (
 		dev-db/mongodb
 		dev-libs/mongo-c-driver
 	)
-	redis? ( dev-libs/hiredis )"
+	redis? ( dev-libs/hiredis:= )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt
 	sys-devel/flex

diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 4d5b862277d5..6a7cb8480b94 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,10 +14,10 @@ SLOT="0"
 IUSE="redis"
 
 RDEPEND="
-	dev-libs/gmp:0
+	dev-libs/gmp:=
 	net-libs/libpcap
 	dev-libs/json-c:=
-	redis? ( dev-libs/hiredis )"
+	redis? ( dev-libs/hiredis:= )"
 DEPEND="${RDEPEND}
 	dev-util/gengetopt
 	sys-devel/flex


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2024-06-18 18:12 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2024-06-18 18:12 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
@ 2024-06-18 18:55 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2024-06-18 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     45f6a0c60b788b1cd31dbdc364b8e48d5626c5a3
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 18:32:33 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 18:54:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f6a0c6

net-analyzer/zmap: drop myself as a maintainer

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/zmap/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml
index 378248ac6c65..741c091de292 100644
--- a/net-analyzer/zmap/metadata.xml
+++ b/net-analyzer/zmap/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>jsmolic@gentoo.org</email>
-    <name>Jakov Smolić</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription>
 ZMap is an open-source network scanner that enables researchers to easily 
 perform Internet-wide network studies. With a single machine and a well 


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-06-18 18:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23  1:24 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 18:55 Jakov Smolić
2024-06-18 18:12 Jakov Smolić
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox