Date: Mon, 15 Feb 2021 14:13:31 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565310 - head/security/cyberchef Message-ID: <202102151413.11FEDVw2080796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102151413.11FEDVw2080796>