Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nghttp3: update to 1.2.0 #23743

Merged
merged 1 commit into from Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions libs/nghttp3/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=nghttp3
PKG_VERSION:=1.1.0
PKG_RELEASE:=1
PKG_VERSION:=1.2.0
PKG_RELEASE:=r1
stangri marked this conversation as resolved.
Show resolved Hide resolved

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ngtcp2/nghttp3/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=b3ffb23a90442a0eafe8bfbefbc8b4ffb5179d68a7c0b8a416a34cf04b28d7c5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
stangri marked this conversation as resolved.
Show resolved Hide resolved
PKG_SOURCE_URL:=https://github.com/ngtcp2/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/
stangri marked this conversation as resolved.
Show resolved Hide resolved
Comment on lines +7 to +8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wondered what was wrong that you needed to introduce such a change, and it seems you reported it to upstream, but in the commit description nor in this PR, you did not say why. That's why I replied to the issue, which you created in upstream - ngtcp2/nghttp3#202 (comment)

It would be great if you describe it more closely, so we know what is happening.

PKG_HASH:=d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
Expand Down