Update to 2.16.1
This release fixes an issue which only affects users on case-insensitive file systems and repositories which contain paths that differ only in case. Such circumstances result in a segmentation fault in various git commands.
This commit is contained in:
parent
a9982274b4
commit
8368c37a74
5
git.spec
5
git.spec
@ -39,7 +39,7 @@
|
||||
#global rcrev .rc0
|
||||
|
||||
Name: git
|
||||
Version: 2.16.0
|
||||
Version: 2.16.1
|
||||
Release: 1%{?rcrev}%{?dist}
|
||||
Summary: Fast Version Control System
|
||||
License: GPLv2
|
||||
@ -781,6 +781,9 @@ rm -rf %{buildroot}
|
||||
# No files for you!
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2018 Todd Zullinger <tmz@pobox.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
|
||||
* Thu Jan 18 2018 Todd Zullinger <tmz@pobox.com> - 2.16.0-1
|
||||
- Update to 2.16.0
|
||||
- Use 'prove' as test harness, enable shell tracing
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (git-2.16.0.tar.xz) = 11f8f3b5e015cbf7aa768ae66c8a4a81417d78736c10e6e24a2b83b7c3ade3afaa6934ca156c5bb9c3da80cf445549601d494bab86611d7eec7865dbfdcbd812
|
||||
SHA512 (git-2.16.0.tar.sign) = af4522517146026f20323e4c551badbd77f50a48aecaa5614048c5fc7176838fee203897c885e8703731e90b80f1b126e20b829034a7f5c1ce54405742d7b252
|
||||
SHA512 (git-2.16.1.tar.xz) = 09e30ada7bcf41f78f15784908062c10162d58d2fd7a68ad27e42fd49dc37eb0e82c19ad21db31034a189a8cdd009013a29f943e1ae5d5ab5688c913d2a4d42a
|
||||
SHA512 (git-2.16.1.tar.sign) = 0bb930bc09a60d748f5cef655a67d2895550224deb6a78ce526bdba50670828fac4251c19b0607fd26b4041aa76339475fecd937ac946345f8c87b23752dbe86
|
||||
|
Loading…
Reference in New Issue
Block a user