CVS log for pkgsrc/www/hs-warp/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / hs-warp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:40:12 2025 UTC (2 weeks, 4 days ago) by pho
Branches: MAIN
CVS tags: HEAD
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 (7 weeks 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
Thu Jan 30 16:31:32 2025 UTC (7 weeks, 3 days ago) by pho
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3
lines
www/hs-warp: update to warp-3.4.7
## 3.4.7
* Using time-manager >= 0.2.
## 3.4.6
* Using `withHandle` of time-manager.
## 3.4.5
* Rethrowing asynchronous exceptions and preventing callsing
`connClose` twice.
[#1013](https://github.com/yesodweb/wai/pull/1013)
## 3.4.4
* Removing `unliftio`.
## 3.4.3
* Waiting untill the number of FDs desreases on EMFILE.
[#1009](https://github.com/yesodweb/wai/pull/1009)
## 3.4.2
* serveConnection is re-exported from the Internal module.
[#1007](https://github.com/yesodweb/wai/pull/1007)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:56 2024 UTC (10 months, 2 weeks 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
Thu May 2 10:16:50 2024 UTC (10 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3
lines
www/hs-warp: Update to 3.4.1
3.4.1
Using time-manager v0.1.0, and auto-update v0.2.0. #986
3.4.0
Reworked request lines (CRLF) parsing: #968
We do not accept multiline headers anymore. (RFC 7230 deprecated it 10 years ago)
Reworked request lines (CRLF) parsing to not unnecessarily copy bytestrings.
Using http2 v5.1.0.
fourmolu is used as an official formatter.
3.3.31
Supporting http2 v5.0.
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 17:26:35 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -5
lines
www/hs-warp: Update to 3.3.30
3.3.30
* Length of ResponseBuilder responses will now also be passed to the
logger. #946
* Using If-(None-)Match headers simultaneously with If-(Un)Modified-Since
headers now follow the RFC 9110 standard. So If-(Un)Modified-Since
headers will be correctly ignored if their respective -Match counterpart
is also present in the request headers. #945
* Fixed adding superfluous Server header when using HTTP/2.0 if response
already has it. #943
3.3.29
* Preparing coming "http2" v4.2.0.
3.3.28
* Fix for the "-x509" flag #935
3.3.27
* Fixing busy loop due to eMFILE #933
3.3.26
* Using crypton instead of cryptonite. #931
3.3.25
* Catching up the signature change of openFd in the unix package v2.8. #926
3.3.24
* 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, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Bump Haskell packages after updating lang/ghc94
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 8 09:01:34 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: +3 -4
lines
www/hs-warp: Update to 3.3.24
(I even did "make cce" but I somehow forgot to commit this.)
3.3.23
* Add setAccept for hooking the socket accept call. #912
* Removed some package dependencies from test suite #902
* Factored out Network.Wai.Handler.Warp.Recv to its own package recv. #899
3.3.22
* Creating a bigger buffer when the current one is too small to fit the Builder #895
* Using InvalidRequest instead of HTTP2Error #890
3.3.21
* Support GHC 9.4 #889
3.3.20
* Adding "x509" flag. #871
Revision 1.9: 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
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94
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, 7 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:35 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:50:59 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:04:55 2022 UTC (3 years, 1 month ago) by pho
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Update to warp-3.3.19
3.3.19
* Allowing the eMFILE exception in acceptNewConnection. #831
3.3.18
* Tidy up HashMap and MultiMap #864
* Support GHC 9.2 #863
3.3.17
* Modify exception handling to swallow async exceptions in forked thread
#850
* Switch default forking function to not install the global exception
handler (minor optimization) #851
3.3.16
* Move exception handling over to unliftio for better async exception
support #845
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 15:54:00 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-3.3.15
warp: A fast, light-weight web server for WAI applications.
HTTP/1.0, HTTP/1.1 and HTTP/2 are supported. For HTTP/2, Warp supports
direct and ALPN (in TLS) but not upgrade.
CVSweb <webmaster@jp.NetBSD.org>