Tue Aug 31 15:45:23 2021 UTC ()
net/ruby-recog: update to 2.3.21

2.3.21 (2021-08-02)

Highlights:

* BUG: Fix a very unlikely DoS condition, general regex performance tuning
  (#368)
* Regex cross-language compatibility (#367)
* Field migration: host.id -> hw.serial_number (#366)
* Fingerprints: Misc improvements (Thanks @jpincombe-r7) (#363 #365)
* CPE: Updates using the current NIST database.


(taca)
diff -r1.11 -r1.12 pkgsrc/net/ruby-recog/Makefile
diff -r1.9 -r1.10 pkgsrc/net/ruby-recog/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/net/ruby-recog/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-recog/Makefile 2021/05/30 11:14:15 1.11
+++ pkgsrc/net/ruby-recog/Makefile 2021/08/31 15:45:23 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2021/05/30 11:14:15 taca Exp $ 1# $NetBSD: Makefile,v 1.12 2021/08/31 15:45:23 taca Exp $
2 2
3DISTNAME= recog-2.3.20 3DISTNAME= recog-2.3.21
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://www.github.com/rapid7/recog 7HOMEPAGE= https://www.github.com/rapid7/recog
8COMMENT= Framework to send network probes for identification 8COMMENT= Framework to send network probes for identification
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri 11DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
12DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml 12DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16RUBYGEM_OPTIONS+= --format-executable 16RUBYGEM_OPTIONS+= --format-executable

cvs diff -r1.9 -r1.10 pkgsrc/net/ruby-recog/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ruby-recog/distinfo 2021/05/30 11:14:15 1.9
+++ pkgsrc/net/ruby-recog/distinfo 2021/08/31 15:45:23 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2021/05/30 11:14:15 taca Exp $ 1$NetBSD: distinfo,v 1.10 2021/08/31 15:45:23 taca Exp $
2 2
3SHA1 (recog-2.3.20.gem) = 3bd0c1f2d5c88d7d150816c6657988e0e1759bda 3SHA1 (recog-2.3.21.gem) = 0e9ffa268a237416479c5951d607263898292650
4RMD160 (recog-2.3.20.gem) = 75b89eb08a51c160e43e1e900645e76fb9161ab8 4RMD160 (recog-2.3.21.gem) = d0205060b1f73a5ba2979cbebde0e664052a509d
5SHA512 (recog-2.3.20.gem) = ae247adc9dc342fb3277f4f231f5f827e470a74fea5e609ca53cd1dc9b48c5742a16433536271f4e686c1af31619cc1afd4255a41285ff18518f81f21433cef1 5SHA512 (recog-2.3.21.gem) = 659a708b0d3bf81b489be1457f3dee60fbaa325e89982b596ee3859062bbfa92b8ec0341a88e807514a16266d2075ae8070f700cf52250f0c59acdce76828f98
6Size (recog-2.3.20.gem) = 355328 bytes 6Size (recog-2.3.21.gem) = 355840 bytes