svn commit: r521398 - head/security/cyberchef
Dan Langille
dvl at FreeBSD.org
Sun Dec 29 17:34:50 UTC 2019
Author: dvl
Date: Sun Dec 29 17:34:49 2019
New Revision: 521398
URL: https://svnweb.freebsd.org/changeset/ports/521398
Log:
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 at bsdunix.ch
Modified:
head/security/cyberchef/Makefile
head/security/cyberchef/distinfo
Modified: head/security/cyberchef/Makefile
==============================================================================
--- head/security/cyberchef/Makefile Sun Dec 29 17:34:47 2019 (r521397)
+++ head/security/cyberchef/Makefile Sun Dec 29 17:34:49 2019 (r521398)
@@ -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}
Modified: head/security/cyberchef/distinfo
==============================================================================
--- head/security/cyberchef/distinfo Sun Dec 29 17:34:47 2019 (r521397)
+++ head/security/cyberchef/distinfo Sun Dec 29 17:34:49 2019 (r521398)
@@ -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
More information about the svn-ports-all
mailing list