From owner-cvs-all@FreeBSD.ORG Wed Jan 4 16:47:53 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EC2F106564A; Wed, 4 Jan 2012 16:47:53 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D65B8FC13; Wed, 4 Jan 2012 16:47:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q04GlqQg091222; Wed, 4 Jan 2012 16:47:52 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q04GlqHQ091221; Wed, 4 Jan 2012 16:47:52 GMT (envelope-from ohauer) Message-Id: <201201041647.q04GlqHQ091221@repoman.freebsd.org> From: Olli Hauer Date: Wed, 4 Jan 2012 16:47:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nmap Makefile distinfo pkg-plist ports/security/nmap/files patch-nbase__configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 16:47:53 -0000 ohauer 2012-01-04 16:47:52 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo pkg-plist Removed files: security/nmap/files patch-nbase__configure Log: - update to 5.61TEST4 For detailed Changes see http://nmap.org/changelog.html (List is simply to long ...) Some highlights * [NSE] Added a new httpspider library which is used for recursively crawling web sites for information. New scripts using this functionality include http-backup-finder, http-email-harvest, http-grep, http-open-redirect, and http-unsafe-output-escaping. See http://nmap.org/nsedoc/ or the list later in this file for details on these. * [NSE] Added a vulnerability management library (vulns.lua) to store and to report discovered vulnerabilities. * [NSE] Added a new script force feature. You can force scripts to run against target ports (even if the "wrong" service is detected) by placing a plus in front of the script name passed to --script. See http://nmap.org/book/nse-usage.html#nse-script-selection. * [NSE] Added 51(!) NSE scripts, bringing the total up to 297. Build tests sponsored by redports.org Revision Changes Path 1.133 +3 -2 ports/security/nmap/Makefile 1.84 +2 -2 ports/security/nmap/distinfo 1.5 +0 -22 ports/security/nmap/files/patch-nbase__configure (dead) 1.36 +60 -0 ports/security/nmap/pkg-plist