Name: | rh-git29-git-core |
---|---|
Version: | 2.9.3 |
Release: | 4.el7 |
Architecture: | x86_64 |
Group: | Development/Tools |
Size: | 19138596 |
License: | GPLv2 |
RPM: | rh-git29-git-core-2.9.3-4.el7.x86_64.rpm |
Source RPM: | rh-git29-git-2.9.3-4.el7.src.rpm |
Build Date: | Tue Jul 24 2018 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://git-scm.com/ |
Summary: | Core package of git with minimal funcionality |
Description: | Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. The git-core rpm installs really the core tools with minimal dependencies. Install git package for common set of tools. To install all git packages, including tools for integrating with other SCMs, install the git-all meta-package. |
- Backport the fix for CVE-2018-11235 and CVE-2018-11233. - Thanks to Jonathan Nieder <jrnieder@gmail.com> for backporting to 2.11.x and to Steve Beattie <sbeattie@ubuntu.com> for backporting to 2.7.x.
- prevent command injection via malicious ssh URLs - dissalow repo names beginning with dash Resolves: CVE-2017-8386 CVE-2017-1000117
- fix infinite loop of "git ls-tree" on broken symlink Resolves: #1204191
- Rebase to 2.9.3 - add control of GSSAPI credential delegation to enable HTTP(S)-SSO authentication Resolves: #1359176 #1382708
- fix service file to use rh-git29 instead of native git - fix desktop file - changed names & paths inside the file, use scl rh-git29 instead of native git, change filename and path of the file to system directory instead of scl - *git-daemon: xinetd.d: use system directory and added prefix to the filename - *git-gitweb: store git.conf to directory of httpd24 sclm add scl prefix to the filename and correct paths inside the file to correct rh-git29 www directory - fix doubled path for emacs-sitelisp files - build and link files with httpd24-libcurl Resolves: #1345897
- fix deprecated "vendor" tag for RHEL-6 (it was used for older RHEL systems)
- remove requires on perl(packed-refs) for RHEL-6 builds instead of provides
- Fix Requires of rh-git29-git-gui for rh-git29-gitk
- Initial commit with git v2.9.2 - Fixes troubles with infinite loop in "git ls-tree" for broken symlink under refs/heads - Rename git.service to git@.service to make it usable - Resolves: #1204191 #1251460