summaryrefslogtreecommitdiff
path: root/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-03-13 19:30:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-03-13 19:40:29 +0300
commit46b6053f6dea5968ed20493b69f3daf0a4a05237 (patch)
treec98f025b9bc43eefaa84948dfa4d44eb49d5dc67 /README-DEV
parent513e2c27741e1243c4a5f714e7b35fa6f62aacf5 (diff)
Upgrade to 7.88.1
That in particular fixes CVE-2023-23914 CVE-2023-23915 CVE-2023-23916.
Diffstat (limited to 'README-DEV')
-rw-r--r--README-DEV8
1 files changed, 4 insertions, 4 deletions
diff --git a/README-DEV b/README-DEV
index a92bafc..2c75418 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.87.0-2.debian.tar.xz
-$ tar xf curl_7.87.0-2.debian.tar.xz debian/rules
+$wget http://deb.debian.org/debian/pool/main/c/curl/curl_7.88.1-6.debian.tar.xz
+$ tar xf curl_7.88.1-6.debian.tar.xz
-$ 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'
+$ wget https://kojipkgs.fedoraproject.org/packages/curl/7.88.1/1.fc39/src/curl-7.88.1-1.fc39.src.rpm
+$ rpm2cpio curl-7.88.1-1.fc39.src.rpm | cpio -civ '*.spec'
As a side note, on Debian and Fedora the source, library, headers, and tools
are packaged as follows: