Bug 264436 - security/cyberchef: Update to 9.38.9
Summary: security/cyberchef: Update to 9.38.9
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: https://github.com/gchq/CyberChef/blo...
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2022-06-03 15:44 UTC by thomas
Modified: 2022-06-08 20:33 UTC (History)
0 users

See Also:
dvl: maintainer-feedback+


Attachments
Cyberchef 9.38.2 diff (962 bytes, patch)
2022-06-03 15:44 UTC, thomas
no flags Details | Diff
Updated diff for 9.38.6 (962 bytes, patch)
2022-06-04 05:24 UTC, thomas
no flags Details | Diff
Updated diff for 9.38.9 (962 bytes, patch)
2022-06-08 20:16 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 2022-06-03 15:44:31 UTC
Created attachment 234422 [details]
Cyberchef 9.38.2 diff

Update to 9.38.2

Official log for 9.38.0
https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md

Fixes for 9.38.1 and 9.38.2
fix-to-base45
Fixed Split.js issues when resizing to around 1000px wide
Fixed 'To Hex' highlighting
Fixed CSS for maximising output pane
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-06-04 00:18:14 UTC
^Triage: Upstream has released 9.38.6 

@Thomas Are you able to produce a an updated patch for this version?

Upstream doesn't (or hasn't) produced point release changelog notes, refer to commit log for details: https://github.com/gchq/CyberChef/commits/master
Comment 2 thomas 2022-06-04 05:24:22 UTC
Created attachment 234435 [details]
Updated diff for 9.38.6

Update to 9.38.6

Official log for 9.38.0
https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md

Fixes for 9.38.1 to 9.38.6
Tidied up 'PEM to Hex' operation
Added 'Strict mode' to 'From Base64' operation
Fixed toBinary delim adjustment
fix-to-base45
Fixed Split.js issues when resizing to around 1000px wide
Fixed 'To Hex' highlighting
Fixed CSS for maximising output pane
Comment 3 thomas 2022-06-04 05:25:25 UTC
(In reply to Kubilay Kocak from comment #1)

Done :)
Comment 4 thomas 2022-06-08 20:16:48 UTC
Created attachment 234564 [details]
Updated diff for 9.38.9

Update to 9.38.9

Official log for 9.38.0
https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md

Changes for 9.38.1 to 9.38.9
New: JSON Beautify operation now supports formatting, collapsing and syntax highlighting
New Added 'Strict mode' to 'From Base64' operation
Parse X.509 Certificate Issuer and Subject name parsing improved.
Fixed PEM wiki link
Fixed 'From Base64' bug adding null bytes.
Tidied up 'PEM to Hex' operation
Fixed toBinary delim adjustment
fix-to-base45
Fixed Split.js issues when resizing to around 1000px wide
Fixed 'To Hex' highlighting
Fixed CSS for maximising output pane
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-06-08 20:20:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=75aedfce84a15f543c2df3dd516433f34a43ca9b

commit 75aedfce84a15f543c2df3dd516433f34a43ca9b
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-06-08 20:18:54 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-06-08 20:19:32 +0000

    security/cyberchef: Update to 9.38.6

    Official log for 9.38.0
    https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md

    Fixes for 9.38.1 to 9.38.6
    Tidied up 'PEM to Hex' operation
    Added 'Strict mode' to 'From Base64' operation
    Fixed toBinary delim adjustment
    fix-to-base45
    Fixed Split.js issues when resizing to around 1000px wide
    Fixed 'To Hex' highlighting
    Fixed CSS for maximising output pane

    PR:             264436

 security/cyberchef/Makefile | 2 +-
 security/cyberchef/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 6 Dan Langille freebsd_committer freebsd_triage 2022-06-08 20:33:29 UTC
Done