Ignore:
Timestamp:
08/25/2015 08:46:34 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ec5324f
Parents:
7ff0948
Message:

Update to doxygen-1.8.10
Update to OpenJDK-1.8.0.51
Update to check-0.10.0
Fix a build error in Valgrind using glibc-2.22
Update to GnuTLS-3.4.4.1
Update to acpid-2.0.25
Update to cURL-7.44.0
Update to libpng-1.6.18
Update to cmake-3.3.1
Update to harfbuzz-1.0.2
Update to libdrm-2.4.64
Update to Mesa-10.6.4 (will wait for 11.x release for next update)
Update to Linux-PAM-1.2.1
Update to xterm-319
Update to gdk-pixbuf-2.31.6
Update to vala-0.28.1
Update to LVM2-2.02.128
Update to openbox-3.6.1
Update to PIN-Entry-0.9.5
Update to GnuPG-2.1.7
Update to gcr-3.16.0
Fix URL for gsettings-desktop-schemas-3.16.1
Add some short descriptions by Denis.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16358 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnutls.xml

    r7ff0948 r8770a48  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "8a119d7830b81a44faa721a6fde2a295">
    10   <!ENTITY gnutls-size          "6.2 MB">
    11   <!ENTITY gnutls-buildsize     "122 MB (with tests)">
    12   <!ENTITY gnutls-time          "4.4 SBU (with tests)">
     9  <!ENTITY gnutls-md5sum        "474efaba6fd6c6c6c0ebac2a3f431946">
     10  <!ENTITY gnutls-size          "6.3 MB">
     11  <!ENTITY gnutls-buildsize     "142 MB (with tests)">
     12  <!ENTITY gnutls-time          "3.7 SBU (with tests)">
    1313]>
    1414
     
    136136    </para>
    137137
    138 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     138<screen><userinput>./configure --prefix=/usr \
     139               --with-default-trust-store-file=/etc/ssl/ca-bundle.crt &amp;&amp;
    139140make</userinput></screen>
    140141
     
    169170      href="../../xincludes/gtk-doc-rebuild.xml"/>
    170171
     172    <para>
     173      <option>--with-default-trust-store-file=/etc/ssl/ca-bundle.crt</option>:
     174      This switch tells the configure script where to find the
     175      <xref linkend="cacerts"/>.
     176    </para>
    171177    <para>
    172178      <option>--enable-openssl-compatibility</option>: Use this switch if you
Note: See TracChangeset for help on using the changeset viewer.