Changeset ca3f42a
- Timestamp:
- 01/29/2019 12:00:33 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.4, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7dda4c9
- Parents:
- fe30eab
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-deps/perl-net-ssleay.xml
rfe30eab rca3f42a 30 30 <listitem> 31 31 <para> 32 Required patch :32 Required patch (for openssl-1.1.1): 33 33 <ulink url="&patch-root;/Net-SSLeay-&Net-SSLeay-version;-openssl_1.1.1-1.patch"/> 34 34 </para> … … 58 58 59 59 <para> 60 First, apply a patch to allow the tests to complete with 60 <emphasis>Unless</emphasis> you are still using the 1.1.0 series, 61 apply a patch to allow the tests to complete with 61 62 <application>openssl-1.1.1</application>. 62 63 </para> -
general/prog/perl-modules/perl-io-socket-ssl.xml
rfe30eab rca3f42a 60 60 <note> 61 61 <para> 62 The tests hang if you are using openssl-1.1.1. 62 The tests hang if you are using openssl-1.1.1. They similarly 63 hang if you are using openssl-1.1.0 and Net::SSLeay has had the 64 patch for 1.1.1 applied. 63 65 Therefore, running them is at the moment not recommended. 66 If you are on the old version of openssl and did not apply the 67 patch, you can run 'make test' in the normal way. 64 68 If you are using the cpan method of installation, use the -T 65 69 option to avoid running the tests. -
introduction/welcome/changelog.xml
rfe30eab rca3f42a 46 46 <para>January 28th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[ken] - Add comments in perl modules Net::SSLeay and IO::Socket::SSL. 50 I was on an 8.3 system where openssl was still 1.1.0, with the N::S patch 51 the I::S::S tests burned CPU in the same way as with 1.1.1. Noted while 52 working on <ulink url="&blfs-ticket-root;11596">#11596</ulink>.</para> 53 </listitem> 48 54 <listitem> 49 55 <para>[pierre] - Libpwquality needs a configure switch to use Python
Note:
See TracChangeset
for help on using the changeset viewer.