./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.3nb1, Package name: hs-warp-tls-3.4.3nb1, Maintainer: pho

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: 8.841 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages
   2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80)
Log message:
*: bump for hs-vector-algorithms buildlink3.mk change
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk