From 40ab3171eb59e3612d7e3ef096ea6ecdd33cfd68 Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Tue, 25 Jun 2019 11:29:15 +0700 Subject: [PATCH] git: register git-shell to /etc/shells git-shell is a restricted login shell for git-only SSH access --- srcpkgs/git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 938516fe7a0dc8..11630afb5a0574 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,7 +1,7 @@ # Template file for 'git' pkgname=git version=2.22.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2 ac_cv_snprintf_returns_bogus=no" @@ -20,6 +20,7 @@ changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNot distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" checksum=159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f replaces="git-perl>=0" +register_shell=/usr/bin/git-shell subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"