From e6d688d356a40c2a24701d605de5f28e3b3a875c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 11 Aug 2017 07:20:47 +0200 Subject: [PATCH] git: Update version from 2.13.4 to 2.14.1 [Release notes for version 2.14.0][1]: > Git 2.14 Release Notes > ====================== > > Backward compatibility notes and other notable changes. > > * Use of an empty string as a pathspec element that is used for > 'everything matches' is still warned and Git asks users to use a > more explicit '.' for that instead. The hope is that existing > users will not mind this change, and eventually the warning can be > turned into a hard error, upgrading the deprecation into removal of > this (mis)feature. That is not scheduled to happen in the upcoming > release (yet). > > * Git now avoids blindly falling back to ".git" when the setup > sequence said we are _not_ in Git repository. A corner case that > happens to work right now may be broken by a call to die("BUG"). > We've tried hard to locate such cases and fixed them, but there > might still be cases that need to be addressed--bug reports are > greatly appreciated. > > * The experiment to improve the hunk-boundary selection of textual > diff output has finished, and the "indent heuristics" has now > become the default. > > * Git can now be built with PCRE v2 instead of v1 of the PCRE > library. Replace USE_LIBPCRE=YesPlease with USE_LIBPCRE2=YesPlease > in existing build scripts to build against the new version. As the > upstream PCRE maintainer has abandoned v1 maintenance for all but > the most critical bug fixes, use of v2 is recommended. The [2.14.1 release][2] fixes CVE-2017-1000117, arbitrary code execution issues via URLs (see RelNotes/2.14.1.txt). [1]: https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/RelNotes/2.14.0.txt [2]: https://git.kernel.org/pub/scm/git/git.git/tree/Documentation/RelNotes/2.14.1.txt --- git.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.be0 b/git.be0 index 90ef4992d..2b5089ceb 100755 --- a/git.be0 +++ b/git.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION git-2.13.4-0 +# BEE_VERSION git-2.14.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)