svn commit: r352587 - head/security/zenmap
Rusmir Dusko
nemysis at FreeBSD.org
Tue Apr 29 08:45:31 UTC 2014
Author: nemysis
Date: Tue Apr 29 08:45:30 2014
New Revision: 352587
URL: http://svnweb.freebsd.org/changeset/ports/352587
QAT: https://qat.redports.org/buildarchive/r352587/
Log:
- Update to 6.46, Announce message:
Fixed a bug which caused this crash message:
IOError: [Errno socket error] [Errno 10060] A connection attempt failed
because the connected party did not properly respond after a period of
time, or established connection failed because connected host has
failed to respond
The bug was caused by us adding a DOCTYPE definition to Nmap's XML
output which caused Python's XML parser to try and fetch the DTD
every time it parses an XML file. We now override that DTD-fetching
behavior. [Daniel Miller]
Modified:
head/security/zenmap/Makefile
head/security/zenmap/distinfo
Modified: head/security/zenmap/Makefile
==============================================================================
--- head/security/zenmap/Makefile Tue Apr 29 08:31:17 2014 (r352586)
+++ head/security/zenmap/Makefile Tue Apr 29 08:45:30 2014 (r352587)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zenmap
-PORTVERSION= 6.45
+PORTVERSION= 6.46
CATEGORIES= security ipv6
MASTER_SITES= http://nmap.org/dist/ \
SF/nemysisfreebsdp/security/:icons
Modified: head/security/zenmap/distinfo
==============================================================================
--- head/security/zenmap/distinfo Tue Apr 29 08:31:17 2014 (r352586)
+++ head/security/zenmap/distinfo Tue Apr 29 08:45:30 2014 (r352587)
@@ -1,4 +1,4 @@
-SHA256 (nmap-6.45.tar.bz2) = 13e595cbceb97f5281c43aa7ad56059a27d9a8b01ba97f199c4b9c826fcb5764
-SIZE (nmap-6.45.tar.bz2) = 7911456
+SHA256 (nmap-6.46.tar.bz2) = 3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4883137
+SIZE (nmap-6.46.tar.bz2) = 7911353
SHA256 (zenmap.png) = 55c232603d0cf02ee2e7cc0c0ba02101d18a33555644a6348fb533329c4cfce1
SIZE (zenmap.png) = 2832
More information about the svn-ports-all
mailing list