Date: Thu, 4 Jul 2019 16:35:04 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r505843 - branches/2019Q3/editors/neovim Message-ID: <201907041635.x64GZ4II031816@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Jul 4 16:35:04 2019 New Revision: 505843 URL: https://svnweb.freebsd.org/changeset/ports/505843 Log: MFH: r505842 neovim: Update to 0.3.8 * security: 'modeline', 'modelineexpr' * Disallow API calls in the sandbox. Approved by: portmgr (with hat) Modified: branches/2019Q3/editors/neovim/Makefile branches/2019Q3/editors/neovim/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/editors/neovim/Makefile ============================================================================== --- branches/2019Q3/editors/neovim/Makefile Thu Jul 4 16:34:15 2019 (r505842) +++ branches/2019Q3/editors/neovim/Makefile Thu Jul 4 16:35:04 2019 (r505843) @@ -3,7 +3,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.3.7 +DISTVERSION= 0.3.8 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org Modified: branches/2019Q3/editors/neovim/distinfo ============================================================================== --- branches/2019Q3/editors/neovim/distinfo Thu Jul 4 16:34:15 2019 (r505842) +++ branches/2019Q3/editors/neovim/distinfo Thu Jul 4 16:35:04 2019 (r505843) @@ -1,6 +1,6 @@ -TIMESTAMP = 1559141013 -SHA256 (neovim-neovim-v0.3.7_GH0.tar.gz) = 4c0f1b839ef2c8cfee63eb2a072324accf4f0c0badd2fbd087d3e7a12d538bca -SIZE (neovim-neovim-v0.3.7_GH0.tar.gz) = 9231661 +TIMESTAMP = 1562257954 +SHA256 (neovim-neovim-v0.3.8_GH0.tar.gz) = 953e134568d824dad7cbf32ee3114951732f9a750c462e430e6b593f418af76c +SIZE (neovim-neovim-v0.3.8_GH0.tar.gz) = 9233661 SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956 SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966 SHA256 (libmpack-libmpack-lua-1.0.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907041635.x64GZ4II031816>