Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion makefiles/libc-ares.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += libc-ares
LIBC-ARES_VERSION := 1.17.2
LIBC-ARES_VERSION := 1.18.1
DEB_LIBC-ARES_V ?= $(LIBC-ARES_VERSION)

libc-ares-setup: setup
Expand Down
2 changes: 1 addition & 1 deletion makefiles/libuv1.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += libuv1
LIBUV1_VERSION := 1.44.1
LIBUV1_VERSION := 1.44.2
DEB_LIBUV1_V ?= $(LIBUV1_VERSION)

libuv1-setup: setup
Expand Down
2 changes: 1 addition & 1 deletion makefiles/nghttp2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += nghttp2
NGHTTP2_VERSION := 1.47.0
NGHTTP2_VERSION := 1.50.0
DEB_NGHTTP2_V ?= $(NGHTTP2_VERSION)

##### EVALUATE WHETHER THIS NEEDS LAUNCHDAEMONS AT A LATER DATE #####
Expand Down
2 changes: 1 addition & 1 deletion makefiles/nghttp3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += nghttp3
NGHTTP3_VERSION := 0.4.1
NGHTTP3_VERSION := 0.7.1
DEB_NGHTTP3_V ?= $(NGHTTP3_VERSION)

nghttp3-setup: setup
Expand Down
2 changes: 1 addition & 1 deletion makefiles/ngtcp2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(error Use the main Makefile)
endif

SUBPROJECTS += ngtcp2
NGTCP2_VERSION := 0.5.0
NGTCP2_VERSION := 0.9.0
DEB_NGTCP2_V ?= $(NGTCP2_VERSION)

ngtcp2-setup: setup
Expand Down