From 2e7506efa1f1015e9fd965b85c934cf3bc3014f9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Mar 2021 13:47:08 +0300 Subject: Release version 1.1.1+14 Upgrade to 1.1.1k Use caret version constraint for depends manifest values --- README-DEV | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'README-DEV') diff --git a/README-DEV b/README-DEV index 21069da..ad62a94 100644 --- a/README-DEV +++ b/README-DEV @@ -38,11 +38,21 @@ 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 https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1i/1.fc34/src/openssl-1.1.1i-1.fc34.src.rpm -$ rpm2cpio openssl-1.1.1i-1.fc34.src.rpm | cpio -civ '*.spec' +$ wget https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1k/1.fc35/src/openssl-1.1.1k-1.fc35.src.rpm +$ rpm2cpio openssl-1.1.1k-1.fc35.src.rpm | cpio -civ '*.spec' -$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1i-1.debian.tar.xz -$ tar xf openssl_1.1.1i-1.debian.tar.xz debian/rules +$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1k-1.debian.tar.xz +$ tar xf openssl_1.1.1k-1.debian.tar.xz debian/rules + +As a side note, on Debian and Fedora the libraries, headers and utility are +packaged as follows: + + libcrypto+libssl headers openssl +Debian/Ubuntu: libssl1.1 libssl-dev openssl +Fedora/RHEL: openssl-libs openssl-devel openssl + +Search for the Debian and Fedora packages at https://packages.debian.org/search +and https://src.fedoraproject.org/. Here are the discovered configuration options. @@ -112,13 +122,3 @@ and make sure that no OpenSSL headers are included from the system, running the following command from the project root: $ fgrep -a -e /usr/include/openssl `find . -type f -name '*.d'` - -As a side note, on Debian and Fedora the libraries, headers and utility are -packaged as follows: - - libcrypto+libssl headers openssl -Debian/Ubuntu: libssl1.1 libssl-dev openssl -Fedora/RHEL: openssl-libs openssl-devel openssl - -Search for the Debian and Fedora packages at https://packages.debian.org/search -and https://src.fedoraproject.org/. -- cgit v1.1