From owner-freebsd-ports Fri Aug 16 8:20:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0218037B406 for ; Fri, 16 Aug 2002 08:20:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151B243E86 for ; Fri, 16 Aug 2002 08:20:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7GFK6JU017192 for ; Fri, 16 Aug 2002 08:20:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7GFK6ix017191; Fri, 16 Aug 2002 08:20:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A44E37B400 for ; Fri, 16 Aug 2002 08:18:23 -0700 (PDT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63F443E3B for ; Fri, 16 Aug 2002 08:18:21 -0700 (PDT) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g7GFIIG20630 for ; Fri, 16 Aug 2002 17:18:19 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g7GFIIF26432 for ; Fri, 16 Aug 2002 17:18:18 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.5/8.12.5/Siemens CERT [ $Revision: 1.25 ]) with ESMTP id g7GFIII0078900 for ; Fri, 16 Aug 2002 17:18:18 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.5/8.12.5/alaska [ $Revision: 1.14 ]) with ESMTP id g7GFIHEH007064 for ; Fri, 16 Aug 2002 17:18:17 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.5/8.12.5/alaska [ $Revision: 1.3 ]) id g7GFIHF9007063; Fri, 16 Aug 2002 17:18:17 +0200 (CEST) (envelope-from ust) Message-Id: <200208161518.g7GFIHF9007063@alaska.cert.siemens.de> Date: Fri, 16 Aug 2002 17:18:17 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41713: maintainer-update of security/nessus-plugins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41713 >Category: ports >Synopsis: maintainer-update of security/nessus-plugins >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 16 08:20:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.6-STABLE FreeBSD 4.6-STABLE #10: Thu Aug 15 18:18:47 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of security/nessus-plugins: -Fix a bug with hanging clients if executing a nmap scan. Committer: Added file (cvs add): files/patch-nmap_wrapper.c >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/nessus-plugins/Makefile nessus-plugins/Makefile --- /usr/ports/security/nessus-plugins/Makefile Sat Aug 10 18:22:24 2002 +++ nessus-plugins/Makefile Fri Aug 16 16:26:07 2002 @@ -7,6 +7,7 @@ PORTNAME= nessus-plugins PORTVERSION= 1.2.4 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ diff -ruN /usr/ports/security/nessus-plugins/files/patch-nmap_wrapper.c nessus-plugins/files/patch-nmap_wrapper.c --- /usr/ports/security/nessus-plugins/files/patch-nmap_wrapper.c Thu Jan 1 01:00:00 1970 +++ nessus-plugins/files/patch-nmap_wrapper.c Fri Aug 16 17:00:43 2002 @@ -0,0 +1,19 @@ +--- plugins/nmap_wrapper/nmap_wrapper.c.orig Wed Aug 7 16:59:06 2002 ++++ plugins/nmap_wrapper/nmap_wrapper.c Fri Aug 16 16:13:48 2002 +@@ -612,14 +612,12 @@ + Hostinfos = hostinfos; + + #ifdef FAKE_PROGRESS_BAR ++ signal(SIGALRM, SIG_IGN); ++ alarm(0); + signal(SIGALRM, update_progress_bar); + alarm(1); + #endif + fp = ptycall_nmap (desc, NMAP, argv, &nmap_pid); +-#ifdef FAKE_PROGRESS_BAR +- signal(SIGALRM, SIG_IGN); +- alarm(0); +-#endif + destroy_argv (argv); + } + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message