Date: Fri, 18 Oct 2019 17:31:59 -0400 From: "Dan Langille" <dan@langille.org> To: dvl <dvl@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r514737 - head/security/cyberchef Message-ID: <1499a54a-1354-4e79-8d1e-d427c8d0beaf@www.fastmail.com> In-Reply-To: <201910182127.x9ILRZVF012667@repo.freebsd.org> References: <201910182127.x9ILRZVF012667@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 18, 2019, at 5:27 PM, Dan Langille wrote: > 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 That is the wrong PR. It should be 241334 I supplied the Attachment number instead. My apologies. -- Dan Langille dan@langille.org > 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 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 > _______________________________________________ > svn-ports-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-head > To unsubscribe, send any mail to "svn-ports-head-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1499a54a-1354-4e79-8d1e-d427c8d0beaf>