From owner-svn-ports-head@freebsd.org Mon Feb 8 15:09:03 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 13DD05362EF; Mon, 8 Feb 2021 15:09:03 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZ8Yq085Rz3sq9; Mon, 8 Feb 2021 15:09:03 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC6171985F; Mon, 8 Feb 2021 15:09:02 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 118F92b8017795; Mon, 8 Feb 2021 15:09:02 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 118F92g2017792; Mon, 8 Feb 2021 15:09:02 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <202102081509.118F92g2017792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 8 Feb 2021 15:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564712 - head/security/cyberchef X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/cyberchef X-SVN-Commit-Revision: 564712 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 15:09:03 -0000 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@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