Skip to content

Commit

Permalink
nghttp3: update to 0.11.0.
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
0-wiz-0 committed Apr 27, 2023
1 parent beaa435 commit 4c5e9c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions www/nghttp3/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
6 changes: 3 additions & 3 deletions www/nghttp3/PLIST
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions www/nghttp3/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4c5e9c8

Please sign in to comment.