git: register git-shell to /etc/shells

git-shell is a restricted login shell for git-only SSH access

Closes: #12666 [via git-merge-pr]
This commit is contained in:
Doan Tran Cong Danh 2019-06-25 11:29:15 +07:00 committed by Piraty
parent cf9ef1ceb8
commit a47c2dfb50

View file

@ -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"