Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2016 20:02:08 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411673 - head/security/nmap
Message-ID:  <201603222002.u2MK28qI044652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603222002.u2MK28qI044652>