public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2016-07-13 15:46 Anthony G. Basile
  0 siblings, 0 replies; 5+ messages in thread
From: Anthony G. Basile @ 2016-07-13 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c411ed2a897f6aa0a1b8fdb36ed6d6a350419476
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 15:47:08 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 15:50:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c411ed2a

net-analyzer/dsniff: add libressl support

Package-Manager: portage-2.2.28

 net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild | 9 +++++----
 net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
index 5b3e297..f3d7fe9 100644
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r7.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r7.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$
 
@@ -15,13 +15,14 @@ LICENSE="BSD"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X"
+IUSE="libressl X"
 
 DEPEND="net-libs/libpcap
 	>=net-libs/libnet-1.1.2.1-r1
 	>=net-libs/libnids-1.21
-	>=dev-libs/openssl-0.9.6e
-	>=sys-libs/db-4.2.52_p4
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	>=sys-libs/db-4:*
 	X? ( x11-libs/libXmu )"
 RDEPEND="${DEPEND}"
 

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild
index 392ef2c..eea9a46 100644
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r8.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$
 
@@ -15,13 +15,14 @@ LICENSE="BSD"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X"
+IUSE="libressl X"
 
 DEPEND="net-libs/libpcap
 	>=net-libs/libnet-1.1.2.1-r1
 	>=net-libs/libnids-1.21
-	>=dev-libs/openssl-0.9.6e
-	>=sys-libs/db-4.2.52_p4
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	>=sys-libs/db-4:*
 	X? ( x11-libs/libXmu )"
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2017-09-17 18:25 Jeroen Roovers
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2017-09-17 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b56fc92765368011dbae60d33ddaa8ac6a87db89
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 09:28:18 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 18:25:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56fc927

net-analyzer/dsniff: Bump revision for CHANGES TO WHAT IS INSTALLED.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../dsniff/{dsniff-2.4_beta1-r8.ebuild => dsniff-2.4_beta1-r9.ebuild}     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild
similarity index 100%
rename from net-analyzer/dsniff/dsniff-2.4_beta1-r8.ebuild
rename to net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2017-11-01 11:48 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2017-11-01 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5732a9e1a1512b1fb4197f07b42f8fc301920611
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 11:47:23 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 11:48:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5732a9e1

net-analyzer/dsniff: Depend unconditionally on libnsl

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild
index 0ea1f57476b..a248b3cc067 100644
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r9.ebuild
@@ -19,6 +19,7 @@ IUSE="libressl X"
 DEPEND="net-libs/libpcap
 	>=net-libs/libnet-1.1.2.1-r1
 	>=net-libs/libnids-1.21
+	net-libs/libnsl:0=
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
 	>=sys-libs/db-4:*
@@ -27,7 +28,6 @@ DEPEND="net-libs/libpcap
 			>=sys-libs/glibc-2.26
 			net-libs/rpcsvc-proto
 			net-libs/libtirpc
-			net-libs/libnsl
 		)
 	)
 	X? ( x11-libs/libXmu )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2018-04-14 18:07 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-04-14 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1b2b1eac00a36947d573a41b5458d45bda681010
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 14 18:04:05 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 14 18:04:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2b1eac

net-analyzer/dsniff: amd64 stable

Bug: https://bugs.gentoo.org/649410
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild
index 6cf8570555a..1e7008746a5 100644
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="libressl X"
 
 DEPEND="net-libs/libpcap


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2018-05-20 22:57 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2018-05-20 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     80c28e0133655094de9c2ac909dad80c81ed104e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 22:57:31 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 22:57:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c28e01

net-analyzer/dsniff: Dropped to ~ppc, bug 649410

 net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild
index ec4c4668477..30f23c56ef4 100644
--- a/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://monkey.org/~dugsong/${PN}/beta/${P/_beta/b}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X"
 
 DEPEND="net-libs/libpcap


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

end of thread, other threads:[~2018-05-20 22:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 22:57 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2018-04-14 18:07 Aaron Bauman
2017-11-01 11:48 Andreas Hüttel
2017-09-17 18:25 Jeroen Roovers
2016-07-13 15:46 Anthony G. Basile

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