* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2016-07-13 15:46 Anthony G. Basile
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2017-09-17 18:25 Jeroen Roovers
0 siblings, 0 replies; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2018-04-14 18:07 Aaron Bauman
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2018-05-20 22:57 Matt Turner
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2025-02-16 12:45 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-02-16 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 2882380fdaccd3fe6b0550bca33ecd23264c89b5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 12:44:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 12:44:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2882380f
net-analyzer/dsniff: add 2.4_beta1_p34
* Update to Debian patchset 34
* Build w/ -std=gnu17 & filter LTO (we already have way too many patches
in the heap from Debian, not adding more; dead upstream)
Closes: https://bugs.gentoo.org/946622
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/dsniff/Manifest | 1 +
net-analyzer/dsniff/dsniff-2.4_beta1_p34.ebuild | 83 +++++++++++++++++++++++++
2 files changed, 84 insertions(+)
diff --git a/net-analyzer/dsniff/Manifest b/net-analyzer/dsniff/Manifest
index f299e852f03d..b2e7c1ce8794 100644
--- a/net-analyzer/dsniff/Manifest
+++ b/net-analyzer/dsniff/Manifest
@@ -1,3 +1,4 @@
DIST dsniff_2.4b1+debian-30.debian.tar.xz 30788 BLAKE2B 8605b1dcca36f626f31410d88d25a57e6661b57b941155cdbde951991b09fb2dd7c147b1fdd1a22eded1cf904c890317b1844a7829cd6e43fd2fc5defc79b5f3 SHA512 45ffe34fcd30cd1461a354891b9d5567038cc176dbfa79c67020075cd40ae09b7092954925019e583d0d69cae76a558049b489745454a8034ce3e9e832c58f64
DIST dsniff_2.4b1+debian-31.debian.tar.xz 30848 BLAKE2B 46bdfa08170fbfbba35fcc67340fc35352ef276dd5e8e00a540da39d28364c3198198eefeb6b85cb05e74d3785fc61c7e8e58d6ce37e0b62e6018e4842d938ad SHA512 da927bb887db6761a07dc2460bdeb834b386ccc5b8aa50ebce804ee130f89379268412cddd83ad64cc763e98e2f42a7efc23b7ca77db59445533272cb408088f
+DIST dsniff_2.4b1+debian-34.debian.tar.xz 31148 BLAKE2B 09b605065d8e03ea5c2f9083420feca3a05d4453ca7a46f2886766f34aed23e3cb83d73f12dbb633c1142d187b66a5508b3c583582e1902d4957e3813ed9929a SHA512 f539d59d931acc7fba97f079a33301b415d6dc769bf2ca3f1b3bf0fcfdf9cfc3c2454e017f5c47d39bcc5f47b91f70f6e2abc8cdeae631aa72946eb84b6bebf5
DIST dsniff_2.4b1+debian.orig.tar.gz 130220 BLAKE2B e6953a5bfc5331b030e1a5335987c51fa4cf2c644fc4e7ac9aefe17f52373a1f66ccef36c5d9136542f68a475350138b1f3e501bc9494a0fd4988c7c5a7b2eef SHA512 09c3a864f112f81b8fdf93436886b14eb8f603ec751b13f18cf027307f24098c018eacf98b3ae353731a0cf6f1c9cacfafbb534a0db8b9f0cc793e7515c41b5a
diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1_p34.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1_p34.ebuild
new file mode 100644
index 000000000000..4aa1cdbcd003
--- /dev/null
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1_p34.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic toolchain-funcs
+
+MY_PV="${PV/_beta/b}"
+MY_PV="${MY_PV/_p*/}"
+MY_PV="$(ver_rs 1 '.' "${MY_PV}")"
+# 2.4_beta1_p30 -> 2.4beta1-30
+MY_DEB_PV="$(ver_cut 1-2)$(ver_cut 3-4)-$(ver_cut 6)"
+
+DESCRIPTION="A collection of tools for network auditing and penetration testing"
+HOMEPAGE="https://monkey.org/~dugsong/dsniff/"
+SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${MY_PV}+debian.orig.tar.gz
+ mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${MY_PV}+debian-${PV/*_p}.debian.tar.xz"
+S="${WORKDIR}/${P/_beta1*/}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X"
+
+# There's a berkdb configure option but we get a build failure if
+# we try to disable it. Not clear how useful the package is
+# without it anyway.
+RDEPEND="
+ net-libs/libpcap
+ >=net-libs/libnet-1.1.2.1-r1
+ >=net-libs/libnids-1.21
+ net-libs/libnsl:=
+ net-libs/libtirpc:=
+ dev-libs/openssl:=
+ >=sys-libs/db-4:=
+ X? ( x11-libs/libXmu )
+"
+DEPEND="
+ ${DEPEND}
+ net-libs/rpcsvc-proto
+"
+# Calls rpcgen during build
+BDEPEND="net-libs/rpcsvc-proto"
+
+PATCHES=(
+ "${WORKDIR}"/debian/patches/
+ "${FILESDIR}"/${PN}-2.4_beta1_p30-httppostfix.patch
+ "${FILESDIR}"/${PN}-2.4_beta1_p30-libdir-configure.patch
+ "${FILESDIR}"/${PN}-2.4_beta1_p30-respect-AR.patch
+)
+
+src_prepare() {
+ default
+
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+src_configure() {
+ # bug #946622
+ append-flags -std=gnu17
+ # Opt_dns clash (not worth reporting/patching; we already have
+ # a huge heap of patches from Debian)
+ filter-lto
+
+ tc-export AR
+
+ econf \
+ $(use_with X x)
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ emake install install_prefix="${D}"
+
+ dodir /etc/dsniff
+ cp "${ED}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
+ "${ED}"/etc/dsniff/ || die
+ dodoc CHANGES README TODO
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/
@ 2025-02-16 12:45 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-02-16 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 3e95439d20bb95c195f808c76666858d3a5da341
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 12:45:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 12:45:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e95439d
net-analyzer/dsniff: drop 2.4_beta1_p30
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/dsniff/Manifest | 1 -
net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild | 73 -------------------------
2 files changed, 74 deletions(-)
diff --git a/net-analyzer/dsniff/Manifest b/net-analyzer/dsniff/Manifest
index b2e7c1ce8794..df8eff3f4155 100644
--- a/net-analyzer/dsniff/Manifest
+++ b/net-analyzer/dsniff/Manifest
@@ -1,4 +1,3 @@
-DIST dsniff_2.4b1+debian-30.debian.tar.xz 30788 BLAKE2B 8605b1dcca36f626f31410d88d25a57e6661b57b941155cdbde951991b09fb2dd7c147b1fdd1a22eded1cf904c890317b1844a7829cd6e43fd2fc5defc79b5f3 SHA512 45ffe34fcd30cd1461a354891b9d5567038cc176dbfa79c67020075cd40ae09b7092954925019e583d0d69cae76a558049b489745454a8034ce3e9e832c58f64
DIST dsniff_2.4b1+debian-31.debian.tar.xz 30848 BLAKE2B 46bdfa08170fbfbba35fcc67340fc35352ef276dd5e8e00a540da39d28364c3198198eefeb6b85cb05e74d3785fc61c7e8e58d6ce37e0b62e6018e4842d938ad SHA512 da927bb887db6761a07dc2460bdeb834b386ccc5b8aa50ebce804ee130f89379268412cddd83ad64cc763e98e2f42a7efc23b7ca77db59445533272cb408088f
DIST dsniff_2.4b1+debian-34.debian.tar.xz 31148 BLAKE2B 09b605065d8e03ea5c2f9083420feca3a05d4453ca7a46f2886766f34aed23e3cb83d73f12dbb633c1142d187b66a5508b3c583582e1902d4957e3813ed9929a SHA512 f539d59d931acc7fba97f079a33301b415d6dc769bf2ca3f1b3bf0fcfdf9cfc3c2454e017f5c47d39bcc5f47b91f70f6e2abc8cdeae631aa72946eb84b6bebf5
DIST dsniff_2.4b1+debian.orig.tar.gz 130220 BLAKE2B e6953a5bfc5331b030e1a5335987c51fa4cf2c644fc4e7ac9aefe17f52373a1f66ccef36c5d9136542f68a475350138b1f3e501bc9494a0fd4988c7c5a7b2eef SHA512 09c3a864f112f81b8fdf93436886b14eb8f603ec751b13f18cf027307f24098c018eacf98b3ae353731a0cf6f1c9cacfafbb534a0db8b9f0cc793e7515c41b5a
diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild
deleted file mode 100644
index adb46e181081..000000000000
--- a/net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-MY_PV="${PV/_beta/b}"
-MY_PV="${MY_PV/_p*/}"
-MY_PV="$(ver_rs 1 '.' "${MY_PV}")"
-# 2.4_beta1_p30 -> 2.4beta1-30
-MY_DEB_PV="$(ver_cut 1-2)$(ver_cut 3-4)-$(ver_cut 6)"
-
-DESCRIPTION="A collection of tools for network auditing and penetration testing"
-HOMEPAGE="https://monkey.org/~dugsong/dsniff/"
-SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${MY_PV}+debian.orig.tar.gz
- mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${MY_PV}+debian-${PV/*_p}.debian.tar.xz"
-S="${WORKDIR}/${P/_beta1*/}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="X"
-
-# There's a berkdb configure option but we get a build failure if
-# we try to disable it. Not clear how useful the package is
-# without it anyway.
-RDEPEND="net-libs/libpcap
- >=net-libs/libnet-1.1.2.1-r1
- >=net-libs/libnids-1.21
- net-libs/libnsl:=
- net-libs/libtirpc:=
- dev-libs/openssl:=
- >=sys-libs/db-4:=
- X? ( x11-libs/libXmu )"
-DEPEND="${DEPEND}
- net-libs/rpcsvc-proto"
-# Calls rpcgen during build
-BDEPEND="net-libs/rpcsvc-proto"
-
-PATCHES=(
- "${WORKDIR}"/debian/patches/
- "${FILESDIR}"/${PN}-2.4_beta1_p30-httppostfix.patch
- "${FILESDIR}"/${PN}-2.4_beta1_p30-libdir-configure.patch
- "${FILESDIR}"/${PN}-2.4_beta1_p30-respect-AR.patch
-)
-
-src_prepare() {
- default
-
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- tc-export AR
-
- econf \
- $(use_with X x)
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake install install_prefix="${D}"
-
- dodir /etc/dsniff
- cp "${ED}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
- "${ED}"/etc/dsniff/ || die
- dodoc CHANGES README TODO
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-02-16 12:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-13 15:46 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dsniff/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2017-09-17 18:25 Jeroen Roovers
2017-11-01 11:48 Andreas Hüttel
2018-04-14 18:07 Aaron Bauman
2018-05-20 22:57 Matt Turner
2025-02-16 12:45 Sam James
2025-02-16 12:45 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox