From owner-svn-ports-all@freebsd.org Mon Sep 9 20:04:40 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 4FCA0DEBA3; Mon, 9 Sep 2019 20:04:40 +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 46Rzf01712z4YRW; Mon, 9 Sep 2019 20:04:40 +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 09DAB1AD5B; Mon, 9 Sep 2019 20:04:40 +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 x89K4d6A078713; Mon, 9 Sep 2019 20:04:39 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89K4duJ078711; Mon, 9 Sep 2019 20:04:39 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201909092004.x89K4duJ078711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 9 Sep 2019 20:04:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511697 - head/security/cyberchef X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/cyberchef X-SVN-Commit-Revision: 511697 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: Mon, 09 Sep 2019 20:04:40 -0000 Author: dvl Date: Mon Sep 9 20:04:39 2019 New Revision: 511697 URL: https://svnweb.freebsd.org/changeset/ports/511697 Log: Update to 9.6.0 Committed with some changes. Of note: CyberChef is no longer one single file. See also the images, assets, & modules diretories. PR: 240454 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 Sep 9 20:00:34 2019 (r511696) +++ head/security/cyberchef/Makefile Mon Sep 9 20:04:39 2019 (r511697) @@ -2,19 +2,20 @@ # $FreeBSD$ PORTNAME= cyberchef -PORTVERSION= 8.24.2 -PORTREVISION= 2 +PORTVERSION= 9.6.0 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= security -DISTFILES= cyberchef.htm -EXTRACT_ONLY= # none +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ +DISTNAME= CyberChef_v9.6.0 MAINTAINER= dvl@FreeBSD.org COMMENT= Cyber operations within a web browser LICENSE= APACHE20 -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ +USES= zip + USE_GITHUB= nodefault GH_ACCOUNT= gchq GH_PROJECT= CyberChef @@ -23,7 +24,10 @@ NO_BUILD= yes NO_ARCH= yes do-install: - ${MKDIR} ${STAGEDIR}${WWWDIR} - ${INSTALL} ${DISTDIR}/cyberchef.htm ${STAGEDIR}${WWWDIR}/index.html + ${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 Modified: head/security/cyberchef/distinfo ============================================================================== --- head/security/cyberchef/distinfo Mon Sep 9 20:00:34 2019 (r511696) +++ head/security/cyberchef/distinfo Mon Sep 9 20:04:39 2019 (r511697) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551374789 -SHA256 (cyberchef.htm) = cdc1a608d1af21fd9d9b673fd35c603daccaa5ab62fb9ea05617d2c76f6be000 -SIZE (cyberchef.htm) = 11937259 +TIMESTAMP = 1568050222 +SHA256 (CyberChef_v9.6.0.zip) = 7e8b4fb809e2c3856da9ccb465a6ca6092c2c65b325ee01e9a84e97b2e8f448f +SIZE (CyberChef_v9.6.0.zip) = 16219326 Modified: head/security/cyberchef/pkg-plist ============================================================================== --- head/security/cyberchef/pkg-plist Mon Sep 9 20:00:34 2019 (r511696) +++ head/security/cyberchef/pkg-plist Mon Sep 9 20:04:39 2019 (r511697) @@ -1 +1,34 @@ %%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%%/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%%/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/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