From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 2 18:50:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70B9016A791 for ; Tue, 2 May 2006 18:50:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B71843D4C for ; Tue, 2 May 2006 18:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k42IoHjM078968 for ; Tue, 2 May 2006 18:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k42IoH7l078967; Tue, 2 May 2006 18:50:17 GMT (envelope-from gnats) Resent-Date: Tue, 2 May 2006 18:50:17 GMT Resent-Message-Id: <200605021850.k42IoH7l078967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryo Okamoto Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B21116A43E for ; Tue, 2 May 2006 18:49:51 +0000 (UTC) (envelope-from ryo@aquahill.net) Received: from aquahill.net (155.20.228.210.asama.ne.jp [210.228.20.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4ECC43D6B for ; Tue, 2 May 2006 18:49:50 +0000 (GMT) (envelope-from ryo@aquahill.net) Received: (qmail 62569 invoked by uid 1000); 3 May 2006 03:49:48 +0900 Message-Id: <20060502184948.62568.qmail@aquahill.net> Date: 3 May 2006 03:49:48 +0900 From: Ryo Okamoto To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Ryo Okamoto Subject: ports/96674: Update port: net/nepenthes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ryo Okamoto List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 18:50:22 -0000 >Number: 96674 >Category: ports >Synopsis: Update port: net/nepenthes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 02 18:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: ryo >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/nepenthes/Makefile ./Makefile --- /usr/ports/net/nepenthes/Makefile Sun Apr 30 17:53:39 2006 +++ ./Makefile Sun Apr 30 23:24:40 2006 @@ -2,11 +2,11 @@ # Date created: 1 Dec 2005 # Whom: ryo # -# $FreeBSD: ports/net/nepenthes/Makefile,v 1.5 2006/04/29 23:56:17 mnag Exp $ +# $FreeBSD$ # PORTNAME= nepenthes -PORTVERSION= 0.1.6 +PORTVERSION= 0.1.7 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nepenthes @@ -29,11 +29,11 @@ .include .if ${OSVERSION} < 500000 -BROKEN= Does not compile +BROKEN= "Does not compile" .endif .if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 +BROKEN= "Does not compile on !i386" .endif .include diff -ruN /usr/ports/net/nepenthes/distinfo ./distinfo --- /usr/ports/net/nepenthes/distinfo Sun Apr 30 17:53:39 2006 +++ ./distinfo Sun Apr 30 23:24:40 2006 @@ -1,3 +1,3 @@ -MD5 (nepenthes-0.1.6.tar.gz) = 317afd3dc86d57a22570632bdf839ef2 -SHA256 (nepenthes-0.1.6.tar.gz) = f9bae290d49df9658b7f27a2f4c304fd671cc1f2f344a3b960a181c12416d94b -SIZE (nepenthes-0.1.6.tar.gz) = 794938 +MD5 (nepenthes-0.1.7.tar.gz) = 799c671b3aaef58087f635064b6acd61 +SHA256 (nepenthes-0.1.7.tar.gz) = 1347db3895ac6129b8271fb7effb061f107085fd8ab428eeab6d0fcc54edad85 +SIZE (nepenthes-0.1.7.tar.gz) = 840661 diff -ruN /usr/ports/net/nepenthes/files/patch-Makefile.in ./files/patch-Makefile.in --- /usr/ports/net/nepenthes/files/patch-Makefile.in Sun Apr 30 17:53:39 2006 +++ ./files/patch-Makefile.in Sun Apr 30 23:24:38 2006 @@ -1,11 +1,13 @@ ---- Makefile.in.orig Fri Dec 2 02:51:05 2005 -+++ Makefile.in Fri Dec 2 02:51:38 2005 -@@ -193,7 +193,7 @@ +--- Makefile.in.orig Sun Apr 30 22:50:20 2006 ++++ Makefile.in Sun Apr 30 22:50:38 2006 +@@ -198,8 +198,8 @@ SUBDIRS = nepenthes-core modules #tools - EXTRA_DIST = configure.ac CHANGES doc/README doc/README.VFS doc/logo-shaded.svg doc/nepenthes.8 conf/nepenthes.conf.dist + EXTRA_DIST = configure.ac CHANGES doc/README.VFS doc/logo-shaded.svg doc/nepenthes.8 conf/nepenthes.conf.dist -docdir = $(prefix)/share/doc +-doc_DATA = doc/README.VFS doc/logo-shaded.svg +docdir = $(prefix)/share/nepenthes - doc_DATA = doc/README doc/README.VFS doc/logo-shaded.svg ++doc_DATA = README doc/README.VFS doc/logo-shaded.svg #sysconf_DATA = conf/nepenthes.conf.dist + AM_CXXFLAGS = '' diff -ruN /usr/ports/net/nepenthes/pkg-plist ./pkg-plist --- /usr/ports/net/nepenthes/pkg-plist Sun Apr 30 17:53:39 2006 +++ ./pkg-plist Sun Apr 30 23:24:40 2006 @@ -1,18 +1,21 @@ bin/nepenthes etc/nepenthes/download-csend.conf etc/nepenthes/download-curl.conf +etc/nepenthes/download-ftp.conf etc/nepenthes/download-link.conf etc/nepenthes/download-nepenthes.conf etc/nepenthes/download-tftp.conf etc/nepenthes/geolocation-ip2location.conf etc/nepenthes/log-download.conf etc/nepenthes/log-irc.conf +etc/nepenthes/log-prelude.conf etc/nepenthes/log-surfnet.conf etc/nepenthes/module-portwatch.conf etc/nepenthes/nepenthes.conf etc/nepenthes/nepenthes.conf.dist etc/nepenthes/shellcode-generic.conf etc/nepenthes/submit-file.conf +etc/nepenthes/submit-gotek.conf etc/nepenthes/submit-nepenthes.conf etc/nepenthes/submit-norman.conf etc/nepenthes/submit-xmlrpc.conf @@ -20,6 +23,7 @@ etc/nepenthes/vuln-bagle.conf etc/nepenthes/vuln-dameware.conf etc/nepenthes/vuln-dcom.conf +etc/nepenthes/vuln-ftpd.conf etc/nepenthes/vuln-iis.conf etc/nepenthes/vuln-kuang2.conf etc/nepenthes/vuln-lsass.conf @@ -83,6 +87,9 @@ lib/nepenthes/logirc.a lib/nepenthes/logirc.la lib/nepenthes/logirc.so +lib/nepenthes/logprelude.a +lib/nepenthes/logprelude.la +lib/nepenthes/logprelude.so lib/nepenthes/logsurfnet.a lib/nepenthes/logsurfnet.la lib/nepenthes/logsurfnet.so @@ -92,12 +99,18 @@ lib/nepenthes/shellcodegeneric.a lib/nepenthes/shellcodegeneric.la lib/nepenthes/shellcodegeneric.so +lib/nepenthes/shellcodesignatures.a +lib/nepenthes/shellcodesignatures.la +lib/nepenthes/shellcodesignatures.so lib/nepenthes/shellemuwinnt.a lib/nepenthes/shellemuwinnt.la lib/nepenthes/shellemuwinnt.so lib/nepenthes/submitfile.a lib/nepenthes/submitfile.la lib/nepenthes/submitfile.so +lib/nepenthes/submitgotek.a +lib/nepenthes/submitgotek.la +lib/nepenthes/submitgotek.so lib/nepenthes/submitnepenthes.a lib/nepenthes/submitnepenthes.la lib/nepenthes/submitnepenthes.so @@ -122,6 +135,9 @@ lib/nepenthes/vulndcom.a lib/nepenthes/vulndcom.la lib/nepenthes/vulndcom.so +lib/nepenthes/vulnftpd.a +lib/nepenthes/vulnftpd.la +lib/nepenthes/vulnftpd.so lib/nepenthes/vulniis.a lib/nepenthes/vulniis.la lib/nepenthes/vulniis.so @@ -191,9 +207,6 @@ lib/nepenthes/x6.a lib/nepenthes/x6.la lib/nepenthes/x6.so -lib/nepenthes/x7.a -lib/nepenthes/x7.la -lib/nepenthes/x7.so lib/nepenthes/x8.a lib/nepenthes/x8.la lib/nepenthes/x8.so >Release-Note: >Audit-Trail: >Unformatted: