The NetBSD Project

CVS log for pkgsrc/www/hs-warp-tls/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / hs-warp-tls

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Mar 8 05:13:52 2025 UTC (12 days, 6 hours ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Recursive bump for security/hs-tls

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:40:13 2025 UTC (2 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:06:07 2025 UTC (6 weeks, 3 days ago) by pho
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Feb 1 14:35:13 2025 UTC (6 weeks, 4 days ago) by pho
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -10 lines
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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:56 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat May 4 08:27:08 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:48 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 30 19:07:28 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:55:00 2023 UTC (17 months, 1 week ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:41:20 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 27 16:16:16 2023 UTC (2 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 7 06:50:52 2022 UTC (2 years, 6 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Recursive bump for recently updated Haskell packages

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 22 10:13:26 2022 UTC (2 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
*: bump for hs-vector-algorithms buildlink3.mk change

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:08:23 2022 UTC (2 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:58:36 2022 UTC (3 years ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:51:00 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
revbump after changing the default Haskell compiler

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 12 07:42:52 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Update to warp-tls-3.3.2

3.3.2
* Providing the Internal module. #841

3.3.1
* Move exception handling over to unliftio for better async exception
  support #845
* Cleanly close connection when client closes connection prematurely #844

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:32 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Bump packages that depends on GHC

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 5 16:03:34 2021 UTC (3 years, 10 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Import warp-tls-3.3.0

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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>