git: update to 2.16.3

This commit is contained in:
Tom G. Christensen 2018-04-19 20:44:25 +02:00
parent 7095eb8e98
commit 11481e5d64
2 changed files with 5 additions and 2 deletions

View File

@ -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.14.2 version=2.16.3
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
@ -26,7 +26,7 @@ GIT_SKIP_TESTS="$GIT_SKIP_TESTS t0006.25"
# fails to distinguish file vs. dir # fails to distinguish file vs. dir
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t1308.23" GIT_SKIP_TESTS="$GIT_SKIP_TESTS t1308.23"
# cat-file --textconv is buggy, output is truncated # cat-file --textconv is buggy, output is truncated
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t8010.8" GIT_SKIP_TESTS="$GIT_SKIP_TESTS t8010.8 t8010.9"
export GIT_SKIP_TESTS export GIT_SKIP_TESTS
no_configure=1 no_configure=1
__configure="make" __configure="make"

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Mon Apr 16 2018 Tom G. Christensen <swpkg@jupiterrise.com> - 2.16.3-1
- Update to 2.16.3
* Thu Sep 28 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.14.2-1 * Thu Sep 28 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.14.2-1
- Update to 2.14.2 - Update to 2.14.2