Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D9BD17A25E for ; Fri, 10 Feb 2017 22:58:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4B4698556E; Fri, 10 Feb 2017 22:58:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D045684C86 for ; Fri, 10 Feb 2017 22:58:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Jkyz9aOaAciy for ; Fri, 10 Feb 2017 22:58:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5FCED84CE3 for ; Fri, 10 Feb 2017 22:58:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09406FBE3; Fri, 10 Feb 2017 22:58:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486767511224250" MIME-Version: 1.0 Date: Fri, 10 Feb 2017 22:58:31 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/net/p5-Nmap-Parser To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170210225831.09406FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486767511224250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Feb 10 22:58:30 UTC 2017 Modified Files: pkgsrc/net/p5-Nmap-Parser: Makefile distinfo Log Message: Updated net/p5-Nmap-Parser to 1.330 ----------------------------------- Changes for 1.33 - Add tcp_port_state_ttl() function for export from nmap xml results. Thanks to @matrix. - Document fixes thanks to @zOrg1331 Changes for 1.32 - Updated website: https://github.com/modernistik/Nmap-Parser - Eliminate global variables %D - thanks to bonsaiviking To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/p5-Nmap-Parser/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/p5-Nmap-Parser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486767511224250 Content-Disposition: inline Content-Length: 1697 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Nmap-Parser/Makefile diff -u pkgsrc/net/p5-Nmap-Parser/Makefile:1.22 pkgsrc/net/p5-Nmap-Parser/Makefile:1.23 --- pkgsrc/net/p5-Nmap-Parser/Makefile:1.22 Wed Jun 8 19:24:14 2016 +++ pkgsrc/net/p5-Nmap-Parser/Makefile Fri Feb 10 22:58:30 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2016/06/08 19:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/02/10 22:58:30 mef Exp $ # -DISTNAME= Nmap-Parser-1.31 +DISTNAME= Nmap-Parser-1.33 PKGNAME= p5-${DISTNAME}0 -PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Nmap/} Index: pkgsrc/net/p5-Nmap-Parser/distinfo diff -u pkgsrc/net/p5-Nmap-Parser/distinfo:1.7 pkgsrc/net/p5-Nmap-Parser/distinfo:1.8 --- pkgsrc/net/p5-Nmap-Parser/distinfo:1.7 Wed Nov 4 00:35:24 2015 +++ pkgsrc/net/p5-Nmap-Parser/distinfo Fri Feb 10 22:58:30 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 00:35:24 agc Exp $ +$NetBSD: distinfo,v 1.8 2017/02/10 22:58:30 mef Exp $ -SHA1 (Nmap-Parser-1.31.tar.gz) = 650c262ef04d150e252c301d3a8169deea45eb48 -RMD160 (Nmap-Parser-1.31.tar.gz) = abc5b5e30c448b0fd4ef1e2701388429b98d679c -SHA512 (Nmap-Parser-1.31.tar.gz) = 156932f4cad124579d419d18917ab0307271eded5de5aa31ad155ee6ac5923c4d86e860361546ab5431c6b9a8e38d5b4757807b3d077362f6f7db84b68e06519 -Size (Nmap-Parser-1.31.tar.gz) = 41123 bytes +SHA1 (Nmap-Parser-1.33.tar.gz) = ac7cb1a55b1730e148d65abd6d8d1cc54ea87422 +RMD160 (Nmap-Parser-1.33.tar.gz) = b09ca26a7e3fe262b7a7974b2f6413817caa2751 +SHA512 (Nmap-Parser-1.33.tar.gz) = 8c33aa48b391294e9f45f527548c2beea6417434ef233e87255c2ce5c4245e6bb07aa8fe39ef5fa9dfa163268548afea3839b383edffe3979dadb3d61b526070 +Size (Nmap-Parser-1.33.tar.gz) = 41661 bytes --_----------=_1486767511224250--