debian: remove SRV support
commit3e37f57c4a841f014338bae9b867b691c03aa684
authorJonathan Nieder <jrn@google.com>
Tue, 19 Apr 2016 00:23:39 +0000 (18 17:23 -0700)
committerJonathan Nieder <jrn@google.com>
Tue, 19 Apr 2016 00:23:39 +0000 (18 17:23 -0700)
treecc8c30531371383ffae7d121508bfd65a6110380
parentb2437b4abd4df7e04c515e4176fbbc2f0c42c213
debian: remove SRV support

Remove the SRV support patch series.  Server admins couldn't rely on
it since non-Debian systems don't have these patches applied.  Using
DNS in this way for client-side load balancing can produce good
results but is complex to set up well.  Server-side load balancing
reverse proxies plus GeoDNS can work almost as well, with a simpler
setup.

Removing these patches will have very little user-visible performance
effect.  Requests with a broken DNS server become faster because we
don't have to wait for a timeout.  It brings Debian closer to standard
Git and makes testing by Debian users more useful for upstream Git
development.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
debian/changelog
debian/diff/0002-transport-expose-git_tcp_connect-and-friends-in-new-t.diff [deleted file]
debian/diff/0003-daemon-make-NO_IPV6-NO_IPV6-lookup_hostname-implement.diff [deleted file]
debian/diff/0004-daemon-move-locate_host-to-tcp.c.diff [deleted file]
debian/diff/0005-tcp-unify-ipv4-and-ipv6-code-paths.diff [deleted file]
debian/diff/0006-transport-optionally-honor-DNS-SRV-records.diff [deleted file]
debian/diff/0007-srv-be-more-tolerant-of-broken-DNS-replies.diff [deleted file]