From owner-svn-ports-head@freebsd.org Fri Feb 14 15:37:08 2020 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 D7DDC238B9A; Fri, 14 Feb 2020 15:37:08 +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 48JyDN5Rh7z3GZL; Fri, 14 Feb 2020 15:37:08 +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 B5DDA25D09; Fri, 14 Feb 2020 15:37:08 +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 01EFb8sN085078; Fri, 14 Feb 2020 15:37:08 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01EFb8VE085076; Fri, 14 Feb 2020 15:37:08 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <202002141537.01EFb8VE085076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 14 Feb 2020 15:37:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526119 - head/security/cyberchef X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/cyberchef X-SVN-Commit-Revision: 526119 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.29 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: Fri, 14 Feb 2020 15:37:08 -0000 Author: dvl Date: Fri Feb 14 15:37:08 2020 New Revision: 526119 URL: https://svnweb.freebsd.org/changeset/ports/526119 Log: Update to 9.13.0 'Rail Fence Cipher Encode' and 'Rail Fence Cipher Decode' operations added re: https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md PR: 244100 Submitted by: thomas@bsdunix.ch Modified: head/security/cyberchef/Makefile head/security/cyberchef/distinfo Modified: head/security/cyberchef/Makefile ============================================================================== --- head/security/cyberchef/Makefile Fri Feb 14 15:33:13 2020 (r526118) +++ head/security/cyberchef/Makefile Fri Feb 14 15:37:08 2020 (r526119) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cyberchef -PORTVERSION= 9.12.0 +PORTVERSION= 9.13.0 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 Fri Feb 14 15:33:13 2020 (r526118) +++ head/security/cyberchef/distinfo Fri Feb 14 15:37:08 2020 (r526119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576967837 -SHA256 (CyberChef_v9.12.0.zip) = d55a02fc1f0b2af9fff05ecdb2dda265acf12897859070c92604cc68d0d2b593 -SIZE (CyberChef_v9.12.0.zip) = 32180175 +TIMESTAMP = 1581694255 +SHA256 (CyberChef_v9.13.0.zip) = 382790a7d45e3e618b5a06788b728ad8b7720ce94496b14ee5eb53f3991093ce +SIZE (CyberChef_v9.13.0.zip) = 32188619