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:           Mon Nov 24 09:15:44 UTC 2025

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

Log Message:
nghttp3: update to 1.13.1.

1.13.1

    Fix header name validation on a platform where char is unsigned by @tatsuhiro-t in #414

1.13.0

    Remove redundant casts by @tatsuhiro-t in #395
    Revert #395 partially by @tatsuhiro-t in #396
    Remove redundant semicolon by @tatsuhiro-t in #397
    Fix typo in mkstatichdtbl.py documentation comment by @Copilot in #398
    Replace POPCNT-based ispow2 with portable bitwise implementation to prevent illegal instruction crashes by @mk185147 in #400
    Port ngtcp2_map changes by @tatsuhiro-t in #401
    doc: Recommend specifying rand callback by @tatsuhiro-t in #402
    Port ngtcp2_map changes by @tatsuhiro-t in #403
    Port ngtcp2_ksl changes by @tatsuhiro-t in #404
    qpack: Optimize huffman decoding a bit by @tatsuhiro-t in #406
    Remove unused enum values from nghttp3_stream_http_state by @Copilot in #405
    Qpack indexing strategy by @tatsuhiro-t in #407
    mkhufftbl.py: Add the missing flags by @tatsuhiro-t in #408
    GHA: Cancel stale job by @tatsuhiro-t in #410
    nghttp3_http: Define tables with designated initializers by @tatsuhiro-t in #411


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.23 -r1.24 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.27 pkgsrc/www/nghttp3/Makefile:1.28
--- pkgsrc/www/nghttp3/Makefile:1.27    Sun Sep 28 20:12:45 2025
+++ pkgsrc/www/nghttp3/Makefile Mon Nov 24 09:15:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/09/28 20:12:45 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/11/24 09:15:44 wiz Exp $
 
-DISTNAME=      nghttp3-1.12.0
+DISTNAME=      nghttp3-1.13.1
 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.22 pkgsrc/www/nghttp3/PLIST:1.23
--- pkgsrc/www/nghttp3/PLIST:1.22       Sun Sep 28 20:12:45 2025
+++ pkgsrc/www/nghttp3/PLIST    Mon Nov 24 09:15:44 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2025/09/28 20:12:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2025/11/24 09:15:44 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.4.0
+lib/libnghttp3.so.9.5.1
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.23 pkgsrc/www/nghttp3/distinfo:1.24
--- pkgsrc/www/nghttp3/distinfo:1.23    Sun Sep 28 20:12:45 2025
+++ pkgsrc/www/nghttp3/distinfo Mon Nov 24 09:15:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/09/28 20:12:45 wiz Exp $
+$NetBSD: distinfo,v 1.24 2025/11/24 09:15:44 wiz Exp $
 
-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
+BLAKE2s (nghttp3-1.13.1.tar.xz) = b3338626a853ca97d5f6811d089bf918be98492d121439e12a4873be375f7f11
+SHA512 (nghttp3-1.13.1.tar.xz) = 23c0c1913eab27ac53436f170b28b13b225586b69c1044d4595ef3e30372c1008f8cbdba20a86d26a9df216ec8e3c17e91e98d2cb80b9e62a0ddbe6d185cd114
+Size (nghttp3-1.13.1.tar.xz) = 406776 bytes



Home | Main Index | Thread Index | Old Index