diff options
author | Dan Langille <dvl@FreeBSD.org> | 2019-12-29 17:34:49 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2019-12-29 17:34:49 +0000 |
commit | d4173e018b634d79f21aa219cc7d01aef3154723 (patch) | |
tree | 3b0939cdd7f9688c7e9d592c695fee8d014ed5ad /security/cyberchef/Makefile | |
parent | 40193febe1748e39536b8b2da7451ae0fd23a200 (diff) | |
download | ports-d4173e018b634d79f21aa219cc7d01aef3154723.tar.gz ports-d4173e018b634d79f21aa219cc7d01aef3154723.zip |
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
Notes
Notes:
svn path=/head/; revision=521398
Diffstat (limited to 'security/cyberchef/Makefile')
-rw-r--r-- | security/cyberchef/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/cyberchef/Makefile b/security/cyberchef/Makefile index ca2c74f44022..1af5e33df555 100644 --- a/security/cyberchef/Makefile +++ b/security/cyberchef/Makefile @@ -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} |