Accepting request 355963 from devel:languages:haskell

- 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. (forwarded request 355962 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/355963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HTTP?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2016-01-28 16:23:50 +00:00 committed by Git OBS Bridge
commit af7e80f0fc
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab04f8126196b96b02d10efcef49c4b73a14e7254cb6515cb10c87658c2e103c
size 71611

3
HTTP-4000.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15ee93db252703f87c114bf848eda04ed0c8e3d7411aeb9dc911201aa4f756ae
size 71603

View File

@ -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

View File

@ -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