Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 09:52:34 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367330 - head/security/zenmap
Message-ID:  <201409050952.s859qYZ9014422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Fri Sep  5 09:52:34 2014
New Revision: 367330
URL: http://svnweb.freebsd.org/changeset/ports/367330
QAT: https://qat.redports.org/buildarchive/r367330/

Log:
  - Update to 6.47, announce message:
  
   Avoid crashing when users have the antiquated PyXML package
   installed. Python tries to be nice and loads it when we import xml, but it
   isn't compatible. Instead, we force Python to use the standard library xml
   module. [Daniel Miller]
  
   Fix a bug in DiffViewer causing this crash:
   TypeError: GtkTextBuffer.set_text() argument 1 must be string or read-only
   buffer, not NmapParserSAX
   Crash happened when trying to compare two scans within Zenmap. [Daniel Miller]
  
  - USES python instead of USE_PYTHON=yes
  - Use USE_PYTHON=distutils instead of USE_PYDISTUTILS=yes
  - Use USE_PYTHON=autoplist instead of PYDISTUTILS_AUTOPLIST=yes

Modified:
  head/security/zenmap/Makefile
  head/security/zenmap/distinfo

Modified: head/security/zenmap/Makefile
==============================================================================
--- head/security/zenmap/Makefile	Fri Sep  5 09:36:46 2014	(r367329)
+++ head/security/zenmap/Makefile	Fri Sep  5 09:52:34 2014	(r367330)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zenmap
-PORTVERSION=	6.46
+PORTVERSION=	6.47
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://nmap.org/dist/ \
 		SF/nemysisfreebsdp/security/:icons
@@ -21,12 +21,10 @@ RUN_DEPENDS=	nmap:${PORTSDIR}/security/n
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
-USES=		dos2unix tar:bzip2
+USES=		dos2unix python tar:bzip2
 DOS2UNIX_GLOB=	*.xml
 USE_GNOME=	pygtk2
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/security/zenmap/distinfo
==============================================================================
--- head/security/zenmap/distinfo	Fri Sep  5 09:36:46 2014	(r367329)
+++ head/security/zenmap/distinfo	Fri Sep  5 09:52:34 2014	(r367330)
@@ -1,4 +1,4 @@
-SHA256 (nmap-6.46.tar.bz2) = 3f89d9053c69507fe9533c40188a6561d49607a37b1db6380aed9039d4883137
-SIZE (nmap-6.46.tar.bz2) = 7911353
+SHA256 (nmap-6.47.tar.bz2) = 8fa11e9e203ce2d81a207db5ca4f110a525f6c01c1dd0018325a7112a51aa591
+SIZE (nmap-6.47.tar.bz2) = 7878122
 SHA256 (zenmap.png) = 55c232603d0cf02ee2e7cc0c0ba02101d18a33555644a6348fb533329c4cfce1
 SIZE (zenmap.png) = 2832



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