svn commit: r564712 - head/security/cyberchef

Dan Langille dvl at FreeBSD.org
Mon Feb 8 15:09:03 UTC 2021


Author: dvl
Date: Mon Feb  8 15:09:02 2021
New Revision: 564712
URL: https://svnweb.freebsd.org/changeset/ports/564712

Log:
  Update to 9.24.3
  
  re: https://github.com/gchq/CyberChef/releases/tag/v9.24.3
  
  Changelog;
  SM3 hashing function added along with more configuration options for other hashing operations
  Various RSA operations added to encrypt, decrypt, sign, verify and generate keys
  'Unicode Text Format' operation added.
  Multiple bug fixes and improvements
  
  PR:		253324
  Submitted by:	thomas at bsdunix.ch

Modified:
  head/security/cyberchef/Makefile
  head/security/cyberchef/distinfo
  head/security/cyberchef/pkg-plist

Modified: head/security/cyberchef/Makefile
==============================================================================
--- head/security/cyberchef/Makefile	Mon Feb  8 14:25:58 2021	(r564711)
+++ head/security/cyberchef/Makefile	Mon Feb  8 15:09:02 2021	(r564712)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cyberchef
-PORTVERSION=	9.21.0
+PORTVERSION=	9.24.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/

Modified: head/security/cyberchef/distinfo
==============================================================================
--- head/security/cyberchef/distinfo	Mon Feb  8 14:25:58 2021	(r564711)
+++ head/security/cyberchef/distinfo	Mon Feb  8 15:09:02 2021	(r564712)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592343005
-SHA256 (CyberChef_v9.21.0.zip) = 5a53c4e0bee1303ef73210a6e2fbb3f5151d4ad09cc3681581c6c35b15584126
-SIZE (CyberChef_v9.21.0.zip) = 35758786
+TIMESTAMP = 1612796431
+SHA256 (CyberChef_v9.24.3.zip) = 450f4597dc78a5b1a01268865cb2b7aeab89368b39e1f3ef180897169abe76e0
+SIZE (CyberChef_v9.24.3.zip) = 35136819

Modified: head/security/cyberchef/pkg-plist
==============================================================================
--- head/security/cyberchef/pkg-plist	Mon Feb  8 14:25:58 2021	(r564711)
+++ head/security/cyberchef/pkg-plist	Mon Feb  8 15:09:02 2021	(r564712)
@@ -6,11 +6,14 @@
 %%WWWDIR%%/assets/fonts/RobotoMono72White.png
 %%WWWDIR%%/assets/fonts/RobotoSlab72White.fnt
 %%WWWDIR%%/assets/fonts/RobotoSlab72White.png
+%%WWWDIR%%/assets/forge/prime.worker.min.js
 %%WWWDIR%%/assets/main.css
 %%WWWDIR%%/assets/main.js
+%%WWWDIR%%/assets/main.js.LICENSE.txt
 %%WWWDIR%%/assets/tesseract/lang-data/eng.traineddata.gz
 %%WWWDIR%%/assets/tesseract/tesseract-core.wasm.js
 %%WWWDIR%%/assets/tesseract/worker.min.js
+%%WWWDIR%%/assets/tesseract/worker.min.js.LICENSE.txt
 %%WWWDIR%%/images/cook_male-32x32.png
 %%WWWDIR%%/images/cyberchef-128x128.png
 %%WWWDIR%%/images/file-128x128.png
@@ -18,21 +21,40 @@
 %%WWWDIR%%/images/fork_me.png
 %%WWWDIR%%/index.html
 %%WWWDIR%%/modules/Bletchley.js
+%%WWWDIR%%/modules/Bletchley.js.LICENSE.txt
 %%WWWDIR%%/modules/Charts.js
+%%WWWDIR%%/modules/Charts.js.LICENSE.txt
 %%WWWDIR%%/modules/Ciphers.js
+%%WWWDIR%%/modules/Ciphers.js.LICENSE.txt
 %%WWWDIR%%/modules/Code.js
+%%WWWDIR%%/modules/Code.js.LICENSE.txt
 %%WWWDIR%%/modules/Compression.js
+%%WWWDIR%%/modules/Compression.js.LICENSE.txt
 %%WWWDIR%%/modules/Crypto.js
+%%WWWDIR%%/modules/Crypto.js.LICENSE.txt
 %%WWWDIR%%/modules/Diff.js
+%%WWWDIR%%/modules/Diff.js.LICENSE.txt
 %%WWWDIR%%/modules/Encodings.js
+%%WWWDIR%%/modules/Encodings.js.LICENSE.txt
 %%WWWDIR%%/modules/Hashing.js
+%%WWWDIR%%/modules/Hashing.js.LICENSE.txt
 %%WWWDIR%%/modules/Image.js
+%%WWWDIR%%/modules/Image.js.LICENSE.txt
 %%WWWDIR%%/modules/OCR.js
+%%WWWDIR%%/modules/OCR.js.LICENSE.txt
 %%WWWDIR%%/modules/PGP.js
+%%WWWDIR%%/modules/PGP.js.LICENSE.txt
 %%WWWDIR%%/modules/PublicKey.js
+%%WWWDIR%%/modules/PublicKey.js.LICENSE.txt
 %%WWWDIR%%/modules/Regex.js
+%%WWWDIR%%/modules/Regex.js.LICENSE.txt
 %%WWWDIR%%/modules/Serialise.js
+%%WWWDIR%%/modules/Serialise.js.LICENSE.txt
 %%WWWDIR%%/modules/Shellcode.js
+%%WWWDIR%%/modules/Shellcode.js.LICENSE.txt
 %%WWWDIR%%/modules/URL.js
+%%WWWDIR%%/modules/URL.js.LICENSE.txt
 %%WWWDIR%%/modules/UserAgent.js
+%%WWWDIR%%/modules/UserAgent.js.LICENSE.txt
 %%WWWDIR%%/modules/Yara.js
+%%WWWDIR%%/modules/Yara.js.LICENSE.txt


More information about the svn-ports-all mailing list