Changeset a255f1c9


Ignore:
Timestamp:
08/27/2016 01:43:52 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
df69fbc
Parents:
5eb2b92
Message:

Update to gc-7.6.0
Update to postgresql-9.5.4 (All users are encouraged to update ASAP. Those vulns were nasty)
(systemd) Remove bootscript information for alsa-utils - its not needed for systemd, but keep it for sysv

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5eb2b92 ra255f1c9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "26">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 23rd &year;">
     9<!ENTITY releasedate  "August 26th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gc.xml

    r5eb2b92 ra255f1c9  
    77  <!ENTITY gc-download-http "http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz">
    88  <!ENTITY gc-download-ftp  " ">
    9   <!ENTITY gc-md5sum        "96d18b0448a841c88d56e4ab3d180297">
     9  <!ENTITY gc-md5sum        "bf46ccbdaccfa3186c2ab87191c8855a">
    1010  <!ENTITY gc-size          "1.1 MB">
    1111  <!ENTITY gc-buildsize     "13 MB (with tests)">
  • introduction/welcome/changelog.xml

    r5eb2b92 ra255f1c9  
    4545-->
    4646   
     47    <listitem>
     48      <para>August 26th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[renodr] - Update to gc-7.6.0. Fixes
     52          <ulink url="&blfs-ticket-root;8163">#8163</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[renodr] - Update to postgresql-9.5.4. Fixes
     56          <ulink url="&blfs-ticket-root;8173">#8173</ulink>. All users are
     57          encouraged to update ASAP.</para>
     58        </listitem>
     59        <listitem revision="systemd">
     60          <para>[renodr] - Removed invalid bootscript portion of alsa-utils,
     61          since a udev rule does this for us.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
    4766    <listitem>
    4867      <para>August 23rd, 2016</para>
  • multimedia/libdriv/alsa-utils.xml

    r5eb2b92 ra255f1c9  
    208208    </sect3>
    209209
    210     <sect3 id="alsa-utils-init">
     210    <sect3 id="alsa-utils-init" revision="sysv">
    211211      <title>Boot Script</title>
    212212
  • packages.ent

    r5eb2b92 ra255f1c9  
    285285<!ENTITY gcc-java-version             "6.1.0">
    286286<!ENTITY gcc-ada-version              "6.1.0">
    287 <!ENTITY gc-version                   "7.4.4">
     287<!ENTITY gc-version                   "7.6.0">
    288288<!ENTITY gdb-version                  "7.11.1">
    289289<!ENTITY git-version                  "2.9.3">
     
    463463<!ENTITY lmdb-version                 "0.9.18">
    464464<!ENTITY mariadb-version              "10.1.16">
    465 <!ENTITY postgresql-version           "9.5.3">
     465<!ENTITY postgresql-version           "9.5.4">
    466466<!ENTITY sqlite-version               "3.14.0">
    467467
  • server/databases/postgresql.xml

    r5eb2b92 ra255f1c9  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "3f0c388566c688c82b01a0edf1e6b7a0">
    10   <!ENTITY postgresql-size          "17.6 MB">
    11   <!ENTITY postgresql-buildsize     "190 MB (with tests)">
    12   <!ENTITY postgresql-time          "1.9 SBU (with tests)">
     9  <!ENTITY postgresql-md5sum        "ad36fcf624748b8ed67783ad04529f43">
     10  <!ENTITY postgresql-size          "18 MB">
     11  <!ENTITY postgresql-buildsize     "238 MB (with tests)">
     12  <!ENTITY postgresql-time          "1.8 SBU (with tests)">
    1313]>
    1414
     
    191191    control their private connection handles.</para>
    192192
    193     <para><option>--with-openssl</option>: build with support for
     193    <para><option>--with-openssl</option>: builds the package with support for
    194194    <application>OpenSSL</application> encrypted connections.</para>
    195195
    196     <para><option>--with-perl</option>: build the PL/Perl server-side language.
     196    <para><option>--with-perl</option>: builds the PL/Perl server-side language.
    197197    </para>
    198198
    199     <para><option>--with-python</option>: build the PL/Python server-side
     199    <para><option>--with-python</option>: builds the PL/Python server-side
    200200    language.</para>
    201201
    202     <para><option>--with-tcl</option>: build the PL/Tcl server-side language.</para>
     202    <para><option>--with-tcl</option>: builds the PL/Tcl server-side language.</para>
    203203
    204204    <para><command>groupadd ...</command>; <command>useradd ...</command>:
     
    416416        <term><command>pg_archivecleanup</command></term>
    417417        <listitem>
    418           <para>clean up PostgreSQL WAL (write-ahead log) archive files.</para>
     418          <para>cleans up PostgreSQL WAL (write-ahead log) archive files.</para>
    419419          <indexterm zone="postgresql pg_archivecleanup">
    420420            <primary sortas="b-pg_archivecleanup">pg_archivecleanup</primary>
Note: See TracChangeset for help on using the changeset viewer.