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: Mon May 26 18:46:32 UTC 2025
Modified Files:
pkgsrc/www/nghttp3: Makefile PLIST distinfo
Log Message:
nghttp3: updated to 1.10.0
1.10.0
Add tests for reading a control stream
fuzz: Fuzz http3 with 1 byte input
tests: Reset buffer before each test as part of initialization
Tighten up :path validatio
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/www/nghttp3/Makefile:1.24
--- pkgsrc/www/nghttp3/Makefile:1.23 Fri Apr 18 08:23:04 2025
+++ pkgsrc/www/nghttp3/Makefile Mon May 26 18:46:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/04/18 08:23:04 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/05/26 18:46:32 adam Exp $
-DISTNAME= nghttp3-1.9.0
+DISTNAME= nghttp3-1.10.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.18 pkgsrc/www/nghttp3/PLIST:1.19
--- pkgsrc/www/nghttp3/PLIST:1.18 Fri Apr 18 08:23:04 2025
+++ pkgsrc/www/nghttp3/PLIST Mon May 26 18:46:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2025/04/18 08:23:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2025/05/26 18:46:32 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.7
+lib/libnghttp3.so.9.2.8
lib/pkgconfig/libnghttp3.pc
share/doc/nghttp3/README.rst
Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.19 pkgsrc/www/nghttp3/distinfo:1.20
--- pkgsrc/www/nghttp3/distinfo:1.19 Fri Apr 18 08:23:04 2025
+++ pkgsrc/www/nghttp3/distinfo Mon May 26 18:46:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/04/18 08:23:04 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/05/26 18:46:32 adam Exp $
-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
+BLAKE2s (nghttp3-1.10.0.tar.xz) = e62a9d66f721626d018256c9d399d283a2b148d0005aa600d9a4e4acbfecef56
+SHA512 (nghttp3-1.10.0.tar.xz) = 550c4507d4da921f061e6b3da0d63f88a0bc1e4a8ed9cb63d548453d2e00eedf8dd88e8770bc1e10d32e3d73c833400af05a019a5c0f04430bbc471fec351c85
+Size (nghttp3-1.10.0.tar.xz) = 399620 bytes
Home |
Main Index |
Thread Index |
Old Index