Skip to content

Commit

Permalink
ngtcp2: update to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 27, 2024
1 parent 16fe08a commit 03b21c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions net/ngtcp2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup openssl 1.0

github.setup ngtcp2 ngtcp2 1.6.0 v
github.setup ngtcp2 ngtcp2 1.7.0 v
revision 0
categories net devel
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
license MIT
description ${name} project is an effort to implement RFC9000 QUIC protocol
long_description {*}${description}
homepage https://nghttp2.org/ngtcp2
checksums rmd160 1145c650c93f36d0b16cccca32683309a7988224 \
sha256 2e575a42d369c2c982a1117f062ff9743fa07f87738ac5cedb304aa72260023a \
size 623300
checksums rmd160 087b9442ffed57cf06617f3a5db00552f0b545f2 \
sha256 e07c79090f96f6738fabab2129657c53f0cc05164de3662592581ca5425617b1 \
size 631072
github.tarball_from releases

use_xz yes

depends_build-append port:pkgconfig
depends_build-append path:bin/pkg-config:pkgconfig

# Notice, QUIC via OpenSSL is unsupported presently:
# https://github.com/ngtcp2/ngtcp2/issues/1034
Expand Down

0 comments on commit 03b21c8

Please sign in to comment.