./www/hs-warp-tls, HTTP over TLS support for Warp via the TLS package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.12nb3, Package name: hs-warp-tls-3.4.12nb3, Maintainer: pkgsrc-users

warp-tls: HTTP over TLS support for Warp via the TLS package

SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS
1.1 or TLS 1.0 if necessary). HTTP/2 can be negotiated by ALPN.


Master sites:

Filesize: 9.247 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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.