head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.40 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.38 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.36 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.34 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.32 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.30 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.28 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.26 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.24 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.22 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.20 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.18 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.16 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.14 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.12 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.10 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.8 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2021.04.13.15.42.27; author nia; state Exp; branches; next ; commitid eqVoqu8b53g3a9PC; desc @@ 1.1 log @honeyd: update to 1.5c, fix build with "new" libevent i would post a changelog, but loading the honeyd forum fails with this: SQL ERROR [ mysql4 ] Table './phpbb2/phpbb3_sessions' is marked as crashed and should be repaired [145] An sql error occurred while fetching this page. Please contact an administrator if this problem persists. This release is from 2007. @ text @$NetBSD$ Shell portability. --- configure.orig 2007-05-28 06:15:44.000000000 +0000 +++ configure @@@@ -19855,14 +19855,14 @@@@ libevent, we can only use select on pcap disable_poll=yes esac -if test x"$disable_kqueue" == x"yes"; then +if test x"$disable_kqueue" = x"yes"; then cat >>confdefs.h <<\_ACEOF #define DISABLE_KQUEUE 1 _ACEOF fi -if test x"$disable_poll" == x"yes"; then +if test x"$disable_poll" = x"yes"; then cat >>confdefs.h <<\_ACEOF #define DISABLE_POLL 1 @@@@ -21408,7 +21408,7 @@@@ if test $ac_cv_lib_pcap_pcap_get_selecta have_pcap_get_selectable_fd="yes" fi -if test x"$have_pcap_get_selectable_fd" == x"yes"; then +if test x"$have_pcap_get_selectable_fd" = x"yes"; then cat >>confdefs.h <<\_ACEOF #define HAVE_PCAP_GET_SELECTABLE_FD 1 @@@@ -22355,7 +22355,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 @