From owner-svn-ports-all@freebsd.org Mon Feb 15 14:13:32 2021 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 69CA452F18F; Mon, 15 Feb 2021 14:13:32 +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 4DfR0X2cdhz4cpk; Mon, 15 Feb 2021 14:13:32 +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 4CA0D1ED66; Mon, 15 Feb 2021 14:13:32 +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 11FEDWL2080798; Mon, 15 Feb 2021 14:13:32 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11FEDVw2080796; Mon, 15 Feb 2021 14:13:31 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <202102151413.11FEDVw2080796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 15 Feb 2021 14:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565310 - head/security/cyberchef X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/cyberchef X-SVN-Commit-Revision: 565310 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.34 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, 15 Feb 2021 14:13:32 -0000 Author: dvl Date: Mon Feb 15 14:13:31 2021 New Revision: 565310 URL: https://svnweb.freebsd.org/changeset/ports/565310 Log: Update to 9.27.1 * Fuzzy Match operation added * Get Time operation added * Extract ID3 operation added fixes/changes: Escape HTML input in Fuzzy Match operation Tidied up hexdump UNIX format Renamed 'Generate Current Epoch' to 'Get Time'. It now uses the W3C High Resolution Time API and supports microsecond granularity Fixed incomplete multi-character sanitization and incomplete URL subtring sanitization issues. Frequency Distribution operation now displays an HTML table Fixed description hiighlighting issue Fixed recursive matching arguments PR: 253501 Submitted by: thomas@bsdunix.ch Modified: head/security/cyberchef/Makefile head/security/cyberchef/distinfo Modified: head/security/cyberchef/Makefile ============================================================================== --- head/security/cyberchef/Makefile Mon Feb 15 14:07:11 2021 (r565309) +++ head/security/cyberchef/Makefile Mon Feb 15 14:13:31 2021 (r565310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cyberchef -PORTVERSION= 9.24.3 +PORTVERSION= 9.27.1 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 15 14:07:11 2021 (r565309) +++ head/security/cyberchef/distinfo Mon Feb 15 14:13:31 2021 (r565310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612796431 -SHA256 (CyberChef_v9.24.3.zip) = 450f4597dc78a5b1a01268865cb2b7aeab89368b39e1f3ef180897169abe76e0 -SIZE (CyberChef_v9.24.3.zip) = 35136819 +TIMESTAMP = 1613398263 +SHA256 (CyberChef_v9.27.1.zip) = b7e5cc64e2b92037ed1d7345f863d4fd09efa15d5f27197f5b4deeb75a6618eb +SIZE (CyberChef_v9.27.1.zip) = 35197940