mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Update Cyberchef 9.11.13 to 9.12.0
re: https://github.com/gchq/CyberChef/releases/tag/v9.12.0 Changelog: Tidied up Normalise Unicode operation Tidied up Case Insensitive Regex ops Tidied up ICO extractor Tidied up OLE2 extractor Operation elements now have decreasing z-index properties, meaning meaning dropdown Fixed the magic bug where it wouldnt recommended operations that resulted in lists of files Always display HTML outputs even if they are above the size threshold Improved CR preservation logic - now based on entropy Added 'Show all' button to output file overlay Improve RTF detection PR: 242783 Submitted by: thomas@bsdunix.ch
This commit is contained in:
parent
40193febe1
commit
d4173e018b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521398
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cyberchef
|
||||
PORTVERSION= 9.11.13
|
||||
PORTVERSION= 9.12.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
|
||||
@ -13,14 +13,14 @@ COMMENT= Cyber operations within a web browser
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= zip
|
||||
USES= zip
|
||||
|
||||
USE_GITHUB= nodefault
|
||||
GH_ACCOUNT= gchq
|
||||
GH_PROJECT= CyberChef
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1576068811
|
||||
SHA256 (CyberChef_v9.11.13.zip) = afa0f43817eaf39d547ae46bea7c810bb896c96a0d306ddf48a090401d17cefa
|
||||
SIZE (CyberChef_v9.11.13.zip) = 31979485
|
||||
TIMESTAMP = 1576967837
|
||||
SHA256 (CyberChef_v9.12.0.zip) = d55a02fc1f0b2af9fff05ecdb2dda265acf12897859070c92604cc68d0d2b593
|
||||
SIZE (CyberChef_v9.12.0.zip) = 32180175
|
||||
|
Loading…
x
Reference in New Issue
Block a user