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
  • general/prog/java.xml

    r7ff0948 r8770a48  
    77  <!ENTITY anduin-download             "http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;">
    88  <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;-i686-bin.tar.xz">
    9   <!ENTITY openjdk-bin-md5sum-x86      "8b90cf0456acf225d9e317f3d1eeb4bc">
     9  <!ENTITY openjdk-bin-md5sum-x86      "752a869d9dfb6c3a978f59f87eedafbf">
    1010  <!ENTITY openjdk-bin-size-x86        "57 MB">
    1111  <!ENTITY openjdk-bin-buildsize-x86   "166 MB">
    1212
    1313  <!ENTITY openjdk-download-binary-x64 "&anduin-download;/OpenJDK-&openjdk-version;-x86_64-bin.tar.xz">
    14   <!ENTITY openjdk-bin-md5sum-x64      "ad1859e7497d0b49e53e59d8fb9cdc0b">
     14  <!ENTITY openjdk-bin-md5sum-x64      "91331d899c4f42dfe5f4016e173cafab">
    1515  <!ENTITY openjdk-bin-size-x64        "58 MB">
    1616  <!ENTITY openjdk-bin-buildsize-x64   "169 MB">
     
    138138chown -R root:root /opt/OpenJDK-&openjdk-version;-bin</userinput></screen>
    139139
    140 <!--
    141     <para>Configure the temporary <application>OpenJDK</application>
    142     installation by issuing the following commands (note that if you logout
    143     and login back before having definitely configured
    144     <xref linkend='openjdk'/>, you'll have to issue them again):</para>
    145 
    146 <screen><userinput>export CLASSPATH=.:/usr/share/java &amp;&amp;
    147 export JAVA_HOME=/opt/OpenJDK-&openjdk-version;-bin &amp;&amp;
    148 export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
    149 
    150     <para>You may also include those instructions into a file in the <filename
    151     class="directory">/etc/profile.d</filename> directory. Do not forget to
    152     logout and login back, or to source the profile file after
    153     modification.</para>
    154 -->
    155 
    156140    <para>
    157141      The binary version is now installed. You may create a symlink to that
Note: See TracChangeset for help on using the changeset viewer.