Changeset 167a240


Ignore:
Timestamp:
06/05/2014 10:47:37 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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/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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5dfe5591
Parents:
28a3ecd
Message:

Updates to gnupg-2.0.23, xterm-306, Python-2.7.7, xscreensaver-5.28 and openssl-1.0.1h.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13203 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r28a3ecd r167a240  
    148148<!ENTITY cracklib-version             "2.9.1">
    149149<!ENTITY cyrus-sasl-version           "2.1.26">
    150 <!ENTITY gnupg2-version               "2.0.22">
     150<!ENTITY gnupg2-version               "2.0.23">
    151151<!ENTITY gnutls-version               "3.3.4">
    152152<!ENTITY gpgme-version                "1.5.0">
     
    162162<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
    163163<!ENTITY openssh-version              "6.6p1">
    164 <!ENTITY openssl-version              "1.0.1g">
     164<!ENTITY openssl-version              "1.0.1h">
    165165<!ENTITY p11-kit-version              "0.20.2">    <!-- Even minors only -->
    166166<!ENTITY polkit-version               "0.112">
     
    332332<!ENTITY tree-version                 "1.7.0">
    333333<!ENTITY unixodbc-version             "2.3.2">
    334 <!ENTITY xscreensaver-version         "5.27">
     334<!ENTITY xscreensaver-version         "5.28">
    335335
    336336<!-- Chapter 12 -->
     
    392392<!ENTITY npapi-sdk-version            "0.27.2">
    393393<!ENTITY php-version                  "5.5.13">
    394 <!ENTITY python2-version              "2.7.6">
     394<!ENTITY python2-version              "2.7.7">
    395395<!ENTITY python3-version              "3.4.1">
    396396<!ENTITY ruby-version                 "2.1.2">
     
    545545<!ENTITY xorg-server-version          "1.15.1">
    546546<!ENTITY twm-version                  "1.0.8">
    547 <!ENTITY xterm-version                "304">
     547<!ENTITY xterm-version                "306">
    548548<!ENTITY xclock-version               "1.0.7">
    549549<!ENTITY xinit-version                "1.3.3">
  • general/genutils/xscreensaver.xml

    r28a3ecd r167a240  
    77  <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  " ">
    9   <!ENTITY xscreensaver-md5sum        "42582268cf7db0a12836a3240c83726e">
     9  <!ENTITY xscreensaver-md5sum        "9f86ef921b55ccc9efa1ffd7ca437332">
    1010  <!ENTITY xscreensaver-size          "8.4 MB">
    11   <!ENTITY xscreensaver-buildsize     "165 MB">
    12   <!ENTITY xscreensaver-time          "0.8 SBU">
     11  <!ENTITY xscreensaver-buildsize     "167 MB">
     12  <!ENTITY xscreensaver-time          "0.9 SBU">
    1313]>
    1414
     
    107107
    108108    <para>
    109       Due to a problem in the code, <application>XScreenSaver</application>
    110       fails to install, because cannot find a desktop file used for configuring
    111       the application, in a DE menu. Following command creates the file:
    112     </para>
    113 
    114 <screen><userinput>cat &gt; driver/screensaver-properties.desktop  &lt;&lt; "EOF"
    115 [Desktop Entry]
    116 Exec=xscreensaver-demo
    117 Icon=xscreensaver
    118 Terminal=false
    119 Name=Screensaver
    120 Name[pt_BR]=Protetor de tela
    121 Comment=Change screensaver properties
    122 Comment[pt_BR]=Modificar as propriedades do protetor de tela
    123 Type=Application
    124 Categories=Settings;DesktopSettings;Security;X-XFCE;
    125 EOF</userinput></screen>
    126 
    127     <para>
    128       Above, we chose to include pt_BR string, and respective "Name" and
    129       "Comment" values, as just an example. Those lines might either be
    130       deleted or replaced to fit the user's locale string and values.
    131     </para>
    132 
    133     <para>
    134109      Install <application>XScreenSaver</application> by running the following
    135110      commands:
    136111    </para>
    137112
    138 <screen><userinput>LIBS=-lpthread ./configure --prefix=/usr &amp;&amp;
    139 sed -i 's/-std=c89//' hacks/Makefile     &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr &amp;&amp;
    140114make</userinput></screen>
    141115
     
    154128  <sect2 role="commands">
    155129    <title>Command Explanations</title>
    156 
    157     <para>
    158       <command>LIBS=-lpthread ...</command>: This switch helps
    159       <command>make</command> to find the library.
    160     </para>
    161 
    162     <para>
    163       <command>sed -i ...</command>: This switch allows the correct
    164       interpretation of some parts of the code as comments.
    165     </para>
    166130
    167131    <para>
  • general/prog/python2.xml

    r28a3ecd r167a240  
    88          "http://www.python.org/ftp/python/&python2-version;/Python-&python2-version;.tar.xz">
    99  <!ENTITY python2-download-ftp  " ">
    10   <!ENTITY python2-md5sum        "bcf93efa8eaf383c98ed3ce40b763497">
    11   <!ENTITY python2-size          "9.9 MB">
    12   <!ENTITY python2-buildsize     "261 MB">
    13   <!ENTITY python2-time          "1.0 SBU (additional 5.5 SBU for tests)">
     10  <!ENTITY python2-md5sum        "41f7348b348e3f72fcfb4f4d76701352">
     11  <!ENTITY python2-size          "11 MB">
     12  <!ENTITY python2-buildsize     "222 MB (additional 17 MB for the tests)">
     13  <!ENTITY python2-time          "0.9 SBU (additional 4.2 SBU for tests)">
    1414
    1515  <!ENTITY python2htmldoc-download-http
    1616           "http://docs.python.org/ftp/python/doc/&python2-version;/python-&python2-version;-docs-html.tar.bz2">
    17   <!ENTITY python2htmldoc-md5sum        "7613314d1aaa7dcc522ca9d3fd43dace">
     17  <!ENTITY python2htmldoc-md5sum        "f8e87d44548d9b7c1f7ab8af779b31c0">
    1818  <!ENTITY python2htmldoc-size          "4.3 MB">
    1919]>
     
    8585      <listitem>
    8686        <para>
    87            Required patch for systems running
    88            <application>Readline</application>-6.x (x>2):
    89            <ulink url="&patch-root;/Python-&python2-version;-readline_6_3-1.patch"/>
     87           Required patch if you wish to run the test suite:
     88           <ulink url="&patch-root;/Python-&python2-version;-skip_test_gdb-1.patch"/>
    9089        </para>
    9190      </listitem>
     
    144143    </para>
    145144
    146 <screen><userinput>patch -Np1 -i ../Python-&python2-version;-readline_6_3-1.patch &amp;&amp;
    147 ./configure --prefix=/usr       \
     145<screen><userinput>./configure --prefix=/usr       \
    148146            --enable-shared     \
    149147            --with-system-expat \
     
    151149            --enable-unicode=ucs4 &amp;&amp;
    152150make</userinput></screen>
     151
     152    <para>
     153      If you wish to run the test suite, disable a test that fails:
     154    </para>
     155
     156<screen><userinput>patch -Np1 -i ../Python-&python2-version;-skip_test_gdb-1.patch</userinput></screen>
    153157
    154158    <para>
     
    238242      <seglistitem>
    239243        <seg>
    240           2to3, pydoc, python, python-config, python2, python2-config,
     244          2to3, pydoc, python (symlink), python-config (symlink),
     245          python2 (symlink), python2-config (symlink),
    241246          python&python2-majorver;, python&python2-majorver;-config,
    242247          smtpd.py, and optionally if <application>Tk</application>
     
    245250        <seg>
    246251          libpython&python2-majorver;.so
     252          and several under /usr/lib/python2.7/{config,lib-dynload}
    247253        </seg>
    248254        <seg>
  • introduction/welcome/changelog.xml

    r28a3ecd r167a240  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - openssl-1.0.1h. Fixes
     51          <ulink url="&blfs-ticket-root;5140">#5140</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - xscreensaver-5.28. Fixes
     55          <ulink url="&blfs-ticket-root;5139">#5139</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[fernando] - Python-2.7.7. Fixes
     59          <ulink url="&blfs-ticket-root;5135">#5135</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[fernando] - xterm-306. Fixes
     63          <ulink url="&blfs-ticket-root;5134">#5134</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[fernando] - gnupg-2.0.23. Fixes
     67          <ulink url="&blfs-ticket-root;5133">#5133</ulink>.</para>
     68        </listitem>
     69        <listitem>
    5070          <para>[igor] - Update to sqlite-3.8.5. Fixes
    5171          <ulink url="&blfs-ticket-root;5136">#5136</ulink>.</para>
  • postlfs/security/gnupg2.xml

    r28a3ecd r167a240  
    77  <!ENTITY gnupg2-download-http " ">
    88  <!ENTITY gnupg2-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    9   <!ENTITY gnupg2-md5sum        "ee22e7b4fdbfcb50229c2e6db6db291e">
    10   <!ENTITY gnupg2-size          "4.1 MB">
    11   <!ENTITY gnupg2-buildsize     "65 MB">
    12   <!ENTITY gnupg2-time          "1.3 SBU">
     9  <!ENTITY gnupg2-md5sum        "1c30b3aa1f99f17b4988e1ab616355d4">
     10  <!ENTITY gnupg2-size          "4.2 MB">
     11  <!ENTITY gnupg2-buildsize     "67 MB">
     12  <!ENTITY gnupg2-time          "0.5 SBU (additional 0.5 SBU for the tests)">
    1313]>
    1414
     
    164164
    165165      <seglistitem>
    166         <seg>addgnupghome, applygnupgdefaults, gpg-agent, gpg-connect-agent,
    167         gpg2, gpgconf, gpgkey2ssh, gpgparsemail, gpgsm, gpgsm-gencert.sh,
    168         gpgv2, kbxutil, scdaemon, symcryptrun, and watchgnupg</seg>
     166        <seg>gpg (symlink), gpg2, gpg-agent, gnupg-pcsc-wrapper, gpg2keys_curl,
     167        gpg2keys_finger, addgnupghome, gpgconf, gpg-connect-agent, gpgkey2ssh,
     168        gpg2keys_hkp, gpg2keys_ldap, gpg-check-pattern, applygnupgdefaults,
     169        gpgparsemail, gpgsm, gpgsm-gencert.sh, gpg-preset-passphrase,
     170        gpg-protect-tool, scdaemon, gpgv (symlink), gpgv2, kbxutil,
     171        symcryptrun, and watchgnupg</seg>
    169172        <seg>None</seg>
    170173        <seg>/usr/share/gnupg and
  • postlfs/security/openssl.xml

    r28a3ecd r167a240  
    99  <!ENTITY openssl-download-ftp
    1010           "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "de62b43dfcd858e66a74bee1c834e959">
    12   <!ENTITY openssl-size          "4.4 MB">
     11  <!ENTITY openssl-md5sum        "8d6d684a9430d5cc98a62a5d8fbda8cf">
     12  <!ENTITY openssl-size          "4.3 MB">
    1313  <!ENTITY openssl-buildsize     "51 MB (additional 1 MB for the tests)">
    14   <!ENTITY openssl-time          "1.0 SBU (additional 0.3 SBU for the tests)">
     14  <!ENTITY openssl-time          "1.0 SBU (additional 0.4 SBU for the tests)">
    1515]>
    1616
     
    8484        </para>
    8585      </listitem>
    86       <listitem>
    87         <para>
    88           Required patch:
    89           <ulink url="&patch-root;/openssl-&openssl-version;-fix_pod_syntax-1.patch"/>
    90         </para>
    91       </listitem>
    9286    </itemizedlist>
    9387
     
    115109
    116110<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_parallel_build-1.patch &amp;&amp;
    117 patch -Np1 -i ../openssl-&openssl-version;-fix_pod_syntax-1.patch &amp;&amp;
    118111
    119112./config --prefix=/usr         \
  • x/installing/xterm.xml

    r28a3ecd r167a240  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "8a9460d848cf4ed244fcfc9b07d1c3d0">
     9  <!ENTITY xterm-md5sum        "4ec3183d153087aee9cc20f90acdf2f6">
    1010  <!ENTITY xterm-size          "1.2 MB">
    1111  <!ENTITY xterm-buildsize     "12 MB">
Note: See TracChangeset for help on using the changeset viewer.