Index: head/security/cyberchef/Makefile =================================================================== --- head/security/cyberchef/Makefile (revision 512579) +++ head/security/cyberchef/Makefile (revision 512580) @@ -1,33 +1,33 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= cyberchef -PORTVERSION= 9.6.0 +PORTVERSION= 9.7.1 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ -DISTNAME= CyberChef_v9.6.0 +DISTNAME= CyberChef_${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= dvl@FreeBSD.org COMMENT= Cyber operations within a web browser LICENSE= APACHE20 USES= zip USE_GITHUB= nodefault GH_ACCOUNT= gchq GH_PROJECT= CyberChef NO_BUILD= yes NO_ARCH= yes do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} ${INSTALL} ${WRKDIR}/${DISTNAME}.html ${STAGEDIR}${WWWDIR}/index.html ${CP} -R ${WRKDIR}/images ${STAGEDIR}${WWWDIR}/ ${CP} -R ${WRKDIR}/modules ${STAGEDIR}${WWWDIR}/ ${CP} -R ${WRKDIR}/assets ${STAGEDIR}${WWWDIR}/ .include Index: head/security/cyberchef/distinfo =================================================================== --- head/security/cyberchef/distinfo (revision 512579) +++ head/security/cyberchef/distinfo (revision 512580) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568050222 -SHA256 (CyberChef_v9.6.0.zip) = 7e8b4fb809e2c3856da9ccb465a6ca6092c2c65b325ee01e9a84e97b2e8f448f -SIZE (CyberChef_v9.6.0.zip) = 16219326 +TIMESTAMP = 1569138721 +SHA256 (CyberChef_v9.7.1.zip) = b1e742877deb3e6e73e2b46c90eb9bc5ebbbce1fd3bcebc333e6381e6eeb041c +SIZE (CyberChef_v9.7.1.zip) = 30705635 Index: head/security/cyberchef/pkg-descr =================================================================== --- head/security/cyberchef/pkg-descr (revision 512579) +++ head/security/cyberchef/pkg-descr (revision 512580) @@ -1,8 +1,8 @@ CyberChef is a simple, intuitive web app for carrying out all manner of -"cyber" operations within a web browser. These operations include +"cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more. WWWW: https://github.com/gchq/CyberChef/wiki Index: head/security/cyberchef/pkg-plist =================================================================== --- head/security/cyberchef/pkg-plist (revision 512579) +++ head/security/cyberchef/pkg-plist (revision 512580) @@ -1,34 +1,38 @@ -%%WWWDIR%%/index.html %%WWWDIR%%/assets/fonts/Roboto72White.fnt %%WWWDIR%%/assets/fonts/Roboto72White.png %%WWWDIR%%/assets/fonts/RobotoBlack72White.fnt %%WWWDIR%%/assets/fonts/RobotoBlack72White.png %%WWWDIR%%/assets/fonts/RobotoMono72White.fnt %%WWWDIR%%/assets/fonts/RobotoMono72White.png %%WWWDIR%%/assets/fonts/RobotoSlab72White.fnt %%WWWDIR%%/assets/fonts/RobotoSlab72White.png %%WWWDIR%%/assets/main.css %%WWWDIR%%/assets/main.js +%%WWWDIR%%/assets/tesseract/lang-data/eng.traineddata.gz +%%WWWDIR%%/assets/tesseract/tesseract-core.wasm.js +%%WWWDIR%%/assets/tesseract/worker.min.js %%WWWDIR%%/images/cook_male-32x32.png %%WWWDIR%%/images/cyberchef-128x128.png %%WWWDIR%%/images/file-128x128.png %%WWWDIR%%/images/file-32x32.png %%WWWDIR%%/images/fork_me.png %%WWWDIR%%/images/map.png +%%WWWDIR%%/index.html %%WWWDIR%%/modules/BSON.js %%WWWDIR%%/modules/Charts.js %%WWWDIR%%/modules/Ciphers.js %%WWWDIR%%/modules/Code.js %%WWWDIR%%/modules/Compression.js %%WWWDIR%%/modules/Crypto.js %%WWWDIR%%/modules/Diff.js %%WWWDIR%%/modules/Encodings.js %%WWWDIR%%/modules/Hashing.js %%WWWDIR%%/modules/Image.js +%%WWWDIR%%/modules/OCR.js %%WWWDIR%%/modules/PGP.js %%WWWDIR%%/modules/PublicKey.js %%WWWDIR%%/modules/Regex.js %%WWWDIR%%/modules/Shellcode.js %%WWWDIR%%/modules/URL.js %%WWWDIR%%/modules/UserAgent.js %%WWWDIR%%/modules/Yara.js