head 1.5; access; symbols OPENPKG_E1_MP_HEAD:1.5 OPENPKG_E1_MP:1.5 OPENPKG_E1_MP_2_STABLE:1.5 OPENPKG_E1_FP:1.5 OPENPKG_2_STABLE_MP:1.5 OPENPKG_2_STABLE_20061018:1.5 OPENPKG_2_STABLE_20060622:1.5 OPENPKG_2_STABLE:1.5.0.8 OPENPKG_2_STABLE_BP:1.5 OPENPKG_2_5_RELEASE:1.5 OPENPKG_2_5_SOLID:1.5.0.6 OPENPKG_2_5_SOLID_BP:1.5 OPENPKG_2_4_RELEASE:1.5 OPENPKG_2_4_SOLID:1.5.0.4 OPENPKG_2_4_SOLID_BP:1.5 OPENPKG_CW_FP:1.5 OPENPKG_2_3_RELEASE:1.5 OPENPKG_2_3_SOLID:1.5.0.2 OPENPKG_2_3_SOLID_BP:1.5 OPENPKG_2_2_RELEASE:1.3 OPENPKG_2_2_SOLID:1.3.0.2 OPENPKG_2_2_SOLID_BP:1.3 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.4 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.5 date 2004.12.28.10.17.51; author rse; state Exp; branches; next 1.4; 1.4 date 2004.10.28.19.01.06; author rse; state dead; branches; next 1.3; 1.3 date 2004.10.08.14.27.00; author rse; state Exp; branches; next 1.2; 1.2 date 2004.07.07.07.11.03; author rse; state dead; branches; next 1.1; 1.1 date 2004.02.10.19.15.46; author rse; state Exp; branches; next ; desc @@ 1.5 log @upgrading package: nessus-libs 2.2.2a -> 2.3.0 @ text @Index: nessus-libraries/libnessus/popen.c --- nessus-libraries/libnessus/popen.c.orig 2004-12-27 18:31:18 +0100 +++ nessus-libraries/libnessus/popen.c 2004-12-28 10:25:21 +0100 @@@@ -18,6 +18,7 @@@@ */ #include +#include #ifndef RLIM_INFINITY #define RLIM_INFINITY (1024*1024*1024) #endif @ 1.4 log @upgrading package: nessus-libs 2.1.3 -> 2.2.0 @ text @d1 5 a5 4 Index: nessus-libraries/libnessus/share_fd.c --- nessus-libraries/libnessus/share_fd.c.orig 2004-08-31 19:15:08.000000000 +0200 +++ nessus-libraries/libnessus/share_fd.c 2004-10-08 16:23:49.390385752 +0200 @@@@ -104,7 +104,7 @@@@ d7 5 a11 7 #ifdef HAVE_ACCRIGHTS_IN_MSGHDR if (msg.msg_accrightslen != sizeof(fd)) - printf("recv_fd(): no fd"; + printf("recv_fd(): no fd"); #else cmsg = CMSG_FIRSTHDR(&msg); if (cmsg->cmsg_type != SCM_RIGHTS) @ 1.3 log @fix syntax error @ text @@ 1.2 log @upgrading package: nessus-libs 2.0.10 -> 2.1.0 @ text @d1 9 a9 6 Index: nessus-libraries/libnessus/pcap.c --- nessus-libraries/libnessus/pcap.c.orig 2004-01-19 18:50:31.000000000 +0100 +++ nessus-libraries/libnessus/pcap.c 2004-02-10 20:13:33.000000000 +0100 @@@@ -316,7 +316,7 @@@@ #ifdef HAVE_SOCKADDR_SA_LEN len = ifr->ifr_addr.sa_len; d11 2 a12 5 - len = sizeof(struct ifmap); + len = (sizeof(struct ifreq) - sizeof(ifr->ifr_name)); #endif for(; ifr && *((char *)ifr) && ((char *)ifr) < buf + ifc.ifc_len; ((*(char **)&ifr) += sizeof(ifr->ifr_name) + len )) { @ 1.1 log @try to port to Solaris @ text @@