Date: Thu, 12 Mar 2026 01:01:23 +0000 From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e71b9fe51b2d - main - editors/vim: Update to 9.2.0140 Message-ID: <69b21063.31123.557a4433@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=e71b9fe51b2dce20d35006bc0fe751f735583845 commit e71b9fe51b2dce20d35006bc0fe751f735583845 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2026-03-11 23:02:35 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2026-03-12 01:01:15 +0000 editors/vim: Update to 9.2.0140 Contains a fix for a null pointer dereferencing vulnerability in the regex engine. Vim assigned it a MODERATE risk score. See the below disclosure report. Security: https://github.com/vim/vim/security/advisories/GHSA-9phh-423r-778r --- editors/vim/Makefile | 4 ++-- editors/vim/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index fcee069f80ce..cb530df724c8 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,5 +1,5 @@ PORTNAME= vim -PORTVERSION= 9.2.0078 +PORTVERSION= 9.2.0140 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -178,7 +178,7 @@ post-configure: ${REINPLACE_CMD} -e '/^#define HAVE_SYSINFO/ d' ${WRKSRC}/src/auto/config.h do-test: - ${DO_MAKE_BUILD} -C ${WRKSRC} test + ${MAKE_CMD} -C ${WRKSRC} test .if ${FLAVOR:U} == tiny do-install: diff --git a/editors/vim/distinfo b/editors/vim/distinfo index 6adf5b6e6cab..5343ecd29cd3 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772250113 -SHA256 (vim-vim-v9.2.0078_GH0.tar.gz) = 031e56ccc745fd2db2464dbde1e232cde6ec45251a6f7253ef34deca7faed887 -SIZE (vim-vim-v9.2.0078_GH0.tar.gz) = 19754609 +TIMESTAMP = 1773270134 +SHA256 (vim-vim-v9.2.0140_GH0.tar.gz) = e97eae0623da945fde66e69388c000130c7951a2f92cf2e5201079ca6806a641 +SIZE (vim-vim-v9.2.0140_GH0.tar.gz) = 19801376home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b21063.31123.557a4433>
