From 9ff35f0d622eb16f488cb619bf2144f60d1deb1041a62cdbb9507037574b6d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 26 Jan 2016 09:33:52 +0000 Subject: [PATCH] Accepting request 355962 from devel:languages:haskell:lts - update to 4000.3.2 * 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/request/show/355962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=23 --- HTTP-4000.2.23.tar.gz | 3 --- HTTP-4000.3.2.tar.gz | 3 +++ ghc-HTTP.changes | 19 +++++++++++++++++++ ghc-HTTP.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 HTTP-4000.2.23.tar.gz create mode 100644 HTTP-4000.3.2.tar.gz diff --git a/HTTP-4000.2.23.tar.gz b/HTTP-4000.2.23.tar.gz deleted file mode 100644 index da04b69..0000000 --- a/HTTP-4000.2.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab04f8126196b96b02d10efcef49c4b73a14e7254cb6515cb10c87658c2e103c -size 71611 diff --git a/HTTP-4000.3.2.tar.gz b/HTTP-4000.3.2.tar.gz new file mode 100644 index 0000000..20b7b3a --- /dev/null +++ b/HTTP-4000.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ee93db252703f87c114bf848eda04ed0c8e3d7411aeb9dc911201aa4f756ae +size 71603 diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index 76e38bc..ca691d4 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Jan 24 10:04:26 UTC 2016 - mimi.vx@gmail.com + +- update to 4000.3.2 +* 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. + ------------------------------------------------------------------- Fri Jan 1 09:32:27 UTC 2016 - mimi.vx@gmail.com diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 25c5354..542f809 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -19,7 +19,7 @@ %global pkg_name HTTP Name: ghc-HTTP -Version: 4000.2.23 +Version: 4000.3.2 Release: 0 Summary: A library for client-side HTTP License: BSD-3-Clause @@ -37,7 +37,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-network-devel BuildRequires: ghc-network-uri-devel -BuildRequires: ghc-old-time-devel +BuildRequires: ghc-time-devel BuildRequires: ghc-parsec-devel # End cabal-rpm deps