pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nghttp3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb 17 02:22:09 UTC 2024

Modified Files:
        pkgsrc/www/nghttp3: Makefile PLIST distinfo

Log Message:
nghttp3: updated to 1.2.0

nghttp3 v1.2.0

Clarify the behavior when a stream is not found
Fix typo
cmake: restore ENABLE_STATIC_CRT and ENABLE_ASAN options
Migrate to munit form cunit
Pull sfparse via git submodule
Update .gitignore
Update git submodule
Add nghttp3_conn_update_ack_offset
Add include path to munit directory
Bump munit
Shrink nghttp3_stream size
Fix typo
Bump munit
Bump submodules


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/nghttp3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp3/Makefile
diff -u pkgsrc/www/nghttp3/Makefile:1.15 pkgsrc/www/nghttp3/Makefile:1.16
--- pkgsrc/www/nghttp3/Makefile:1.15    Sun Nov 26 07:29:47 2023
+++ pkgsrc/www/nghttp3/Makefile Sat Feb 17 02:22:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/11/26 07:29:47 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/17 02:22:09 adam Exp $
 
-DISTNAME=      nghttp3-1.1.0
+DISTNAME=      nghttp3-1.2.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ngtcp2/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/www/nghttp3/PLIST
diff -u pkgsrc/www/nghttp3/PLIST:1.10 pkgsrc/www/nghttp3/PLIST:1.11
--- pkgsrc/www/nghttp3/PLIST:1.10       Sun Nov 26 07:29:47 2023
+++ pkgsrc/www/nghttp3/PLIST    Sat Feb 17 02:22:09 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.10 2023/11/26 07:29:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/02/17 02:22:09 adam Exp $
 include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/libnghttp3.a
 lib/libnghttp3.so
 lib/libnghttp3.so.9
-lib/libnghttp3.so.9.1.0
+lib/libnghttp3.so.9.2.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.11 pkgsrc/www/nghttp3/distinfo:1.12
--- pkgsrc/www/nghttp3/distinfo:1.11    Sun Nov 26 07:29:47 2023
+++ pkgsrc/www/nghttp3/distinfo Sat Feb 17 02:22:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/11/26 07:29:47 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/02/17 02:22:09 adam Exp $
 
-BLAKE2s (nghttp3-1.1.0.tar.xz) = 26a1b553ca60b7ddcec929e636c1e43fe2c32de53800582edd26aaf082b34df7
-SHA512 (nghttp3-1.1.0.tar.xz) = 30330a8002a296be4441f88f444436baba5e989b8c07dc95c55b43c85de8c2f995b000e88c6d44dc98449c10d9648dd45f641b8b24c0577c3b93e90faeba78b4
-Size (nghttp3-1.1.0.tar.xz) = 369832 bytes
+BLAKE2s (nghttp3-1.2.0.tar.xz) = 18a96d0cc60ba8854a73940cb060ae783d0c53607baa1d6ce45346f2959cd82a
+SHA512 (nghttp3-1.2.0.tar.xz) = 51ade6b17215eb15c92b18ad7a94b70e0a442d5968aee31ec734e5826d09ca34197e64407a1ac3f7bfb4ed1a0b3c3b58afc4a152542bacdcc4c71140931a7652
+Size (nghttp3-1.2.0.tar.xz) = 387592 bytes



Home | Main Index | Thread Index | Old Index