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
This commit is contained in:
parent
8e598c72b4
commit
9ff35f0d62
@ -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
3
HTTP-4000.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ee93db252703f87c114bf848eda04ed0c8e3d7411aeb9dc911201aa4f756ae
|
||||
size 71603
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user