From owner-svn-ports-all@freebsd.org Sun Dec 29 17:34:50 2019 Return-Path: Delivered-To: svn-ports-all@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 308641E4DE8; Sun, 29 Dec 2019 17:34:50 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47m73t0Zpxz3Ncq; Sun, 29 Dec 2019 17:34:50 +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 0E8BF1CF53; Sun, 29 Dec 2019 17:34:50 +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 xBTHYnlL079316; Sun, 29 Dec 2019 17:34:49 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBTHYnrm079314; Sun, 29 Dec 2019 17:34:49 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201912291734.xBTHYnrm079314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Sun, 29 Dec 2019 17:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521398 - head/security/cyberchef X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/cyberchef X-SVN-Commit-Revision: 521398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2019 17:34:50 -0000 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@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