]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
authorjhb <jhb@FreeBSD.org>
Tue, 9 Oct 2018 15:28:06 +0000 (15:28 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 9 Oct 2018 15:28:06 +0000 (15:28 +0000)
commit4c3d5e8e58c349a0ba1511713452b159628025fe
tree3eb951784d168d1fd6e0f7573499a7d039d0925e
parent06b00dcbe12b90eb720f5be6ed00fc32b8c4ed4d
parent618516be96280f60b389f9e70b23e56bb28bff0a
Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.

Approved by: re (rgrimes)
42 files changed:
contrib/serf/CHANGES
contrib/serf/NOTICE
contrib/serf/README
contrib/serf/SConstruct
contrib/serf/STATUS
contrib/serf/auth/auth.c
contrib/serf/auth/auth.h
contrib/serf/auth/auth_basic.c
contrib/serf/auth/auth_digest.c
contrib/serf/auth/auth_spnego.c
contrib/serf/auth/auth_spnego.h
contrib/serf/auth/auth_spnego_gss.c
contrib/serf/auth/auth_spnego_sspi.c
contrib/serf/buckets/aggregate_buckets.c
contrib/serf/buckets/allocator.c
contrib/serf/buckets/barrier_buckets.c
contrib/serf/buckets/buckets.c
contrib/serf/buckets/bwtp_buckets.c
contrib/serf/buckets/chunk_buckets.c
contrib/serf/buckets/dechunk_buckets.c
contrib/serf/buckets/deflate_buckets.c
contrib/serf/buckets/file_buckets.c
contrib/serf/buckets/headers_buckets.c
contrib/serf/buckets/iovec_buckets.c
contrib/serf/buckets/limit_buckets.c
contrib/serf/buckets/mmap_buckets.c
contrib/serf/buckets/request_buckets.c
contrib/serf/buckets/response_body_buckets.c
contrib/serf/buckets/response_buckets.c
contrib/serf/buckets/simple_buckets.c
contrib/serf/buckets/socket_buckets.c
contrib/serf/buckets/ssl_buckets.c
contrib/serf/build/check.py
contrib/serf/build/gen_def.py
contrib/serf/context.c
contrib/serf/incoming.c
contrib/serf/outgoing.c
contrib/serf/serf.h
contrib/serf/serf_bucket_types.h
contrib/serf/serf_bucket_util.h
contrib/serf/serf_private.h
contrib/serf/ssltunnel.c