diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff-nox11/Makefile | 4 | ||||
-rw-r--r-- | security/dsniff-nox11/PLIST | 3 | ||||
-rw-r--r-- | security/dsniff/Makefile | 4 | ||||
-rw-r--r-- | security/dsniff/Makefile.common | 4 | ||||
-rw-r--r-- | security/dsniff/distinfo | 3 | ||||
-rw-r--r-- | security/dsniff/patches/patch-Makefile.in | 15 |
6 files changed, 23 insertions, 10 deletions
diff --git a/security/dsniff-nox11/Makefile b/security/dsniff-nox11/Makefile index 40dc1a77509..50fdae45223 100644 --- a/security/dsniff-nox11/Makefile +++ b/security/dsniff-nox11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/04/24 12:45:09 leot Exp $ .include "../../security/dsniff/Makefile.common" PKGNAME= dsniff-nox11-${VERS} -PKGREVISION= 11 +PKGREVISION= 12 COMMENT= Password sniffer CONFIGURE_ARGS+= --without-x diff --git a/security/dsniff-nox11/PLIST b/security/dsniff-nox11/PLIST index 06e5ddb7853..a5b2a0e561a 100644 --- a/security/dsniff-nox11/PLIST +++ b/security/dsniff-nox11/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/22 01:05:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/04/24 12:45:09 leot Exp $ lib/dnsspoof.hosts lib/dsniff.magic lib/dsniff.services @@ -21,7 +21,6 @@ sbin/filesnarf sbin/macof sbin/mailsnarf sbin/msgsnarf -sbin/sshmitm sbin/tcpkill sbin/tcpnice sbin/urlsnarf diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 318069347e6..6ea0640c85e 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2020/03/08 16:51:06 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2020/04/24 12:45:09 leot Exp $ .include "Makefile.common" -PKGREVISION= 17 +PKGREVISION= 18 COMMENT= Password sniffer (webspy) DEPENDS+= dsniff-nox11-[0-9]*:../../security/dsniff-nox11 diff --git a/security/dsniff/Makefile.common b/security/dsniff/Makefile.common index d10244c3eeb..3f44ea8b256 100644 --- a/security/dsniff/Makefile.common +++ b/security/dsniff/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2020/04/24 11:41:36 nia Exp $ +# $NetBSD: Makefile.common,v 1.14 2020/04/24 12:45:09 leot Exp $ # # used by security/dsniff/Makefile # used by security/dsniff-nox11/Makefile @@ -8,8 +8,6 @@ VERS= 2.3 CATEGORIES= security MASTER_SITES+= https://monkey.org/~dugsong/dsniff/ -BROKEN= "Fails to build with OpenSSL 1.1" - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://monkey.org/~dugsong/dsniff/ LICENSE= modified-bsd diff --git a/security/dsniff/distinfo b/security/dsniff/distinfo index dd67a47a24f..91f727d3fb3 100644 --- a/security/dsniff/distinfo +++ b/security/dsniff/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.12 2016/04/18 08:34:35 leot Exp $ +$NetBSD: distinfo,v 1.13 2020/04/24 12:45:09 leot Exp $ 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) = 90954f3959d2f55f5c50f1753210cee9fdc0a872 SHA1 (patch-aa) = b3798143fa0a662870c3144f136773d575c54364 SHA1 (patch-ab) = 6385da7139dcb11ea29ffba468e7fac260b61b44 SHA1 (patch-ac) = 1730b92ecd421e396781e2e4ba9b7a7d9b90d992 diff --git a/security/dsniff/patches/patch-Makefile.in b/security/dsniff/patches/patch-Makefile.in new file mode 100644 index 00000000000..0e6e6a4a2c9 --- /dev/null +++ b/security/dsniff/patches/patch-Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile.in,v 1.1 2020/04/24 12:45:09 leot Exp $ + +Do not build and install sshmitm, needs to be adjusted to OpenSSL 1.1. + +--- 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 + |