pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/dsniff Compile with the OpenSSL in NetBSD-cur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa069ab5cfbc
branches:  trunk
changeset: 504456:aa069ab5cfbc
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Dec 11 18:26:03 2005 +0000

description:
Compile with the OpenSSL in NetBSD-current.
Patch from Debian bug tracker, via <veego>.

diffstat:

 security/dsniff/distinfo         |   4 ++--
 security/dsniff/patches/patch-ab |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fee685f81ebb -r aa069ab5cfbc security/dsniff/distinfo
--- a/security/dsniff/distinfo  Sun Dec 11 18:08:44 2005 +0000
+++ b/security/dsniff/distinfo  Sun Dec 11 18:26:03 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 13:10:05 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/12/11 18:26:03 salo Exp $
 
 SHA1 (dsniff-2.3.tar.gz) = 671a1df823ab0657fc95e79112924a57281e9c3b
 RMD160 (dsniff-2.3.tar.gz) = 89dad0259e90acef30a7aa5f3471de3aaeb06147
 Size (dsniff-2.3.tar.gz) = 126797 bytes
 SHA1 (patch-aa) = b50347c772c13abd6b62a80315c7bfecc139ba60
-SHA1 (patch-ab) = 88c8e182a95b03120446f1453806e5354c074b83
+SHA1 (patch-ab) = 6385da7139dcb11ea29ffba468e7fac260b61b44
diff -r fee685f81ebb -r aa069ab5cfbc security/dsniff/patches/patch-ab
--- a/security/dsniff/patches/patch-ab  Sun Dec 11 18:08:44 2005 +0000
+++ b/security/dsniff/patches/patch-ab  Sun Dec 11 18:26:03 2005 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.1 2003/10/29 18:10:10 cube Exp $
+$NetBSD: patch-ab,v 1.2 2005/12/11 18:26:03 salo Exp $
 
 --- sshcrypto.c.orig   2000-11-28 22:23:28.000000000 +0100
 +++ sshcrypto.c
-@@ -21,6 +21,15 @@
+@@ -14,6 +14,8 @@
+ 
+ #include <sys/types.h>
+ #include <openssl/ssl.h>
++#include <openssl/blowfish.h>
++#include <openssl/des.h>
+ 
+ #include <err.h>
+ #include <stdio.h>
+@@ -21,6 +23,15 @@
  
  #include "sshcrypto.h"
  



Home | Main Index | Thread Index | Old Index