From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34213138334 for ; Mon, 29 Apr 2019 16:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A28E08F1; Mon, 29 Apr 2019 16:09:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28D72E08F1 for ; Mon, 29 Apr 2019 16:09:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76CDB342FDD for ; Mon, 29 Apr 2019 16:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C74D657E for ; Mon, 29 Apr 2019 16:09:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1556554160.0a1375aba3d45d582521bda40897105a80a0fee7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnscap/Manifest net-dns/dnscap/dnscap-1.10.0.ebuild net-dns/dnscap/dnscap-20130814.ebuild net-dns/dnscap/metadata.xml X-VCS-Directories: net-dns/dnscap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0a1375aba3d45d582521bda40897105a80a0fee7 X-VCS-Branch: master Date: Mon, 29 Apr 2019 16:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 923ea331-1dae-454f-bceb-33cb95a9045a X-Archives-Hash: fca0c4cc951a0ff3f680cebe116f6116 commit: 0a1375aba3d45d582521bda40897105a80a0fee7 Author: Daniel Heule ipwar ch> AuthorDate: Fri Feb 22 14:23:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 29 16:09:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1375ab net-dns/dnscap: Version bump to 1.10.0 Signed-off-by: Daniel Heule ipwar.ch> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny gentoo.org> net-dns/dnscap/Manifest | 1 + net-dns/dnscap/dnscap-1.10.0.ebuild | 26 ++++++++++++++++++++++++++ net-dns/dnscap/dnscap-20130814.ebuild | 2 +- net-dns/dnscap/metadata.xml | 9 ++++++++- 4 files changed, 36 insertions(+), 2 deletions(-) diff --git a/net-dns/dnscap/Manifest b/net-dns/dnscap/Manifest index d9fa85e057c..64ab4583c67 100644 --- a/net-dns/dnscap/Manifest +++ b/net-dns/dnscap/Manifest @@ -1 +1,2 @@ +DIST dnscap-1.10.0.tar.gz 661981 BLAKE2B e4c3c1cf0ddc21fb5c28abb339607c0233097394cd5c75b55a90d89903aab4beaf32f8ab8fc09a57c16eb2d9598c8fa6b98d034a5c5c5226c1c7a0e8a03e8b9b SHA512 b116bcdf876dd1b03d9d093549e8e19db6f366d6df4eef3ddd09cf8eb1d79e94c9abebdd702702efb105633b2e437bbc835abcb1252599261a546881de477791 DIST dnscap-20130814.tar.gz 99615 BLAKE2B e663349e4acc20b88f7aee14676736534746c54072a4bf5d9ab9aa9935781a39f4a94d0d718108aba6b4035390214d76caf62f9cd71b364507ec55c7e93fd07d SHA512 1969d8cc47c6206369a02b29064dbb7f663a2187203ab1f49d862082bfb6e44c9fccf90fb63d65a523c7a5cf4d24815a74b9dd18d81267b4447252d7a04f33dd diff --git a/net-dns/dnscap/dnscap-1.10.0.ebuild b/net-dns/dnscap/dnscap-1.10.0.ebuild new file mode 100644 index 00000000000..38e157300ab --- /dev/null +++ b/net-dns/dnscap/dnscap-1.10.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Network capture utility designed specifically for DNS traffic" +HOMEPAGE="https://dnscap.dns-oarc.net/" +SRC_URI="https://www.dns-oarc.net/files/dnscap/${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="ISC" +IUSE="" + +RDEPEND="net-libs/libpcap + net-libs/ldns + sys-libs/zlib + dev-libs/openssl:= + dev-perl/YAML" + +DEPEND="${RDEPEND}" + +pkg_postinst() { + elog "If you plan to use dnscap's -x/-X features, it is necessary to install" + elog "net-dns/bind as well." +} diff --git a/net-dns/dnscap/dnscap-20130814.ebuild b/net-dns/dnscap/dnscap-20130814.ebuild index 229ade9c0a2..40dbabedfe9 100644 --- a/net-dns/dnscap/dnscap-20130814.ebuild +++ b/net-dns/dnscap/dnscap-20130814.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/net-dns/dnscap/metadata.xml b/net-dns/dnscap/metadata.xml index 7b236670d1f..79e371959b8 100644 --- a/net-dns/dnscap/metadata.xml +++ b/net-dns/dnscap/metadata.xml @@ -1,7 +1,14 @@ - + + nerve@ipwar.ch + Daniel Heule + + + proxy-maint@gentoo.org + Proxy Maintainers + verisign/dnscap