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:   wiz
Date:           Sun Sep 28 20:12:45 UTC 2025

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

Log Message:
nghttp3: update to 1.12.0.

What's Changed

    Bump actions/checkout from 4 to 5 by @dependabot[bot] in #382
    Clang 19 by @tatsuhiro-t in #383
    Bump actions/stale from 9 to 10 by @dependabot[bot] in #384
    Bump actions/github-script from 7 to 8 by @dependabot[bot] in #385
    Delete a stream that is blocked by QPACK on QUIC stream closure by @tatsuhiro-t in #386
    cmake: do not require C++ for lib-only builds by @vszakats in #387
    Introduce time by @tatsuhiro-t in #388
    Add glitch protection by @tatsuhiro-t in #389
    Use nghttp3_conn_read_stream2 solely by @tatsuhiro-t in #390
    tests: Fix type of padding for nghttp3_settings_entry by @tatsuhiro-t in #391
    Remove nghttp3_settings.initial_ts by @tatsuhiro-t in #392
    Fix macro comment by @tatsuhiro-t in #393


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.22 -r1.23 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.26 pkgsrc/www/nghttp3/Makefile:1.27
--- pkgsrc/www/nghttp3/Makefile:1.26    Sun Jul 27 09:08:55 2025
+++ pkgsrc/www/nghttp3/Makefile Sun Sep 28 20:12:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/07/27 09:08:55 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/09/28 20:12:45 wiz Exp $
 
-DISTNAME=      nghttp3-1.11.0
+DISTNAME=      nghttp3-1.12.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.21 pkgsrc/www/nghttp3/PLIST:1.22
--- pkgsrc/www/nghttp3/PLIST:1.21       Sun Jul 27 09:08:55 2025
+++ pkgsrc/www/nghttp3/PLIST    Sun Sep 28 20:12:45 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/07/27 09:08:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2025/09/28 20:12:45 wiz 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.3.0
+lib/libnghttp3.so.9.4.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.22 pkgsrc/www/nghttp3/distinfo:1.23
--- pkgsrc/www/nghttp3/distinfo:1.22    Sun Jul 27 09:08:55 2025
+++ pkgsrc/www/nghttp3/distinfo Sun Sep 28 20:12:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/07/27 09:08:55 wiz Exp $
+$NetBSD: distinfo,v 1.23 2025/09/28 20:12:45 wiz Exp $
 
-BLAKE2s (nghttp3-1.11.0.tar.xz) = 6b5066a7aca07a593fc7a1580991a15e9c309b6b9982f563882100c3b4546ac6
-SHA512 (nghttp3-1.11.0.tar.xz) = 4db416e737cba71fd073388a7da33888226c9872888313def0add0895a58afde3c62ad029e0aee350c53e392c75819b21c1c056774365154a803be3eeb01d0f6
-Size (nghttp3-1.11.0.tar.xz) = 405816 bytes
+BLAKE2s (nghttp3-1.12.0.tar.xz) = 88265d22a3cf9df51482d5279a63c62a40e2bb67814131f731b6e568063afe05
+SHA512 (nghttp3-1.12.0.tar.xz) = a481d740894af562252b4ebbf5a44c66e1503bb31426fc20ccf5a3da0fee83813fcc8f223f7c585504a47fd1afd173318eb20c201a63cfaff9ed9a33c8003ec4
+Size (nghttp3-1.12.0.tar.xz) = 407704 bytes



Home | Main Index | Thread Index | Old Index