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:           Thu May  9 09:59:40 UTC 2024

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

Log Message:
nghttp3: updated to 1.3.0

nghttp3 v1.3.0

Refactor stream data acknowledgement
Do not call acked_data with 0 length data
Qpack tweak
Avoid assigning zero after memset
Lower decoder stream limit
Workaround llvm issue on github ubuntu runner
apt-get update
Automate release process
autotools: Switch to tar-pax
Add actions/stale
cmake: add BUILD_TESTING, fix MSVC with static + shared
Bump munit
CMakeLists(.txt): Add Build Test info on summary
Bump munit
Update the link for the Prefix.pdf document
More words for errors when reading from or writing to a stream
Clarify the use of nghttp3_conn_close_stream


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.12 -r1.13 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.16 pkgsrc/www/nghttp3/Makefile:1.17
--- pkgsrc/www/nghttp3/Makefile:1.16    Sat Feb 17 02:22:09 2024
+++ pkgsrc/www/nghttp3/Makefile Thu May  9 09:59:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/02/17 02:22:09 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/05/09 09:59:40 adam Exp $
 
-DISTNAME=      nghttp3-1.2.0
+DISTNAME=      nghttp3-1.3.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.11 pkgsrc/www/nghttp3/PLIST:1.12
--- pkgsrc/www/nghttp3/PLIST:1.11       Sat Feb 17 02:22:09 2024
+++ pkgsrc/www/nghttp3/PLIST    Thu May  9 09:59:40 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.11 2024/02/17 02:22:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/05/09 09:59:40 adam Exp $
 include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/libnghttp3.a
 lib/libnghttp3.so
 lib/libnghttp3.so.9
-lib/libnghttp3.so.9.2.0
+lib/libnghttp3.so.9.2.1
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.12 pkgsrc/www/nghttp3/distinfo:1.13
--- pkgsrc/www/nghttp3/distinfo:1.12    Sat Feb 17 02:22:09 2024
+++ pkgsrc/www/nghttp3/distinfo Thu May  9 09:59:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/02/17 02:22:09 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/05/09 09:59:40 adam Exp $
 
-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
+BLAKE2s (nghttp3-1.3.0.tar.xz) = bc5302c19ce73d553ba74445945b5541cc27b7ff1020db45b58e03d18512100b
+SHA512 (nghttp3-1.3.0.tar.xz) = a862e7a3c3f6722b07d5437976850b2998032d1f7b9da7a49e6863d59c611ff7204c9923e8e570301a9bfbd91931a30f8f85e96cfb35481783adfc2f955a8b8c
+Size (nghttp3-1.3.0.tar.xz) = 390176 bytes



Home | Main Index | Thread Index | Old Index