diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-09-22 14:22:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-09-22 14:22:43 +0000 |
commit | 93585a4d56786bbc09c42f984bdac60728c57e74 (patch) | |
tree | e5912f39861be3e4b5013d51c4314516070fdaa8 /net-analyzer/dsniff | |
parent | Version bump. Drop old and vulnerable kernels. (diff) | |
download | gentoo-2-93585a4d56786bbc09c42f984bdac60728c57e74.tar.gz gentoo-2-93585a4d56786bbc09c42f984bdac60728c57e74.tar.bz2 gentoo-2-93585a4d56786bbc09c42f984bdac60728c57e74.zip |
Fix the previous fix (bug #338086 comment #7).
(Portage version: 2.2_rc85/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/dsniff')
-rw-r--r-- | net-analyzer/dsniff/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/dsniff/files/2.4_beta1-make.patch | 15 |
2 files changed, 17 insertions, 3 deletions
diff --git a/net-analyzer/dsniff/ChangeLog b/net-analyzer/dsniff/ChangeLog index fbf3d31c4228..89da393bf9c2 100644 --- a/net-analyzer/dsniff/ChangeLog +++ b/net-analyzer/dsniff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/dsniff # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.54 2010/09/20 11:07:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.55 2010/09/22 14:22:43 jer Exp $ + + 22 Sep 2010; Jeroen Roovers <jer@gentoo.org> files/2.4_beta1-make.patch: + Fix the previous fix (bug #338086 comment #7). *dsniff-2.4_beta1-r5 (20 Sep 2010) diff --git a/net-analyzer/dsniff/files/2.4_beta1-make.patch b/net-analyzer/dsniff/files/2.4_beta1-make.patch index b0d80b0a4b06..a8dc2b627ad6 100644 --- a/net-analyzer/dsniff/files/2.4_beta1-make.patch +++ b/net-analyzer/dsniff/files/2.4_beta1-make.patch @@ -9,7 +9,7 @@ LDFLAGS = @LDFLAGS@ PCAPINC = @PCAPINC@ -@@ -75,7 +75,11 @@ +@@ -75,12 +75,20 @@ .c.o: $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/$*.c @@ -20,8 +20,19 @@ + +$(OBJS): $(GEN) ++mount.h: mount.x ++ rpcgen -h mount.x -o mount.h ++ mount.c: mount.x - rpcgen -h mount.x -o mount.h +- rpcgen -h mount.x -o mount.h + rpcgen -c mount.x -o mount.c + ++nfs_prot.h: nfs_prot.x ++ rpcgen -h nfs_prot.x -o nfs_prot.h ++ + nfs_prot.c: nfs_prot.x +- rpcgen -h nfs_prot.x -o nfs_prot.h + rpcgen -c nfs_prot.x -o nfs_prot.c @@ -93,7 +97,7 @@ $(RANLIB) $@ |