* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netsniff-ng/
@ 2016-05-07 20:44 Michael Weber
0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber @ 2016-05-07 20:44 UTC (permalink / raw
To: gentoo-commits
commit: aaba5d9431982d340c83d7102cb9ffab31c2e4ee
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 20:43:42 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat May 7 20:44:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaba5d94
net-analyzer/netsniff-ng: Version bump (thanks Manuel Rüger).
Package-Manager: portage-2.2.28
net-analyzer/netsniff-ng/Manifest | 1 +
net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild | 59 +++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/net-analyzer/netsniff-ng/Manifest b/net-analyzer/netsniff-ng/Manifest
index 4f0a786..cb0c1a4 100644
--- a/net-analyzer/netsniff-ng/Manifest
+++ b/net-analyzer/netsniff-ng/Manifest
@@ -1 +1,2 @@
DIST netsniff-ng-0.6.0.tar.xz 554612 SHA256 f2e77d49e2f3aed78838827695bb2efade79e8d7126c7d81656425fd1bd56159 SHA512 a77d548cc16ef175b120945428e07e8ff2aaabba6add239b7f42429811bbb6e024ace92a15944551c45025b185f1df5aa3dee4500ff9ecb30536ec9a8deded74 WHIRLPOOL 33abcec54c5839332deb4ea06d687ed4748d25cdb2842a8d193176db369dff52c773bbcefed76d3cfe926152dcbc5f87553e7b9c1c29dbc84014f4a4e27d8f79
+DIST netsniff-ng-0.6.1.tar.xz 565956 SHA256 e178487990c69e25ba8b7e98330000b9ab6550da1332b469fca847cbed5502b0 SHA512 a07f3d5f85c517e220db53ac3a93e6337e49cbc8d69b730261697e765e449fa25024782b2b4fac089288f8753471e2fca3162b55c3bb2a9fcbbb10b96391efc1 WHIRLPOOL b3bdc2d7d38a8c102cc02d5ff7990129e9f13a66c6911ea75c68259f6f3a922a7a062b925f080b13e3fa437579d8e43bdeaa2253a08e17fea26382f24d325dc1
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild
new file mode 100644
index 0000000..fee9eb3
--- /dev/null
+++ b/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib toolchain-funcs
+
+DESCRIPTION="high performance network sniffer for packet inspection"
+HOMEPAGE="http://netsniff-ng.org/"
+SRC_URI="http://pub.${PN}.org/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/geoip
+ dev-libs/libcli
+ dev-libs/libnl:3
+ dev-libs/userspace-rcu
+ net-libs/libnet:1.1
+ net-libs/libnetfilter_conntrack
+ net-libs/libpcap
+ sys-libs/ncurses:0
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ sys-devel/flex
+ sys-devel/bison
+ =net-libs/nacl-0_p20110221*
+ virtual/pkgconfig"
+
+src_prepare() {
+ sed -e '/CFLAGS/s:?=:+=:' \
+ -e '/CPPFLAGS/s:?=:+=:' \
+ -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \
+ -i.bak Makefile || die
+
+ if ! grep nacl-20110221 curvetun/nacl_build.sh >/dev/null ; then
+ die "have nacl-20110221, expected $(grep ${MY_NACL_P} curvetun/nacl_build.sh)"
+ fi
+
+ export NACL_INC_DIR="${EROOT}usr/include/nacl"
+ export NACL_LIB_DIR="${EROOT}usr/$(get_libdir)/nacl"
+
+ epatch_user
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" \
+ LEX=lex YAAC=bison STRIP=true \
+ Q= HARDENING=1
+}
+
+src_install() {
+ emake PREFIX="${ED}usr" ETCDIR="${ED}etc" install
+
+ dodoc AUTHORS README REPORTING-BUGS
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netsniff-ng/
@ 2017-07-30 9:44 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-07-30 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 71650ec65cd11c044f83c45aaa1f808707cc7449
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:45:21 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71650ec6
net-analyzer/netsniff-ng: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
index e820c5d4f3f..d924f6ec374 100644
--- a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
+++ b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit git-2 eutils multilib toolchain-funcs
DESCRIPTION="high performance network sniffer for packet inspection"
HOMEPAGE="http://netsniff-ng.org/"
-EGIT_REPO_URI="git://github.com/borkmann/${PN}.git"
+EGIT_REPO_URI="https://github.com/borkmann/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netsniff-ng/
@ 2018-10-26 18:57 Sven Wegener
0 siblings, 0 replies; 4+ messages in thread
From: Sven Wegener @ 2018-10-26 18:57 UTC (permalink / raw
To: gentoo-commits
commit: a1a716a7be783be99dfdb9e50af677e4840f7b09
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 18:54:00 2018 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 18:54:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a716a7
net-analyzer/netsniff-ng: Add sub-slot dependency for userspace-rcu
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild | 4 ++--
net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild | 4 ++--
net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild
index b1243b2e8ab..a62b4469379 100644
--- a/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild
+++ b/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="dev-libs/geoip
dev-libs/libcli
dev-libs/libnl:3
- dev-libs/userspace-rcu
+ dev-libs/userspace-rcu:=
net-libs/libnet:1.1
net-libs/libnetfilter_conntrack
net-libs/libpcap
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild
index a9f01cd5482..e2787720d54 100644
--- a/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild
+++ b/net-analyzer/netsniff-ng/netsniff-ng-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="dev-libs/geoip
dev-libs/libcli
dev-libs/libnl:3
- dev-libs/userspace-rcu
+ dev-libs/userspace-rcu:=
net-libs/libnet:1.1
net-libs/libnetfilter_conntrack
net-libs/libpcap
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
index d924f6ec374..7cf9b0ff782 100644
--- a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
+++ b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="dev-libs/geoip
dev-libs/libcli
dev-libs/libnl:3
- dev-libs/userspace-rcu
+ dev-libs/userspace-rcu:=
net-libs/libnet:1.1
net-libs/libnetfilter_conntrack
net-libs/libpcap
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netsniff-ng/
@ 2019-01-27 19:46 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2019-01-27 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 3f89802f542d549616bee679a8957ed64af4cddc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 19:41:38 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 19:45:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f89802f
net-analyzer/netsniff-ng: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-analyzer/netsniff-ng/Manifest | 1 -
net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild | 58 -----------------------
2 files changed, 59 deletions(-)
diff --git a/net-analyzer/netsniff-ng/Manifest b/net-analyzer/netsniff-ng/Manifest
index ef4825d7006..e5c947a497a 100644
--- a/net-analyzer/netsniff-ng/Manifest
+++ b/net-analyzer/netsniff-ng/Manifest
@@ -1,2 +1 @@
-DIST netsniff-ng-0.6.0.tar.xz 554612 BLAKE2B f677c0988f9b8c59c536a278abf996bec9d30ac20b252aeccb577cf9a3ceb09855023285d98a5255864f17df746f67bffdc1dc7d5f51ae7a7ab678a6f64a06a0 SHA512 a77d548cc16ef175b120945428e07e8ff2aaabba6add239b7f42429811bbb6e024ace92a15944551c45025b185f1df5aa3dee4500ff9ecb30536ec9a8deded74
DIST netsniff-ng-0.6.1.tar.xz 565956 BLAKE2B ed965ee91c3d4bb6f339f983ee67052633f1fb90da114e1086672342adeec06ca2fa1b70a210b6a7cd43baacf59ff2c2b7fa72c2ea3e9477ba12055d0f34f50e SHA512 a07f3d5f85c517e220db53ac3a93e6337e49cbc8d69b730261697e765e449fa25024782b2b4fac089288f8753471e2fca3162b55c3bb2a9fcbbb10b96391efc1
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild
deleted file mode 100644
index a62b4469379..00000000000
--- a/net-analyzer/netsniff-ng/netsniff-ng-0.6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="high performance network sniffer for packet inspection"
-HOMEPAGE="http://netsniff-ng.org/"
-SRC_URI="http://pub.${PN}.org/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/geoip
- dev-libs/libcli
- dev-libs/libnl:3
- dev-libs/userspace-rcu:=
- net-libs/libnet:1.1
- net-libs/libnetfilter_conntrack
- net-libs/libpcap
- sys-libs/ncurses:0
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- sys-devel/flex
- sys-devel/bison
- =net-libs/nacl-0_p20110221*
- virtual/pkgconfig"
-
-src_prepare() {
- sed -e '/CFLAGS/s:?=:+=:' \
- -e '/CPPFLAGS/s:?=:+=:' \
- -e '/CFLAGS/s:\(-g\|-O2\|-O3\|-m\(arch\|tune\)=native\)::g' \
- -i Makefile || die
-
- if ! grep nacl-20110221 curvetun/nacl_build.sh >/dev/null ; then
- die "have nacl-20110221, expected $(grep ${MY_NACL_P} curvetun/nacl_build.sh)"
- fi
-
- export NACL_INC_DIR="${EROOT}usr/include/nacl"
- export NACL_LIB_DIR="${EROOT}usr/$(get_libdir)/nacl"
-
- epatch_user
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LD="$(tc-getCC)" CCACHE="" \
- LEX=lex YAAC=bison STRIP=true \
- Q= HARDENING=1
-}
-
-src_install() {
- emake PREFIX="${ED}usr" ETCDIR="${ED}etc" install
-
- dodoc AUTHORS README REPORTING-BUGS
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-27 19:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-07 20:44 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netsniff-ng/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2017-07-30 9:44 Michał Górny
2018-10-26 18:57 Sven Wegener
2019-01-27 19:46 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox