From 1d290b7f2ddcad1e9f68cee1ce7c2db16dfc7acc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 1 Nov 2022 11:48:08 +0300 Subject: Upgrade to 2.5.0 This in particular fixes CVE-2022-43680. --- README-DEV | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README-DEV') diff --git a/README-DEV b/README-DEV index dc48a3c..5cbc248 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/e/expat/expat_2.4.9-1.debian.tar.xz -$ tar xf expat_2.4.9-1.debian.tar.xz debian/rules +$ wget http://deb.debian.org/debian/pool/main/e/expat/expat_2.5.0-1.debian.tar.xz +$ tar xf expat_2.5.0-1.debian.tar.xz debian/rules -$ wget https://kojipkgs.fedoraproject.org//packages/expat/2.4.9/1.fc38/src/expat-2.4.9-1.fc38.src.rpm -$ rpm2cpio expat-2.4.9-1.fc38.src.rpm | cpio -civ '*.spec' +$ wget https://kojipkgs.fedoraproject.org/packages/expat/2.5.0/1.fc38/src/expat-2.5.0-1.fc38.src.rpm +$ rpm2cpio expat-2.5.0-1.fc38.src.rpm | cpio -civ '*.spec' As a side note, on Debian and Fedora the source, libraries, and headers are packaged as follows: -- cgit v1.1