Changeset 6fa67d43
- Timestamp:
- 10/05/2003 01:46:43 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3428fc3
- Parents:
- 3c624c0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/openssl/openssl-exp.xml
r3c624c0 r6fa67d43 3 3 4 4 <para><option>no-rc5 no-idea</option>: When added to the 5 <command>./config</command> 6 command, this will eliminate the building of those encryption methods. 7 Patent licenses may be needed for you to utilize either of those methods in 8 your projects.</para> 5 <command>./config</command> command, this will eliminate the building of those 6 encryption methods. Patent licenses may be needed for you to utilize either of 7 those methods in your projects.</para> 9 8 10 <para><command>rm doc/apps/passwd.pod </command>: We do this because11 otherwise <application>Open<acronym>SSL</acronym></application> installs its passwd man page over12 the existing system one which isn't what we want.</para>9 <para><command>rm doc/apps/passwd.pod </command>: This command prevents 10 <application>Open<acronym>SSL</acronym></application> from installing its 11 passwd man page over an existing man page with the same name.</para> 13 12 14 13 <para><screen><command>make MANDIR=/usr/share/man 15 14 make MANDIR=/usr/share/man install</command></screen> These 16 15 commands install <application>OpenSSL</application> with the man pages 17 in <filename class='directory'>/usr/share/man 18 </filename> instead of the default which is <filename 19 class='directory'>/etc/ssl/man</filename>.</para> 16 in <filename class='directory'>/usr/share/man</filename> instead of the 17 default which is <filename class='directory'>/etc/ssl/man</filename>.</para> 20 18 21 <para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates 19 <para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command. 20 For some reason, the <application>openssl</application> install routine creates 22 21 the <filename class='directory'>/etc/ssl/lib</filename> directory even though 23 the libraries have been installed in <filename class='directory'>/usr/lib 24 </filename>. We remove it to keep things nice and tidy!</para> 22 the libraries have been installed in 23 <filename class='directory'>/usr/lib</filename>. We remove it to keep things 24 nice and tidy!</para> 25 26 <para><command>chmod 755 /usr/lib/pkgconfig</command>: The installation 27 process modifies the rights on this directory to mode 644. This command 28 restores the permissions to the setting prior to installation (mode 755).</para> 25 29 26 30 </sect2> -
general/genlib/openssl/openssl-inst.xml
r3c624c0 r6fa67d43 12 12 --> 13 13 14 <screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \ 14 <screen><userinput><command>patch -Np1 -i ../openssl-0.9.7c-manpages.patch 15 sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \ 15 16 > doc/apps/openssl-passwd.pod && 16 17 rm doc/apps/passwd.pod && … … 18 19 make MANDIR=/usr/share/man && 19 20 make MANDIR=/usr/share/man install && 20 rmdir /etc/ssl/lib</command></userinput></screen> 21 rmdir /etc/ssl/lib 22 chmod 755 /usr/lib/pkgconfig</command></userinput></screen> 21 23 22 24 -
general/genlib/openssl/openssl-intro.xml
r3c624c0 r6fa67d43 17 17 </sect3> 18 18 19 20 <sect3><title>Additional downloads</title> 21 <itemizedlist spacing='compact'> 22 <listitem><para>Man page patch (HTTP): <ulink 23 url="&patch-root;/openssl-0.9.7c-manpages.patch"/></para></listitem></itemizedlist> 24 </sect3> 25 19 26 </sect2> 27 -
introduction/welcome/changelog.xml
r3c624c0 r6fa67d43 11 11 12 12 <itemizedlist> 13 14 <listitem><para>October 4th, 2003 [larry]: General: updated to 15 openssl-0.9.7c.</para></listitem> 13 16 14 17 <listitem><para>October 4th, 2003 [tushar]: Added a page on Optional Patches
Note:
See TracChangeset
for help on using the changeset viewer.