pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/honeyd Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebccaeea788f
branches:  trunk
changeset: 519558:ebccaeea788f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 11:15:41 2006 +0000

description:
Fixed "test ==".

diffstat:

 security/honeyd/distinfo         |   3 ++-
 security/honeyd/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 1cca2f0914fe -r ebccaeea788f security/honeyd/distinfo
--- a/security/honeyd/distinfo  Thu Oct 05 11:10:46 2006 +0000
+++ b/security/honeyd/distinfo  Thu Oct 05 11:15:41 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/08/21 20:19:36 adrianp Exp $
+$NetBSD: distinfo,v 1.6 2006/10/05 11:15:41 rillig Exp $
 
 SHA1 (honeyd-1.5b.tar.gz) = a6cef01ddb0b649442ac60e2a08b226b1634e3f9
 RMD160 (honeyd-1.5b.tar.gz) = 40ebe7d3a2915b5145c5a2eef04b9d1de18fbb09
 Size (honeyd-1.5b.tar.gz) = 881787 bytes
 SHA1 (patch-aa) = b69d986bd1a5c1847f4f5467216730da020c8686
+SHA1 (patch-ab) = 6f789cae31cc9b38ae68c2d9250dcab67e1a0146
diff -r 1cca2f0914fe -r ebccaeea788f security/honeyd/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/honeyd/patches/patch-ab  Thu Oct 05 11:15:41 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.2 2006/10/05 11:15:41 rillig Exp $
+
+--- configure.orig     2006-10-05 13:12:24.000000000 +0200
++++ configure  2006-10-05 13:13:08.000000000 +0200
+@@ -21853,7 +21853,7 @@ fi
+ 
+ if test x"$PATH_PYTHON" != x -a x"$DO_PYTHON" = xdefine ; then
+    pv_gv=`$PATH_PYTHON -c 'import sys; print sys.version[:3] > "2.3.0"'`
+-   if test "$pv_gv" == "False" ; then
++   if test "$pv_gv" = "False" ; then
+       # Extract the first word of "python2.4", so it can be a program name with args.
+ set dummy python2.4; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5



Home | Main Index | Thread Index | Old Index