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:           Thu Apr 27 12:12:36 UTC 2023

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

Log Message:
nghttp3: update to 0.11.0.

    Rework priority interface by @tatsuhiro-t in #123
    Msvc build check by @tatsuhiro-t in #124
    Use uint8_t for bool fields by @tatsuhiro-t in #125
    Fix uninitialized warnings by @tatsuhiro-t in #126


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/nghttp3/PLIST 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.5 pkgsrc/www/nghttp3/Makefile:1.6
--- pkgsrc/www/nghttp3/Makefile:1.5     Wed Mar 29 04:30:37 2023
+++ pkgsrc/www/nghttp3/Makefile Thu Apr 27 12:12:36 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/03/29 04:30:37 adam Exp $
+# $NetBSD: Makefile,v 1.6 2023/04/27 12:12:36 wiz Exp $
 
-DISTNAME=      nghttp3-0.10.0
+DISTNAME=      nghttp3-0.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.4 pkgsrc/www/nghttp3/PLIST:1.5
--- pkgsrc/www/nghttp3/PLIST:1.4        Wed Mar 29 04:30:37 2023
+++ pkgsrc/www/nghttp3/PLIST    Thu Apr 27 12:12:36 2023
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2023/03/29 04:30:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/04/27 12:12:36 wiz Exp $
 include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/libnghttp3.a
 lib/libnghttp3.so
-lib/libnghttp3.so.5
-lib/libnghttp3.so.5.0.0
+lib/libnghttp3.so.6
+lib/libnghttp3.so.6.0.0
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst
Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.4 pkgsrc/www/nghttp3/distinfo:1.5
--- pkgsrc/www/nghttp3/distinfo:1.4     Wed Mar 29 04:30:37 2023
+++ pkgsrc/www/nghttp3/distinfo Thu Apr 27 12:12:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/03/29 04:30:37 adam Exp $
+$NetBSD: distinfo,v 1.5 2023/04/27 12:12:36 wiz Exp $
 
-BLAKE2s (nghttp3-0.10.0.tar.xz) = 6d0d1ec20a5e796a9bd8ece314fa19ba80fc9e53393de513ac570f80c8628aa7
-SHA512 (nghttp3-0.10.0.tar.xz) = 8854bb213c5ef5907260b087e192847d6a0be7421207092497842cf014026426f2e184ae2a1d5575774592d7e29dcbd509d06eff54c52b9aa7451d33b23a3270
-Size (nghttp3-0.10.0.tar.xz) = 367700 bytes
+BLAKE2s (nghttp3-0.11.0.tar.xz) = 1573d56a9278e99e1c4a382c36879f8c6e41fc2364ab6ab4648c8d1c967d91c4
+SHA512 (nghttp3-0.11.0.tar.xz) = 752adffcd5b8d26ea89e040597474e1b6d91a87a5feda445b637fd17255768e570570c0786984e3eaf36dac94df1f32659d9991d3bbf9a02b060c63aadb708fd
+Size (nghttp3-0.11.0.tar.xz) = 367392 bytes



Home | Main Index | Thread Index | Old Index