Changelog can be found here
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R909:1b214c06b068: Update git to 2.24.0
- Unit tests passed
- This patch was submitted with git 2.24.0
Diff Detail
- Repository
- R909 git
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
abi_used_libs | ||
---|---|---|
16 | Uhhhhhh. Wat. Kinda need ssh for anything useful. Are you missing a flag? |
abi_used_libs | ||
---|---|---|
16 | i will check, it seemed strange to me also, why all of these abi libs were removed, but i changed nothing but version and tar. |
abi_used_libs | ||
---|---|---|
16 | some of these dependencies that are removed are also dependency of libcurl (libssh is one of them), so they will indirectly be dependency of git also. |
This is the buildlog for previous version on our build server: https://build.getsol.us/logs/git-2.23.0-85.log.gz
This is the buildlog from my local build: (i split it into three files so they can be uploaded to termbin.com):
abi_used_libs | ||
---|---|---|
16 | Some places in the stack where LD_AS_NEEDED was set to false and is now true causes these large knock on affect for rebuilds, as I understand. |