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: Fri Apr 18 08:23:04 UTC 2025
Modified Files:
pkgsrc/www/nghttp3: Makefile PLIST distinfo
Log Message:
nghttp3: updated to 1.9.0
nghttp3 v1.9.0
Remove unused nghttp3_pq_each
Add tests
Simplify tests with helper functions
Add a CMake option to support disabling the popcnt instruction
clang-format
Amend 330
nghttp3_stream_update_ack_offset: Remove unreachable code
Simplify
Remove outq_offset from nghttp3_stream
Add tests
Amend 337 removing unnecessary casts
Do not ack 0-byte vector with fin which has not been handed out
Add tests for rx http state
Assertions fix
Set initial rx http state on stream creation
Fix fuzzer failure
examples: Add missing defined() in comment
Add more HTTP header related tests
Add a test for server push
tests: Share nva
Add security policy
Add tests for nghttp3_conn_submit_info
Amend 349
Read varint
GHA: Replace macos-13 with macos-15
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/www/nghttp3/Makefile:1.23
--- pkgsrc/www/nghttp3/Makefile:1.22 Fri Feb 21 16:24:23 2025
+++ pkgsrc/www/nghttp3/Makefile Fri Apr 18 08:23:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/02/21 16:24:23 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/18 08:23:04 adam Exp $
-DISTNAME= nghttp3-1.8.0
+DISTNAME= nghttp3-1.9.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.17 pkgsrc/www/nghttp3/PLIST:1.18
--- pkgsrc/www/nghttp3/PLIST:1.17 Fri Feb 21 16:24:23 2025
+++ pkgsrc/www/nghttp3/PLIST Fri Apr 18 08:23:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/02/21 16:24:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2025/04/18 08:23:04 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.6
+lib/libnghttp3.so.9.2.7
lib/pkgconfig/libnghttp3.pc
share/doc/nghttp3/README.rst
Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.18 pkgsrc/www/nghttp3/distinfo:1.19
--- pkgsrc/www/nghttp3/distinfo:1.18 Fri Feb 21 16:24:23 2025
+++ pkgsrc/www/nghttp3/distinfo Fri Apr 18 08:23:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/02/21 16:24:23 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/04/18 08:23:04 adam Exp $
-BLAKE2s (nghttp3-1.8.0.tar.xz) = 43fb80d87cd8f30b3afc9d08ca1c0f45f7ea4cc203b686f9b7b64228b6bc1eeb
-SHA512 (nghttp3-1.8.0.tar.xz) = 01b7a6e313e13ebfecd63afdfaed8c8518b49cff64d08359ec7fb7f05f2dc615c4d58a8338d789e54c2d85cb5fa8e2151c91df40ec39826283f7328fc86fc18b
-Size (nghttp3-1.8.0.tar.xz) = 398640 bytes
+BLAKE2s (nghttp3-1.9.0.tar.xz) = bedecb8ccd46f7015f295e904e7ff5327295b5dd62418db485f175d627860d09
+SHA512 (nghttp3-1.9.0.tar.xz) = acef4156878047fcc44669888911cb2bcf255c11106da8342349406b906d46f641b59e295a1b650815d896465bebcbc6652581d906ce348ef8d07442b307f862
+Size (nghttp3-1.9.0.tar.xz) = 400208 bytes
Home |
Main Index |
Thread Index |
Old Index