util.h: fix gcc version checking
gcc doesn't have a predefined GCC_VERSION macro.
mq: remove unused repo._committingpatch-related code
This was introduced in
20ad8f0512a2 but its usage was removed in
46cc3b74e1c5.
sslutil: backed out changeset
074bd02352c0 (
issue4038)
Python docs are a little unclear, but mpm reports reading the OpenSSL
source code shows that PROTOCOL_SSLv23 allows TLS whereas
PROTOCOL_SSLv3 does not.
httpclient: apply upstream revision
da7579b034a4 to fix SSL problems (
issue4038)