pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dsniff{,-nox11}: Do not build sshmitm



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Aug 27 13:26:53 2018 +0200
Changeset:	737968c612b09ad05300d2d40c506f3b74e19ec5

Modified Files:
	dsniff-nox11/Makefile
	dsniff-nox11/PLIST
	dsniff/distinfo
Added Files:
	dsniff/patches/patch-Makefile.in

Log Message:
dsniff{,-nox11}: Do not build sshmitm

Building sshmitm is problematic with OpenSSL 1.1.0 and it is probably not
completely trivial to port to newer OpenSSL. As a workaround just avoid to build
it.

(A better solution would be to investigate if using sshmitm can be still handy
nowdays and if it is port it to newer OpenSSL API)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=737968c612b09ad05300d2d40c506f3b74e19ec5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dsniff-nox11/Makefile            |  2 +-
 dsniff-nox11/PLIST               |  1 -
 dsniff/distinfo                  |  1 +
 dsniff/patches/patch-Makefile.in | 13 +++++++++++++
 4 files changed, 15 insertions(+), 2 deletions(-)

diffs:
diff --git a/dsniff-nox11/Makefile b/dsniff-nox11/Makefile
index 16430e5a29..aad300e2fd 100644
--- a/dsniff-nox11/Makefile
+++ b/dsniff-nox11/Makefile
@@ -3,7 +3,7 @@
 .include "../../wip/dsniff/Makefile.common"
 
 PKGNAME=	dsniff-nox11-${VERS}
-PKGREVISION=	9
+PKGREVISION=	10
 COMMENT=	Password sniffer
 
 CONFIGURE_ARGS+=	--without-x
diff --git a/dsniff-nox11/PLIST b/dsniff-nox11/PLIST
index 06e5ddb785..3c15e69f18 100644
--- a/dsniff-nox11/PLIST
+++ b/dsniff-nox11/PLIST
@@ -21,7 +21,6 @@ sbin/filesnarf
 sbin/macof
 sbin/mailsnarf
 sbin/msgsnarf
-sbin/sshmitm
 sbin/tcpkill
 sbin/tcpnice
 sbin/urlsnarf
diff --git a/dsniff/distinfo b/dsniff/distinfo
index dd67a47a24..e0009a5b66 100644
--- a/dsniff/distinfo
+++ b/dsniff/distinfo
@@ -4,6 +4,7 @@ SHA1 (dsniff-2.3.tar.gz) = 671a1df823ab0657fc95e79112924a57281e9c3b
 RMD160 (dsniff-2.3.tar.gz) = 89dad0259e90acef30a7aa5f3471de3aaeb06147
 SHA512 (dsniff-2.3.tar.gz) = d27b2bf901cd7e2dcef0d6170318d131ba57d4881c0b85f24ee3de9581c41841eab4363cc8ea0dd6d7dcd1c27dcb61d054dfca964b5674301d8c7a173a9f113d
 Size (dsniff-2.3.tar.gz) = 126797 bytes
+SHA1 (patch-Makefile.in) = 0359cf70d4864e36c2e66c3cc457fa66b987dba0
 SHA1 (patch-aa) = b3798143fa0a662870c3144f136773d575c54364
 SHA1 (patch-ab) = 6385da7139dcb11ea29ffba468e7fac260b61b44
 SHA1 (patch-ac) = 1730b92ecd421e396781e2e4ba9b7a7d9b90d992
diff --git a/dsniff/patches/patch-Makefile.in b/dsniff/patches/patch-Makefile.in
new file mode 100644
index 0000000000..589ccba317
--- /dev/null
+++ b/dsniff/patches/patch-Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- Makefile.in.orig	2000-12-15 20:03:26.000000000 +0000
++++ Makefile.in
+@@ -69,7 +69,7 @@ OBJS	= $(SRCS:.c=.o)
+ LIBOBJS	= dummy.o @LIBOBJS@
+ 
+ PROGS	= arpspoof dnsspoof dsniff filesnarf macof mailsnarf msgsnarf \
+-	  sshmitm tcpkill tcpnice @TCPHIJACK@ urlsnarf webmitm @WEBSPY@ 
++	  tcpkill tcpnice @TCPHIJACK@ urlsnarf webmitm @WEBSPY@ 
+ 
+ CONFIGS	= dsniff.magic dsniff.services dnsspoof.hosts
+ 


Home | Main Index | Thread Index | Old Index