From 85cc643bb4a0f5cd03f15b3de2ff751c3e895786b925ed367d2d06c992c61c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 28 Jun 2015 16:17:22 +0000 Subject: [PATCH] - update to 4000.2.20 * If the URI contains "user:pass@" part, use it for Basic Authorization * Add a test harness. * Don't leak a socket when getHostAddr throws an exception. * Send cookies in request format, not response format. * Moved BrowserAction to be a StateT IO, with instances for Applicative, MonadIO, MonadState. * Add method to control size of connection pool. * Consider both host and port when reusing connections. * Handle response code 304 "not modified" properly. * Fix digest authentication by fixing md5 output string rep. * Make the default user agent string follow the package version. * Document lack of HTTPS support and fail when clients try to use it instead of silently falling back to HTTP. * Add helper to set the request type and body. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=15 --- HTTP-4000.2.19.tar.gz | 3 --- HTTP-4000.2.20.tar.gz | 3 +++ _service | 3 --- ghc-HTTP.changes | 19 +++++++++++++++++++ ghc-HTTP.spec | 2 +- 5 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 HTTP-4000.2.19.tar.gz create mode 100644 HTTP-4000.2.20.tar.gz delete mode 100644 _service diff --git a/HTTP-4000.2.19.tar.gz b/HTTP-4000.2.19.tar.gz deleted file mode 100644 index fc6bef1..0000000 --- a/HTTP-4000.2.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ffb97b7a916a70e742d65273e4c7c7b50b281797db11e17e7e02158e343f5fb -size 71287 diff --git a/HTTP-4000.2.20.tar.gz b/HTTP-4000.2.20.tar.gz new file mode 100644 index 0000000..f9fb3d6 --- /dev/null +++ b/HTTP-4000.2.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4407cc863699720d179b36257baf21b5f1df4be8c30545dcec4d685a726fd85b +size 71475 diff --git a/_service b/_service deleted file mode 100644 index a07f79b..0000000 --- a/_service +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index c03fe90..53049a5 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Jun 28 16:15:52 UTC 2015 - mimi.vx@gmail.com + +- update to 4000.2.20 +* If the URI contains "user:pass@" part, use it for Basic Authorization +* Add a test harness. +* Don't leak a socket when getHostAddr throws an exception. +* Send cookies in request format, not response format. +* Moved BrowserAction to be a StateT IO, with instances for + Applicative, MonadIO, MonadState. +* Add method to control size of connection pool. +* Consider both host and port when reusing connections. +* Handle response code 304 "not modified" properly. +* Fix digest authentication by fixing md5 output string rep. +* Make the default user agent string follow the package version. +* Document lack of HTTPS support and fail when clients try + to use it instead of silently falling back to HTTP. +* Add helper to set the request type and body. + ------------------------------------------------------------------- Sat Apr 11 20:34:01 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 19caf84..7a695ba 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -19,7 +19,7 @@ %global pkg_name HTTP Name: ghc-HTTP -Version: 4000.2.19 +Version: 4000.2.20 Release: 0 Summary: A library for client-side HTTP License: BSD-3-Clause