Changeset f53f1b3c
- Timestamp:
- 03/20/2004 10:05:15 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b5ea3492
- Parents:
- 5d3e7fa
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/openssl/openssl-exp.xml
r5d3e7fa rf53f1b3c 14 14 commands prevents <application>Open<acronym>SSL</acronym></application> from 15 15 overwriting an existing man page from <application>Perl</application>.</para> 16 17 <para><command>sed -i -e 's/-m486/-march=i486/' Configure</command>: 18 <application>GCC</application> issues a warning on every 19 compilation because the <command>Configure</command> 20 command uses deprecated <parameter>-m486</parameter> instead of 21 <parameter>-march=i486</parameter>.</para> 16 22 17 23 <para><screen><command>make MANDIR=/usr/share/man … … 32 38 nice and tidy!</para> 33 39 34 <para><command>chmod 755 /usr/lib/pkgconfig</command>: The installation35 process modifies the rights on this directory to mode 644. This command36 restores the permissions to the setting prior to installation (mode 755).</para>37 38 40 </sect2> -
general/genlib/openssl/openssl-inst.xml
r5d3e7fa rf53f1b3c 12 12 --> 13 13 14 <screen><userinput><command>patch -Np1 -i ../openssl-0.9.7c-manpages.patch && 15 sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \ 14 <screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \ 16 15 > doc/apps/openssl-passwd.pod && 17 16 rm doc/apps/passwd.pod && 18 17 mv doc/crypto/{,openssl_}threads.pod && 18 sed -i -e 's/-m486/-march=i486/' Configure && 19 19 ./config --openssldir=/etc/ssl --prefix=/usr shared && 20 20 make MANDIR=/usr/share/man && 21 21 make MANDIR=/usr/share/man install && 22 22 cp -r certs /etc/ssl && 23 rmdir /etc/ssl/lib && 24 chmod 755 /usr/lib/pkgconfig</command></userinput></screen> 23 rmdir /etc/ssl/lib</command></userinput></screen> 25 24 26 25 </sect2> -
general/genlib/openssl/openssl-intro.xml
r5d3e7fa rf53f1b3c 6 6 cryptography functions to other packages, notably <application>OpenSSH 7 7 </application> and web browsers (for accessing secure https sites).</para> 8 9 8 10 9 <sect3><title>Package information</title> … … 17 16 </sect3> 18 17 19 20 <sect3><title>Additional downloads</title>21 <itemizedlist spacing='compact'>22 <listitem><para>Man page patch (HTTP): <ulink23 url="&patch-root;/openssl-0.9.7c-manpages.patch"/></para></listitem></itemizedlist>24 </sect3>25 26 18 </sect2> 27 -
general/genlib/openssl/openssl.ent
r5d3e7fa rf53f1b3c 5 5 <!ENTITY openssl-config SYSTEM "openssl-config.xml"> 6 6 <!ENTITY openssl-desc SYSTEM "openssl-desc.xml"> 7 <!ENTITY openssl-version "0.9.7 c">7 <!ENTITY openssl-version "0.9.7d"> 8 8 <!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz"> 9 9 <!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz"> 10 10 <!ENTITY openssl-size "2.7 MB"> 11 <!ENTITY openssl-buildsize "2 6.1MB">12 <!ENTITY openssl-time " 3.35SBU">11 <!ENTITY openssl-buildsize "25 MB"> 12 <!ENTITY openssl-time "1.16 SBU"> -
introduction/welcome/changelog.xml
r5d3e7fa rf53f1b3c 11 11 12 12 <itemizedlist> 13 14 <listitem><para>March 20th, 2004 [igor]: Updated to OpenSSL-0.9.7d, 15 courtesy of Dagmar d'Surreal and Matthew Burgess.</para></listitem> 13 16 14 17 <listitem><para>March 20th, 2004 [tushar]: LessTif: Changed /usr/Lesstif to
Note:
See TracChangeset
for help on using the changeset viewer.