upstream is dead and recommends consumers migrating to
https://github.com/nodejs/llhttp, but we might as well pick the last update
which is as old as the current version.

I forgot which consuming port made me look into http-parser, but tests
pass 100% and there is no shared library change.

https://github.com/nodejs/http-parser/compare/v2.9.3...v2.9.4

Feedback? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/http-parser/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    11 Mar 2022 18:50:11 -0000      1.2
+++ Makefile    9 Jul 2023 22:20:21 -0000
@@ -1,7 +1,7 @@
 COMMENT =      parser for HTTP messages focused on performance
 GH_ACCOUNT =   nodejs
 GH_PROJECT =   http-parser
-GH_TAGNAME =   v2.9.3
+GH_TAGNAME =   v2.9.4
 CATEGORIES =   devel
 
 SHARED_LIBS =  http_parser 0.0 #2.9
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/http-parser/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    2 Mar 2020 16:25:43 -0000       1.1.1.1
+++ distinfo    9 Jul 2023 22:20:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (http-parser-2.9.3.tar.gz) = 
j6Crh3D9hCWptDH9v5FiPE16nNuEK5M5KJvSsLAbDT0=
-SIZE (http-parser-2.9.3.tar.gz) = 51973
+SHA256 (http-parser-2.9.4.tar.gz) = 
RnueMP0Jee4wEGXnD2N9UlwoGTRJ4bE/vLGx+rOtIk8=
+SIZE (http-parser-2.9.4.tar.gz) = 52056

Reply via email to