diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-29 12:52:19 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-30 20:43:03 +0200 |
commit | f0cf6b5a3206673e3622e6b8d233a159ea10be96 (patch) | |
tree | f807b3dac65b786aa5969a4732e218558a21c7da /gnu/local.mk | |
parent | 0877f66987a6f7d8dc7f3e7381d520a14f4fda5e (diff) |
gnu: nghttp2: Update to 1.49.0.
* gnu/packages/web.scm (nghttp2): Update to 1.49.0.
* gnu/packages/curl.scm (curl)[source](patches): Add compatibility patch.
* gnu/packages/patches/curl-nghttp2-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index de6a65b0f5..d16cf9f3f7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -988,6 +988,7 @@ dist_patch_DATA = \ %D%/packages/patches/clucene-contribs-lib.patch \ %D%/packages/patches/cube-nocheck.patch \ %D%/packages/patches/curl-easy-lock.patch \ + %D%/packages/patches/curl-nghttp2-compat.patch \ %D%/packages/patches/curl-use-ssl-cert-env.patch \ %D%/packages/patches/cursynth-wave-rand.patch \ %D%/packages/patches/cvs-CVE-2017-12836.patch \ |