]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 9 Oct 2018 15:28:06 +0000 (15:28 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 9 Oct 2018 15:28:06 +0000 (15:28 +0000)
commitc8b001924d3e7aeb40ce40860e313031f7568c6b
tree3eb951784d168d1fd6e0f7573499a7d039d0925e
parenta524d5b5cda1a1e215fa1ab9493e0e3017d940a0
parent110aebf74b4205a3ac01c7b59c1fb4145a1698a5
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