pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-Nmap-Parser



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.

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



Home | Main Index | Thread Index | Old Index