mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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:
parent
cf9ef1ceb8
commit
a47c2dfb50
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git'
|
# Template file for 'git'
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.22.0
|
version=2.22.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
|
configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
|
||||||
ac_cv_snprintf_returns_bogus=no"
|
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"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f
|
checksum=159e4b599f8af4612e70b666600a3139541f8bacc18124daf2cbe8d1b934f29f
|
||||||
replaces="git-perl>=0"
|
replaces="git-perl>=0"
|
||||||
|
register_shell=/usr/bin/git-shell
|
||||||
|
|
||||||
subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"
|
subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue