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:           Wed Feb 15 18:07:46 UTC 2023

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

Log Message:
nghttp3: updated to 0.8.0

nghttp3 v0.8.0

nghttp3_ringbuf: fix __popcnt with WIN ARM (32bits)
workflow: Bump compilers
Prioritize lower stream
Add test case for "Prioritize a stream with lower stream ID"
Remove remnant code for server push
Remove nghttp3_node_id because we have single type of node ID now
Update RFCs
Nghttp3 unreachable
Minor cleanup
Clarify the case where offset >= buflen
Refactor enable_connect_protocol processing and add tests
Remove unused nghttp3_put_uint48be and nghttp3_put_uint24be functions
Rename nghttp3_get_varint_len and nghttp3_put_varint_len


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/nghttp3/PLIST 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.2 pkgsrc/www/nghttp3/Makefile:1.3
--- pkgsrc/www/nghttp3/Makefile:1.2     Tue Jan 24 18:36:36 2023
+++ pkgsrc/www/nghttp3/Makefile Wed Feb 15 18:07:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/01/24 18:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/02/15 18:07:46 adam Exp $
 
-DISTNAME=      nghttp3-0.7.1
+DISTNAME=      nghttp3-0.8.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.1 pkgsrc/www/nghttp3/PLIST:1.2
--- pkgsrc/www/nghttp3/PLIST:1.1        Sat Dec  3 16:01:02 2022
+++ pkgsrc/www/nghttp3/PLIST    Wed Feb 15 18:07:46 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2022/12/03 16:01:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/15 18:07:46 adam Exp $
 include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/libnghttp3.a
 lib/libnghttp3.so
 lib/libnghttp3.so.3
-lib/libnghttp3.so.3.0.1
+lib/libnghttp3.so.3.0.2
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst
Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.1 pkgsrc/www/nghttp3/distinfo:1.2
--- pkgsrc/www/nghttp3/distinfo:1.1     Sat Dec  3 16:01:02 2022
+++ pkgsrc/www/nghttp3/distinfo Wed Feb 15 18:07:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/12/03 16:01:02 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/02/15 18:07:46 adam Exp $
 
-BLAKE2s (nghttp3-0.7.1.tar.xz) = c84441fb36ba55ee677b4bef9907a5ddff454316f33dd8bb7b873866e7a1e8fa
-SHA512 (nghttp3-0.7.1.tar.xz) = a09f28760b4dde0d4d6dad6d04f5635de156915517d1caae9f3dfffcd3aab9d169406a19e28c172295f9bfc695a538860c16b62a732719f01cc8677e1048c8c1
-Size (nghttp3-0.7.1.tar.xz) = 363164 bytes
+BLAKE2s (nghttp3-0.8.0.tar.xz) = 2277db81ee98d9ff787b657fb45422e747eedfc3489d76e995e27800627a2231
+SHA512 (nghttp3-0.8.0.tar.xz) = dab545aff7f85ee10c0f43985cb7f937e33a793c4bb0ca8e7878652f8d0b2500497cdd435256f401bf35a0c7af21aec08cd821beddff3e96b4810efb4c798591
+Size (nghttp3-0.8.0.tar.xz) = 365072 bytes



Home | Main Index | Thread Index | Old Index