pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-recog



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 30 11:14:15 UTC 2021

Modified Files:
        pkgsrc/net/ruby-recog: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ruby-recog/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/ruby-recog/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-recog/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/ruby-recog/Makefile
diff -u pkgsrc/net/ruby-recog/Makefile:1.10 pkgsrc/net/ruby-recog/Makefile:1.11
--- pkgsrc/net/ruby-recog/Makefile:1.10 Fri Feb  5 14:58:26 2021
+++ pkgsrc/net/ruby-recog/Makefile      Sun May 30 11:14:15 2021
@@ -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

Index: pkgsrc/net/ruby-recog/PLIST
diff -u pkgsrc/net/ruby-recog/PLIST:1.7 pkgsrc/net/ruby-recog/PLIST:1.8
--- pkgsrc/net/ruby-recog/PLIST:1.7     Fri Feb  5 14:58:26 2021
+++ pkgsrc/net/ruby-recog/PLIST Sun May 30 11:14:15 2021
@@ -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/aruba.rb
 ${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

Index: pkgsrc/net/ruby-recog/distinfo
diff -u pkgsrc/net/ruby-recog/distinfo:1.8 pkgsrc/net/ruby-recog/distinfo:1.9
--- pkgsrc/net/ruby-recog/distinfo:1.8  Fri Feb  5 14:58:26 2021
+++ pkgsrc/net/ruby-recog/distinfo      Sun May 30 11:14:15 2021
@@ -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