pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/honeyd



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 10 01:44:32 UTC 2017

Modified Files:
        pkgsrc/security/honeyd: distinfo
Added Files:
        pkgsrc/security/honeyd/patches: patch-tagging.h

Log Message:
Work around macro name conflict with netbsd's builtin libevent.

The build goes further than before, but fails later trying to do
no-longer-permitted things with libevent's internals.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/honeyd/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/honeyd/patches/patch-tagging.h

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

Modified files:

Index: pkgsrc/security/honeyd/distinfo
diff -u pkgsrc/security/honeyd/distinfo:1.7 pkgsrc/security/honeyd/distinfo:1.8
--- pkgsrc/security/honeyd/distinfo:1.7 Wed Nov  4 01:17:46 2015
+++ pkgsrc/security/honeyd/distinfo     Sun Sep 10 01:44:31 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 01:17:46 agc Exp $
+$NetBSD: distinfo,v 1.8 2017/09/10 01:44:31 dholland Exp $
 
 SHA1 (honeyd-1.5b.tar.gz) = a6cef01ddb0b649442ac60e2a08b226b1634e3f9
 RMD160 (honeyd-1.5b.tar.gz) = 40ebe7d3a2915b5145c5a2eef04b9d1de18fbb09
@@ -6,3 +6,4 @@ SHA512 (honeyd-1.5b.tar.gz) = 13f32d1243
 Size (honeyd-1.5b.tar.gz) = 881787 bytes
 SHA1 (patch-aa) = b69d986bd1a5c1847f4f5467216730da020c8686
 SHA1 (patch-ab) = 6f789cae31cc9b38ae68c2d9250dcab67e1a0146
+SHA1 (patch-tagging.h) = 69c19ce9948594010a2db3701453c5ff5d085577

Added files:

Index: pkgsrc/security/honeyd/patches/patch-tagging.h
diff -u /dev/null pkgsrc/security/honeyd/patches/patch-tagging.h:1.1
--- /dev/null   Sun Sep 10 01:44:32 2017
+++ pkgsrc/security/honeyd/patches/patch-tagging.h      Sun Sep 10 01:44:32 2017
@@ -0,0 +1,16 @@
+$NetBSD: patch-tagging.h,v 1.1 2017/09/10 01:44:32 dholland Exp $
+
+Work around namespace conflict from libevent.
+
+--- tagging.h~ 2006-08-19 07:10:41.000000000 +0000
++++ tagging.h
+@@ -33,6 +33,9 @@
+ #ifndef _TAGGING_
+ #define _TAGGING_
+ 
++/* work around namespace conflict from libevent */
++#undef encode_int
++
+ void tagging_init(void);
+ 
+ #define SHINGLE_MIN   32



Home | Main Index | Thread Index | Old Index