svn commit: r514737 - head/security/cyberchef

Dan Langille dvl at FreeBSD.org
Fri Oct 18 21:27:36 UTC 2019


Author: dvl
Date: Fri Oct 18 21:27:34 2019
New Revision: 514737
URL: https://svnweb.freebsd.org/changeset/ports/514737

Log:
  Update to 9.7.17
  
  Changelog:
  Fork no longer appends its merge delimiter to the end of the output.
  DES no longer requires an IV in ECB mode
  Merge branch 'Storms-Engineering-master'
  Merge branch 'wh0-backslash'
  Added tests for Utils.parseEscapedChars
  Merge branch 'BjoernAkAManf-master'
  Tidied up chainCommands function in Gruntfile
  Fixed search box appaerance in Firefox
  Merge branch 'Xenonym-chore/remove-duplicate-issue-template'
  Updated bug report template
  Added length check to Triple DES IVs
  Merge branch 'IV-length-Error'
  Fixed some typos
  Removed Clippy
  PHP Deserialize NULL values converted to correctly
  DES Encrypt/Decrypt - checks length of IV string
  Added test to ensure all operations are in a category
  Base64 operations now throw a meaningful error
  Merge branch 'fix-node-tests'
  
  PR:		208412
  Submitted by:	thomas at 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	Fri Oct 18 20:53:24 2019	(r514736)
+++ head/security/cyberchef/Makefile	Fri Oct 18 21:27:34 2019	(r514737)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cyberchef
-PORTVERSION=	9.7.9
+PORTVERSION=	9.7.17
 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 Oct 18 20:53:24 2019	(r514736)
+++ head/security/cyberchef/distinfo	Fri Oct 18 21:27:34 2019	(r514737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571149704
-SHA256 (CyberChef_v9.7.9.zip) = 7789dd4c586addc060f04d8069db18b96b31ebecbf4e8154734f9e9d407b25b9
-SIZE (CyberChef_v9.7.9.zip) = 30919691
+TIMESTAMP = 1571427367
+SHA256 (CyberChef_v9.7.17.zip) = 01915154d973ef64fd16ecc76a2d4a152b05682392b911170f41d8e3e215af8b
+SIZE (CyberChef_v9.7.17.zip) = 29523411

Modified: head/security/cyberchef/pkg-plist
==============================================================================
--- head/security/cyberchef/pkg-plist	Fri Oct 18 20:53:24 2019	(r514736)
+++ head/security/cyberchef/pkg-plist	Fri Oct 18 21:27:34 2019	(r514737)
@@ -16,7 +16,6 @@
 %%WWWDIR%%/images/file-128x128.png
 %%WWWDIR%%/images/file-32x32.png
 %%WWWDIR%%/images/fork_me.png
-%%WWWDIR%%/images/map.png
 %%WWWDIR%%/index.html
 %%WWWDIR%%/modules/BSON.js
 %%WWWDIR%%/modules/Charts.js


More information about the svn-ports-head mailing list