Skip to content

Commit

Permalink
net/ruby-recog: update to 2.3.18
Browse files Browse the repository at this point in the history
2.3.18 (2020-12-17)

* DCA-22255 Add low certainty to IIS 10 fingerprint to prevent trumping
  better system fingerprints

2.3.17 (2020-12-08)

Highlights:

* DNS: Fingerprint for Windows 2003 (#298)
* CPE: Improved generation, standardization, and updates (#301, #303)
* BUG: Fix issue preventing recog_standardize from working (#302)

Changes of note:

* All values for hw.device and os.device have been converted to Title Case
* All hw.device and os.device instances of Web cam and Web Cam are now IP
  Camera
* All hw.device and os.device instances of POS are now Point of Sale

2.3.16 (2020-11-06)

Highlights:

* DNS: Extract Microsoft DNS build (#297)

2.3.15 (2020-10-22)

Highlights:

* SNMP: Siemens fingerprint corrections (#286, #291)
* SNMP: SonicWall fingerprint addition (#293)
  • Loading branch information
taca committed Jan 11, 2021
1 parent 6f94711 commit f844c39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions net/ruby-recog/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.8 2020/12/04 20:45:36 nia Exp $
# $NetBSD: Makefile,v 1.9 2021/01/11 14:42:32 taca Exp $

DISTNAME= recog-2.3.14
PKGREVISION= 1
DISTNAME= recog-2.3.18
CATEGORIES= net

MAINTAINER= minskim@NetBSD.org
Expand Down
7 changes: 3 additions & 4 deletions net/ruby-recog/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2020/09/14 13:43:10 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2021/01/11 14:42:32 taca Exp $
bin/recog_cleanup${RUBY_SUFFIX}
bin/recog_export${RUBY_SUFFIX}
bin/recog_match${RUBY_SUFFIX}
Expand All @@ -9,10 +9,12 @@ ${GEM_LIBDIR}/.github/ISSUE_TEMPLATE/bug_report.md
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE/feature_request.md
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE/fingerprint_request.md
${GEM_LIBDIR}/.github/PULL_REQUEST_TEMPLATE
${GEM_LIBDIR}/.github/SECURITY.md
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.ruby-gemset
${GEM_LIBDIR}/.ruby-version
${GEM_LIBDIR}/.snyk
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CONTRIBUTING.md
Expand Down Expand Up @@ -49,9 +51,6 @@ ${GEM_LIBDIR}/identifiers/os_family.txt
${GEM_LIBDIR}/identifiers/os_product.txt
${GEM_LIBDIR}/identifiers/service_family.txt
${GEM_LIBDIR}/identifiers/service_product.txt
${GEM_LIBDIR}/identifiers/software_class.txt
${GEM_LIBDIR}/identifiers/software_family.txt
${GEM_LIBDIR}/identifiers/software_product.txt
${GEM_LIBDIR}/identifiers/vendor.txt
${GEM_LIBDIR}/lib/recog.rb
${GEM_LIBDIR}/lib/recog/db.rb
Expand Down
10 changes: 5 additions & 5 deletions net/ruby-recog/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2020/09/14 13:43:10 taca Exp $
$NetBSD: distinfo,v 1.7 2021/01/11 14:42:32 taca Exp $

SHA1 (recog-2.3.14.gem) = 2d8e1db2ec0adbd968653f9ebe489ca9dd91d1ac
RMD160 (recog-2.3.14.gem) = 6b0644768d936b38f3b5d1cb6242055fcc361997
SHA512 (recog-2.3.14.gem) = 1154ca3d610fe8f554a15846b49f978d3798c9a43893c40d58c8421e8012c0823368d374ecadd351fc1479037c898966dc2dba9debb4c46ce6b743c7782a848f
Size (recog-2.3.14.gem) = 331776 bytes
SHA1 (recog-2.3.18.gem) = 495ff9873381f928ee3d2dd089511b5ba317d0e9
RMD160 (recog-2.3.18.gem) = ab5a9a09e5d7f5f7a591c01df985acebd8365769
SHA512 (recog-2.3.18.gem) = 023486b1812c7e90f1eab6f6b49733c77207b725f82adc71d0d79eafad07a13cb368b5d02c23d8f00341cbe94d77ac1b590430f0c891ab7095643af1a1772ba0
Size (recog-2.3.18.gem) = 331776 bytes

0 comments on commit f844c39

Please sign in to comment.