From 95c1e6db8f94b4ace8296812e08e99eb7733ad2f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 13 Feb 2023 15:19:29 +0300 Subject: Upgrade to 7.87.0 That in particular fixes CVE-2022-32221 CVE-2022-43552. --- README-DEV | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README-DEV') diff --git a/README-DEV b/README-DEV index 7e21294..a92bafc 100644 --- a/README-DEV +++ b/README-DEV @@ -28,11 +28,11 @@ Debian and Fedora distributions. The configuration options defining these sets are specified in the Debian's rules and Fedora's RPM .spec files. These files can be obtained as follows: -$ wget http://deb.debian.org/debian/pool/main/c/curl/curl_7.84.0-2.debian.tar.xz -$ tar xf curl_7.84.0-2.debian.tar.xz debian/rules +$wget http://deb.debian.org/debian/pool/main/c/curl/curl_7.87.0-2.debian.tar.xz +$ tar xf curl_7.87.0-2.debian.tar.xz debian/rules -$ wget https://kojipkgs.fedoraproject.org/packages/curl/7.84.0/2.fc37/src/curl-7.84.0-2.fc37.src.rpm -$ rpm2cpio curl-7.84.0-2.fc37.src.rpm | cpio -civ '*.spec' +$ wget https://kojipkgs.fedoraproject.org/packages/curl/7.87.0/1.fc38/src/curl-7.87.0-1.fc38.src.rpm +$ rpm2cpio curl-7.87.0-1.fc38.src.rpm | cpio -civ '*.spec' As a side note, on Debian and Fedora the source, library, headers, and tools are packaged as follows: -- cgit v1.1