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 Oct 10 08:44:30 UTC 2024
Modified Files:
pkgsrc/www/nghttp3: Makefile PLIST distinfo
Log Message:
nghttp3: updated to 1.6.0
nghttp3 v1.6.0
Change clang-format options
Fix cmake export
Fix include export
Fix ARM64 __popcnt intrinsics
Refactor qpack reserve_buf
Fix potential overflow
nghttp3_map: Port ngtcp2 changes
Optimize nghttp3_read_varint
Consistent macro comments
clang-format files under fuzz
ispow2: Better fallback implementation
Refactor http on header
Simplify http_request_on_header and http_response_on_header
qpack: Switch on opcode
Do huffman encoding only when the reduction is more than 25%
Optimize nghttp3_check_header_value
Revert "Optimize nghttp3_check_header_value"
cmake: Remove trailing spaces
Optimize nghttp3_check_header_value
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/www/nghttp3/Makefile:1.20
--- pkgsrc/www/nghttp3/Makefile:1.19 Sat Aug 24 06:57:29 2024
+++ pkgsrc/www/nghttp3/Makefile Thu Oct 10 08:44:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/08/24 06:57:29 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/10/10 08:44:30 adam Exp $
-DISTNAME= nghttp3-1.5.0
+DISTNAME= nghttp3-1.6.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.14 pkgsrc/www/nghttp3/PLIST:1.15
--- pkgsrc/www/nghttp3/PLIST:1.14 Sat Aug 24 06:57:30 2024
+++ pkgsrc/www/nghttp3/PLIST Thu Oct 10 08:44:30 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/08/24 06:57:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/10/10 08:44:30 adam Exp $
include/nghttp3/nghttp3.h
include/nghttp3/version.h
lib/cmake/nghttp3/nghttp3Config.cmake
@@ -8,6 +8,6 @@ lib/cmake/nghttp3/nghttp3Targets.cmake
lib/libnghttp3.a
lib/libnghttp3.so
lib/libnghttp3.so.9
-lib/libnghttp3.so.9.2.3
+lib/libnghttp3.so.9.2.4
lib/pkgconfig/libnghttp3.pc
share/doc/nghttp3/README.rst
Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.15 pkgsrc/www/nghttp3/distinfo:1.16
--- pkgsrc/www/nghttp3/distinfo:1.15 Sat Aug 24 06:57:30 2024
+++ pkgsrc/www/nghttp3/distinfo Thu Oct 10 08:44:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/08/24 06:57:30 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/10/10 08:44:30 adam Exp $
-BLAKE2s (nghttp3-1.5.0.tar.xz) = d9db84336f75cc89f8fafa05a5e5ead8f8cbeaf9baa6c43881acb60c72b91c19
-SHA512 (nghttp3-1.5.0.tar.xz) = 76a089fb0dd88b9aced41fccf36758c6504f8faf68c143ca81c260c017ac6dfd83fe678c401304de8bf65e859b0559dc5e8fcb37e88e547076d0ba9fd2c4a59c
-Size (nghttp3-1.5.0.tar.xz) = 391668 bytes
+BLAKE2s (nghttp3-1.6.0.tar.xz) = aa9bf001c6da9fd08f1e74228149c16f6ac3223882c33a10a9c1408763037a25
+SHA512 (nghttp3-1.6.0.tar.xz) = d0f585cf388a48d391f803897b0998c12c39e118ca380ecc48c4d3dfd3ff4588a5e456dc89a96f2f5ffd5afc261a2d60a71fd4d8ebb82af35bfe6668737538d8
+Size (nghttp3-1.6.0.tar.xz) = 392480 bytes
Home |
Main Index |
Thread Index |
Old Index