Changeset 87c38e8
- Timestamp:
- 01/19/2017 04:17:56 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 93883ec
- Parents:
- f87f6d13
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rf87f6d13 r87c38e8 44 44 --> 45 45 <listitem> 46 <para>January 19th, 2016</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Build wget with OpenSSL by default.</para> 50 </listitem> 51 <listitem> 52 <para>[dj] - Update to make-ca.sh-20170119.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 46 58 <para>January 18th, 2016</para> 47 59 <itemizedlist> -
networking/netprogs/wget.xml
rf87f6d13 r87c38e8 77 77 <bridgehead renderas="sect4">Recommended</bridgehead> 78 78 <para role="recommended"> 79 <xref linkend=" gnutls"/>79 <xref linkend="openssl"/> 80 80 </para> 81 81 82 82 <bridgehead renderas="sect4">Optional</bridgehead> 83 83 <para role="optional"> 84 <xref linkend="gnutls"/>, 84 85 <xref linkend="libidn"/>, 85 <xref linkend="openssl"/>,86 86 <xref linkend="pcre"/>, 87 87 <xref linkend="valgrind"/> (optional for the test suite), … … 105 105 106 106 <screen><userinput>./configure --prefix=/usr \ 107 --sysconfdir=/etc && 107 --sysconfdir=/etc \ 108 --with-ssl=openssl && 108 109 make</userinput></screen> 109 110 110 111 <para> 111 112 To test the results, issue: <command>make check</command>. The HTTPS 112 tests fail if <application>openssl</application> is used and 113 <application>valgrind</application> is enabled. 113 tests fail if <application>valgrind</application> is enabled. 114 114 </para> 115 115 … … 131 131 132 132 <para> 133 < option>--with-ssl=openssl</option>: This allows the program to use133 <parameter>--with-ssl=openssl</parameter>: This allows the program to use 134 134 <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>. 135 135 </para> -
packages.ent
rf87f6d13 r87c38e8 23 23 <!ENTITY linux-pam-docs-version "1.2.0"> 24 24 <!ENTITY libpwquality-version "1.3.0"> 25 <!ENTITY make-ca-version "201 61210">25 <!ENTITY make-ca-version "20170119"> 26 26 <!ENTITY mitkrb-major-version "1.15"> 27 27 <!ENTITY mitkrb-version "1.15"> -
postlfs/security/cacerts.xml
rf87f6d13 r87c38e8 14 14 <!ENTITY make-ca-download "&sources-anduin-http;/other/make-ca.sh-&make-ca-version;"> 15 15 <!ENTITY make-ca-size "11 KB"> 16 <!ENTITY make-ca-md5sum " 5e41c17a3dd6b8195c55092e87e92ef0">16 <!ENTITY make-ca-md5sum "cce9fa4713c4611d9e61f99de612a1e9"> 17 17 ]> 18 18
Note:
See TracChangeset
for help on using the changeset viewer.