diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 9ec875f..a602ace 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Apr 13 02:03:10 UTC 2019 - psimons@suse.com + +- Update http-client to version 0.6.4. + ## 0.6.4 + + * Avoid throwing an exception when a malformed HTTP header is received, + to be as robust as commonly used HTTP clients. + See [#398](https://github.com/snoyberg/http-client/issues/398) + +------------------------------------------------------------------- +Wed Apr 3 02:01:38 UTC 2019 - psimons@suse.com + +- Update http-client to version 0.6.3. + ## 0.6.3 + + * Detect response body termination before reading an extra null chunk + when possible. This allows connections to be reused in some corner + cases. See + [#395](https://github.com/snoyberg/http-client/issues/395) + ------------------------------------------------------------------- Thu Feb 28 03:01:36 UTC 2019 - psimons@suse.com diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 4a7d1b2..5e0a3cf 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -19,7 +19,7 @@ %global pkg_name http-client %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.2 +Version: 0.6.4 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.6.2.tar.gz b/http-client-0.6.2.tar.gz deleted file mode 100644 index 11a9189..0000000 --- a/http-client-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b426d891ab68c0eabf9a455d67e37789d3a2b84d925ae247d9ff385a5b042f0 -size 89500 diff --git a/http-client-0.6.4.tar.gz b/http-client-0.6.4.tar.gz new file mode 100644 index 0000000..5cda52b --- /dev/null +++ b/http-client-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369278ec3d0d89bfdd8bee5bd367b22b7812b98fd62a1121276d728aeeb239d9 +size 89810