svn commit: r411673 - head/security/nmap

Olli Hauer ohauer at FreeBSD.org
Tue Mar 22 20:02:09 UTC 2016


Author: ohauer
Date: Tue Mar 22 20:02:07 2016
New Revision: 411673
URL: https://svnweb.freebsd.org/changeset/ports/411673

Log:
  - update to 7.11
  
  Changes:
    o [NSE][GH#341] Added support for diffie-hellman-group-exchange-* SSH key
      exchange methods to ssh2.lua, allowing ssh-hostkey to run on servers that
      only support custom Diffie-Hellman groups. [Sergey Khegay]
  
    o [NSE] Added support in sslcert.lua for Microsoft SQL Server's TDS protocol,
      so you can now grab certs with ssl-cert or check ciphers with
      ssl-enum-ciphers.  [Daniel Miller]

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

Modified: head/security/nmap/Makefile
==============================================================================
--- head/security/nmap/Makefile	Tue Mar 22 19:31:55 2016	(r411672)
+++ head/security/nmap/Makefile	Tue Mar 22 20:02:07 2016	(r411673)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmap
-DISTVERSION=	7.10
+DISTVERSION=	7.11
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/ \
 		LOCAL/ohauer

Modified: head/security/nmap/distinfo
==============================================================================
--- head/security/nmap/distinfo	Tue Mar 22 19:31:55 2016	(r411672)
+++ head/security/nmap/distinfo	Tue Mar 22 20:02:07 2016	(r411673)
@@ -1,2 +1,2 @@
-SHA256 (nmap-7.10.tar.bz2) = 58cf8896d09057d1c3533f430c06b22791d0227ebbb93dede2ccb73693ed4b4b
-SIZE (nmap-7.10.tar.bz2) = 8947277
+SHA256 (nmap-7.11.tar.bz2) = 13fa971555dec00e495a5b72c1f9efa1363b8e6c7388a2f05117cb0778c0954a
+SIZE (nmap-7.11.tar.bz2) = 8960056


More information about the svn-ports-all mailing list