From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] curl: Update to 7.65.3 Date: Mon, 02 Sep 2019 14:23:06 +0200 Message-ID: <20190902122306.25851-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2240223546011199210==" List-Id: --===============2240223546011199210== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable * Also enable support for HTTP/2 Signed-off-by: Stefan Schantl --- curl/curl.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curl/curl.nm b/curl/curl.nm index 8ff369aed..364ae7b3e 100644 --- a/curl/curl.nm +++ b/curl/curl.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D curl -version =3D 7.65.1 +version =3D 7.65.3 release =3D 1 =20 groups =3D Application/Internet @@ -26,6 +26,7 @@ build requires groff libidn-devel + libnghttp2-devel libssh2-devel libtool-devel net-tools --=20 2.20.1 --===============2240223546011199210==--