Bug 253501 - security/cyberchef: Update to 9.27.1
Summary: security/cyberchef: Update to 9.27.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-14 11:48 UTC by thomas
Modified: 2021-02-15 14:14 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dvl)


Attachments
Cyberchef_9_24_3_to_9_27_1.diff (994 bytes, patch)
2021-02-14 11:48 UTC, thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description thomas 2021-02-14 11:48:40 UTC
Created attachment 222428 [details]
Cyberchef_9_24_3_to_9_27_1.diff

Upgrade cyberchef 9.24.3 to 9.27.1

Changelog;
new: 
Fuzzy Match operation added
Get Time operation added
Extract ID3 operation added

fixes/changes:
Escape HTML input in Fuzzy Match operation
Tidied up hexdump UNIX format
Renamed 'Generate Current Epoch' to 'Get Time'. It now uses the W3C High Resolution 
Time API and supports microsecond granularity
Fixed incomplete multi-character sanitization and incomplete URL subtring sanitization issues.
Frequency Distribution operation now displays an HTML table
Fixed description hiighlighting issue
Fixed recursive matching arguments
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-02-15 14:14:32 UTC
A commit references this bug:

Author: dvl
Date: Mon Feb 15 14:13:32 UTC 2021
New revision: 565310
URL: https://svnweb.freebsd.org/changeset/ports/565310

Log:
  Update to 9.27.1

  * Fuzzy Match operation added
  * Get Time operation added
  * Extract ID3 operation added

  fixes/changes:

  Escape HTML input in Fuzzy Match operation
  Tidied up hexdump UNIX format
  Renamed 'Generate Current Epoch' to 'Get Time'. It now uses the W3C High Resolution
  Time API and supports microsecond granularity
  Fixed incomplete multi-character sanitization and incomplete URL subtring sanitization issues.
  Frequency Distribution operation now displays an HTML table
  Fixed description hiighlighting issue
  Fixed recursive matching arguments

  PR:		253501
  Submitted by:	thomas@bsdunix.ch

Changes:
  head/security/cyberchef/Makefile
  head/security/cyberchef/distinfo
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-02-15 14:14:56 UTC
Thank you.