2025-03-08 06:13:52 by Masatake Daimon | Files touched by this commit (32) |
Log message:
Recursive bump for security/hs-tls
|
2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173) |
Log message:
recursive revbump after patching lang/ghc910
|
2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message:
Bump all Haskell packages after switching the default compiler.
|
2025-02-01 15:35:13 by Masatake Daimon | Files touched by this commit (3) |  |
Log message:
www/hs-warp-tls: update to warp-tls-3.4.12
## 3.4.12
* Rethrowing asynchronous exceptions
[#1013](https://github.com/yesodweb/wai/pull/1013)
## 3.4.11
* Removing `unliftio`.
## 3.4.10
* Removed `data-default` dependency entirely. Does now require `>= tls-2.1.3`.
[#1011](https://github.com/yesodweb/wai/pull/1011)
## 3.4.9
* Using `timeout` for `handshake` to prevent thread leaks.
## 3.4.8
* Substituted `data-default-class` for `data-default` \
[#1010](https://github.com/yesodweb/wai/pull/1010)
## 3.4.7
* Expose `attachConn` to use post-handshake TLS connection.
[#1007](https://github.com/yesodweb/wai/pull/1007)
## 3.4.6
* Preparing for tls v2.1
|
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
2024-05-04 10:27:08 by Masatake Daimon | Files touched by this commit (4) |
Log message:
www/hs-warp-tls: Update to 3.4.5
3.4.5
Making mkConn of WarpTLS interruptible #984
3.4.4
Allow warp v3.4.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-30 20:07:28 by Masatake Daimon | Files touched by this commit (4) |
Log message:
www/hs-warp-tls: Update to 3.4.3
3.4.3
* Install shutdown handlers passed via Settings to run... functions
3.4.2
* Requiring warp v3.3.29.
3.4.1
* Supporting tls v1.8.0.
3.4.0
* Major version up to deprecate v3.3.7 due to the incompatibility against
cryptonite.
3.3.7
* Using crypton instead of cryptonite. #931
3.3.6
* Setting FD_CLOEXEC on the listening socket. #923
3.3.5
* Switching the version of the "recv" package from 0.0.x to 0.1.x.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-27 17:16:16 by Masatake Daimon | Files touched by this commit (4) |
Log message:
www/hs-warp-tls: Update to 3.3.4
3.3.4
* Integrated customizable accept hook from
Network.Wai.Handler.Warp.Settings (cf. setAccept) #912
* Adjusted httpOverTls because of the factoring out of
Network.Wai.Handler.Warp.Recv to its own package recv in the warp
package. #899
3.3.3
* Creating a bigger buffer when the current one is too small to fit the
Builder #895
* Expose TLS.supportedHashSignatures via TLSSettings #872
|