From 38eaaf9c857d64c919f48ed119d3eaa196e0b856 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 10 Nov 2020 12:39:17 +0100 Subject: [PATCH] vim-gnupg: revert to 2.6.1. 2.7.0 still has security critical bugs, e.g. https://github.com/jamessan/vim-gnupg/issues/104 This reverts commit 8604846885a1c1c843c2623e52aa32528973603f. This reverts commit a547f8888c9af46adde1ab2e7b9d45c61bb5b8e0. --- srcpkgs/vim-gnupg/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/vim-gnupg/template b/srcpkgs/vim-gnupg/template index 9faf4aa0d57..5a85daf5d1b 100644 --- a/srcpkgs/vim-gnupg/template +++ b/srcpkgs/vim-gnupg/template @@ -1,17 +1,16 @@ # Template file for 'vim-gnupg' pkgname=vim-gnupg -version=2.7.0 -revision=2 +reverts="2.7.0_1 2.7.0_2" +version=2.6.1 +revision=3 depends="vim-common gnupg" short_desc="Plugin for transparent editing of gpg encrypted files" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="https://github.com/jamessan/vim-gnupg" distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz" -checksum=cba87e6bf7ded161100f0789a374957710ac14e3b13faedd7731631048f71fe6 +checksum=6e9d75febd13cc533153e5e01b00593fa91f8bbcf1ec19a9029dd994e2f65508 do_install() { - vinstall autoload/gnupg.vim 644 usr/share/vim/vimfiles/autoload - vinstall doc/gnupg.txt 644 usr/share/vim/vimfiles/doc vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin }