git: update to 2.16.6
This commit is contained in:
parent
a518a2c10c
commit
dc41b58b31
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=git
|
topdir=git
|
||||||
version=2.16.5
|
version=2.16.6
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://www.kernel.org/pub/software/scm/git/$topdir-$version.tar.gz
|
source[0]=https://www.kernel.org/pub/software/scm/git/$topdir-$version.tar.gz
|
||||||
source[1]=https://www.kernel.org/pub/software/scm/git/$topdir-manpages-$version.tar.gz
|
source[1]=https://www.kernel.org/pub/software/scm/git/$topdir-manpages-$version.tar.gz
|
||||||
@ -31,7 +31,6 @@ export GIT_SKIP_TESTS
|
|||||||
no_configure=1
|
no_configure=1
|
||||||
__configure="make"
|
__configure="make"
|
||||||
configure_args=
|
configure_args=
|
||||||
make_build_target="V=1"
|
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
# gcc 4.3.6 will cause a SIGBUS in memcpy on 2.6/SPARC
|
# gcc 4.3.6 will cause a SIGBUS in memcpy on 2.6/SPARC
|
||||||
export CC="/usr/tgcware/gcc42/bin/gcc"
|
export CC="/usr/tgcware/gcc42/bin/gcc"
|
||||||
@ -42,6 +41,7 @@ prep()
|
|||||||
generic_prep
|
generic_prep
|
||||||
setdir source
|
setdir source
|
||||||
cat << EOF > config.mak
|
cat << EOF > config.mak
|
||||||
|
V=1
|
||||||
CC=$CC
|
CC=$CC
|
||||||
SHELL=$prefix/bin/bash
|
SHELL=$prefix/bin/bash
|
||||||
PERL_PATH=$prefix/bin/perl
|
PERL_PATH=$prefix/bin/perl
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Feb 08 2020 Tom G. Christensen <swpkg@jupiterrise.com> - 2.16.6-1
|
||||||
|
- Update to 2.16.6 (fixes CVE-2019-1348, CVE-2019-1349,
|
||||||
|
CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353,
|
||||||
|
CVE-2019-1354, CVE-2019-1387)
|
||||||
|
|
||||||
* Tue Oct 30 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 2.16.5-1
|
* Tue Oct 30 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 2.16.5-1
|
||||||
- Update to 2.16.5 (fixes CVE-2018-17456)
|
- Update to 2.16.5 (fixes CVE-2018-17456)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user