svn commit: r412154 - head/security/nmap

Olli Hauer ohauer at FreeBSD.org
Wed Mar 30 04:18:25 UTC 2016


Author: ohauer
Date: Wed Mar 30 04:18:23 2016
New Revision: 412154
URL: https://svnweb.freebsd.org/changeset/ports/412154

Log:
  Nmap 7.12 [2016-03-29]
  o [NSE] VNC updates including vnc-brute support for TLS security type and
    negotiating a lower RFB version if the server sends an unknown higher
    version.  [Daniel Miller]
  
  o [NSE] Added STARTTLS support for VNC, NNTP, and LMTP [Daniel Miller]
  
  o Added new service probes and match lines for OpenVPN on UDP and TCP.

Modified:
  head/security/nmap/Makefile
  head/security/nmap/distinfo

Modified: head/security/nmap/Makefile
==============================================================================
--- head/security/nmap/Makefile	Wed Mar 30 01:44:23 2016	(r412153)
+++ head/security/nmap/Makefile	Wed Mar 30 04:18:23 2016	(r412154)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmap
-DISTVERSION=	7.11
+DISTVERSION=	7.12
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/ \
 		LOCAL/ohauer

Modified: head/security/nmap/distinfo
==============================================================================
--- head/security/nmap/distinfo	Wed Mar 30 01:44:23 2016	(r412153)
+++ head/security/nmap/distinfo	Wed Mar 30 04:18:23 2016	(r412154)
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.11.tar.bz2) = 13fa971555dec00e495a5b72c1f9efa1363b8e6c7388a2f05117cb0778c0954a
-SIZE (nmap-7.11.tar.bz2) = 8960056
+SHA256 (nmap-7.12.tar.bz2) = 63df082a87c95a189865d37304357405160fc6333addcf5b84204c95e0539b04
+SIZE (nmap-7.12.tar.bz2) = 8960599


More information about the svn-ports-head mailing list