chroot-bash: update to 4.3.
This commit is contained in:
parent
4329784c14
commit
da783977a0
|
@ -1,27 +1,16 @@
|
||||||
# Template build file for 'chroot-bash'.
|
# Template build file for 'chroot-bash'.
|
||||||
pkgname=chroot-bash
|
pkgname=chroot-bash
|
||||||
version=4.2
|
version=4.3
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="bash-${version}"
|
wrksrc="bash-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-bash-malloc --enable-static-link --disable-nls
|
configure_args="--without-bash-malloc --enable-static-link --disable-nls"
|
||||||
bash_cv_under_sys_siglist=yes bash_cv_unusable_rtsigs=no
|
|
||||||
bash_cv_void_sighandler=yes bash_cv_wcontinued_broken=no
|
|
||||||
bash_cv_sys_named_pipes=present bash_cv_job_control_missing=present
|
|
||||||
bash_cv_wexitstatus_offset=8 bash_cv_must_reinstall_sighandlers=no
|
|
||||||
bash_cv_opendir_not_robust=no bash_cv_signal_vintage=posix
|
|
||||||
bash_cv_getenv_redef=yes bash_cv_getpw_declared=yes
|
|
||||||
bash_cv_func_sigsetjmp=present bash_cv_ulimit_maxfds=yes
|
|
||||||
bash_cv_getcwd_malloc=yes bash_cv_under_sys_siglist=yes
|
|
||||||
bash_cv_sys_siglist=yes bash_cv_func_ctype_nonascii=no
|
|
||||||
bash_cv_dup2_broken=no bash_cv_pgrp_pipe=no bash_cv_printf_a_format=yes
|
|
||||||
bash_cv_func_strcoll_broken=no bash_cv_func_vsnprintf=yes"
|
|
||||||
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
|
short_desc="The GNU Bourne Again Shell -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/bash/bash.html"
|
homepage="http://www.gnu.org/software/bash/bash.html"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/bash/bash-${version}.tar.gz"
|
||||||
checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8
|
checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4
|
||||||
|
|
||||||
broken_as_needed=yes
|
broken_as_needed=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
Loading…
Reference in New Issue