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 Jul 27 09:08:55 UTC 2025

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

Log Message:
nghttp3: update to 1.11.0.

    Revert "Tighten up :path validation" by @tatsuhiro-t in #363
    Implement RFC 9412 ORIGIN frame by @tatsuhiro-t in #365
    Clarify the life time of the object pointed by origin_list by @tatsuhiro-t in #366
    Update doc by @tatsuhiro-t in #367
    Port ngtcp2 map changes by @tatsuhiro-t in #369
    Treat malformed HTTP message as a connection error by @tatsuhiro-t in #370
    Map seed by @tatsuhiro-t in #371
    Add nghttp3_qpack_encoder_new2 by @tatsuhiro-t in #372
    Make nghttp3_rand accept uint8_t buffer by @tatsuhiro-t in #373
    Origin changes by @tatsuhiro-t in #375
    No need to zero-clear frent by @tatsuhiro-t in #377
    Use compound literals instead of filling with zeros by @tatsuhiro-t in #378
    Make macros static inline functions by @tatsuhiro-t in #379
    Remove length from nghttp3_frame by @tatsuhiro-t in #380


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.21 -r1.22 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.25 pkgsrc/www/nghttp3/Makefile:1.26
--- pkgsrc/www/nghttp3/Makefile:1.25    Tue May 27 11:39:23 2025
+++ pkgsrc/www/nghttp3/Makefile Sun Jul 27 09:08:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/05/27 11:39:23 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/07/27 09:08:55 wiz Exp $
 
-DISTNAME=      nghttp3-1.10.1
+DISTNAME=      nghttp3-1.11.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.20 pkgsrc/www/nghttp3/PLIST:1.21
--- pkgsrc/www/nghttp3/PLIST:1.20       Tue May 27 11:39:23 2025
+++ pkgsrc/www/nghttp3/PLIST    Sun Jul 27 09:08:55 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2025/05/27 11:39:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/07/27 09:08:55 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.2.9
+lib/libnghttp3.so.9.3.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.21 pkgsrc/www/nghttp3/distinfo:1.22
--- pkgsrc/www/nghttp3/distinfo:1.21    Tue May 27 11:39:23 2025
+++ pkgsrc/www/nghttp3/distinfo Sun Jul 27 09:08:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/05/27 11:39:23 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/07/27 09:08:55 wiz Exp $
 
-BLAKE2s (nghttp3-1.10.1.tar.xz) = 5a5a01f37d6b507723c36e3bfb4047a5d8c76af0c8639b601375d7c5a013be5d
-SHA512 (nghttp3-1.10.1.tar.xz) = 323efd9211cedd0c177c001a9bed0b934b784da685d103b9512992eaaa6e536bc503708f02bc54d3b4f170baf818296aa90ed24839c116188720028d60446641
-Size (nghttp3-1.10.1.tar.xz) = 398744 bytes
+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



Home | Main Index | Thread Index | Old Index