In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.
Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes
Remaining md5sums either didn't download or
didn't pass checksum tests.
When connected to an Active Directory (a variant of LDAP), tab completion
becomes very slow because the tilde is expanded all the time, even if
completing paths that do not contain a tilde at all. This developer
observed delays of several seconds at a time.
This is completely unnecessary, so let's do not do that.
The patch was provided by Ove Risberg with a bug report to the original
bash-completion project:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1390061
Since it fixes code introduced by another add-on patch, that add-on patch
was modified instead of adding yet another patch.
This fixes https://github.com/git-for-windows/git/issues/377
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>