summaryrefslogtreecommitdiff
path: root/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-25 18:44:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-26 11:51:35 +0300
commit84d7a4b26e733925e287185bb2f03feb6fb0811d (patch)
treee3d85c6d68f281b0a5e3af3910abbfe619556d65 /README-DEV
parent67a733cd316638b31b5771f61e3b7f1d11f731f9 (diff)
Release version 1.1.1+6v1.1.1+6
Upgrade to 1.1.1d
Diffstat (limited to 'README-DEV')
-rw-r--r--README-DEV12
1 files changed, 6 insertions, 6 deletions
diff --git a/README-DEV b/README-DEV
index be04675..bff01af 100644
--- a/README-DEV
+++ b/README-DEV
@@ -38,11 +38,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 https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1c/4.fc31/src/openssl-1.1.1c-4.fc31.src.rpm
-$ rpm2cpio openssl-1.1.1c-4.fc31.src.rpm | cpio -civ '*.spec'
+$ wget https://kojipkgs.fedoraproject.org/packages/openssl/1.1.1d/5.fc32/src/openssl-1.1.1d-5.fc32.src.rpm
+$ rpm2cpio openssl-1.1.1d-5.fc32.src.rpm | cpio -civ '*.spec'
-$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1c-1.debian.tar.xz
-$ tar xf openssl_1.1.1c-1.debian.tar.xz debian/rules
+$ wget http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1d-2.debian.tar.xz
+$ tar xf openssl_1.1.1d-2.debian.tar.xz debian/rules
Here are the discovered configuration options.
@@ -66,8 +66,8 @@ suppressing the defaults:
We drop enable-zlib (compress before encryption) and enable-sctp (both used by
Fedora only) not to create external dependencies. Besides that, we add no-asm
to suppress replacing C code with auto-generated ASM code for some algorithms.
-Later, we will possibly pre-generate ASM code for architectures we support and
-get rid of this option. Also we add no-devcryptoeng as devcryptoeng is
+Later, we can potentially pre-generate ASM code for architectures we support
+and get rid of this option. Also we add no-devcryptoeng as devcryptoeng is
automatically enabled on BSDs. So the resulting options are:
enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers