pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-recog net/ruby-recog: update to 2.3.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cf425f6b0c9
branches:  trunk
changeset: 453474:6cf425f6b0c9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 30 11:14:15 2021 +0000

description:
net/ruby-recog: update to 2.3.20

2.3.20 (2021-05-13)

Highlights:

* BUG: Fix for a regex performance bug in http_servers when matching
  IPs. This was brought to our attention by @hudclark (#353)
* BUG: Fix for a CPE generation bug in which we were using deprecated
  CPEs. This was brought to our attention by @p0lr (#361)
* CPE: Remapping logic was refactored so that remaps are specific record
  type (a,h,o) which provides much greater flexibility. (#361)
* CPE: Focused improvements in coverage (#349)
* Fingerprints: Misc improvements (Thanks @cblack-r7, @dabdine, @sdynes-r7)
  (#341, #344, #345, #351, #354, #355)
* Fingerprints: HTTP - focused work on HTTP related (http_servers,
  html_title, etc) fingerprints (#352, #357, #358, #359)
* Tooling: Adding field names (os.vendor, service.product, etc) to our
  standard identifier checks (#350)

diffstat:

 net/ruby-recog/Makefile |   4 ++--
 net/ruby-recog/PLIST    |   3 ++-
 net/ruby-recog/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 57447d1c6e98 -r 6cf425f6b0c9 net/ruby-recog/Makefile
--- a/net/ruby-recog/Makefile   Sun May 30 11:09:08 2021 +0000
+++ b/net/ruby-recog/Makefile   Sun May 30 11:14:15 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/02/05 14:58:26 taca Exp $
+# $NetBSD: Makefile,v 1.11 2021/05/30 11:14:15 taca Exp $
 
-DISTNAME=      recog-2.3.19
+DISTNAME=      recog-2.3.20
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 57447d1c6e98 -r 6cf425f6b0c9 net/ruby-recog/PLIST
--- a/net/ruby-recog/PLIST      Sun May 30 11:09:08 2021 +0000
+++ b/net/ruby-recog/PLIST      Sun May 30 11:14:15 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/02/05 14:58:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/05/30 11:14:15 taca Exp $
 bin/recog_cleanup${RUBY_SUFFIX}
 bin/recog_export${RUBY_SUFFIX}
 bin/recog_match${RUBY_SUFFIX}
@@ -43,6 +43,7 @@
 ${GEM_LIBDIR}/features/support/env.rb
 ${GEM_LIBDIR}/features/verify.feature
 ${GEM_LIBDIR}/identifiers/README.md
+${GEM_LIBDIR}/identifiers/fields.txt
 ${GEM_LIBDIR}/identifiers/hw_device.txt
 ${GEM_LIBDIR}/identifiers/hw_family.txt
 ${GEM_LIBDIR}/identifiers/hw_product.txt
diff -r 57447d1c6e98 -r 6cf425f6b0c9 net/ruby-recog/distinfo
--- a/net/ruby-recog/distinfo   Sun May 30 11:09:08 2021 +0000
+++ b/net/ruby-recog/distinfo   Sun May 30 11:14:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/02/05 14:58:26 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/05/30 11:14:15 taca Exp $
 
-SHA1 (recog-2.3.19.gem) = 2346efc47072c9eb730a3433335e8d1b40e2052f
-RMD160 (recog-2.3.19.gem) = 8631ad2ac165c9965a029437956d73adf47fb124
-SHA512 (recog-2.3.19.gem) = f09a0ee2b4a7ecb7ca6b587a70e115e162fbca8a7a1736017305346ed03207de66f71711e78593ed242c63c3c8be9af2b341c2d06c08a6592fd3d8ecbdc60147
-Size (recog-2.3.19.gem) = 343552 bytes
+SHA1 (recog-2.3.20.gem) = 3bd0c1f2d5c88d7d150816c6657988e0e1759bda
+RMD160 (recog-2.3.20.gem) = 75b89eb08a51c160e43e1e900645e76fb9161ab8
+SHA512 (recog-2.3.20.gem) = ae247adc9dc342fb3277f4f231f5f827e470a74fea5e609ca53cd1dc9b48c5742a16433536271f4e686c1af31619cc1afd4255a41285ff18518f81f21433cef1
+Size (recog-2.3.20.gem) = 355328 bytes



Home | Main Index | Thread Index | Old Index