git: update to 2.16.6

This commit is contained in:
Tom G. Christensen 2020-02-08 20:38:13 +01:00
parent a518a2c10c
commit dc41b58b31
2 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=git
version=2.16.5
version=2.16.6
pkgver=1
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
@ -31,7 +31,6 @@ export GIT_SKIP_TESTS
no_configure=1
__configure="make"
configure_args=
make_build_target="V=1"
make_check_target="test"
# gcc 4.3.6 will cause a SIGBUS in memcpy on 2.6/SPARC
export CC="/usr/tgcware/gcc42/bin/gcc"
@ -42,6 +41,7 @@ prep()
generic_prep
setdir source
cat << EOF > config.mak
V=1
CC=$CC
SHELL=$prefix/bin/bash
PERL_PATH=$prefix/bin/perl

View File

@ -1,5 +1,10 @@
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
- Update to 2.16.5 (fixes CVE-2018-17456)