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
This commit is contained in:
Douglas R. Reno 2016-08-27 01:43:52 +00:00
parent 5eb2b92c1b
commit a255f1c97d
6 changed files with 34 additions and 15 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "August 23rd &year;">
<!ENTITY releasedate "August 26th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -6,7 +6,7 @@
<!ENTITY gc-download-http "http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz">
<!ENTITY gc-download-ftp " ">
<!ENTITY gc-md5sum "96d18b0448a841c88d56e4ab3d180297">
<!ENTITY gc-md5sum "bf46ccbdaccfa3186c2ab87191c8855a">
<!ENTITY gc-size "1.1 MB">
<!ENTITY gc-buildsize "13 MB (with tests)">
<!ENTITY gc-time "0.2 SBU (with tests)">

View File

@ -44,6 +44,25 @@
-->
<listitem>
<para>August 26th, 2016</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to gc-7.6.0. Fixes
<ulink url="&blfs-ticket-root;8163">#8163</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to postgresql-9.5.4. Fixes
<ulink url="&blfs-ticket-root;8173">#8173</ulink>. All users are
encouraged to update ASAP.</para>
</listitem>
<listitem revision="systemd">
<para>[renodr] - Removed invalid bootscript portion of alsa-utils,
since a udev rule does this for us.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>August 23rd, 2016</para>
<itemizedlist>

View File

@ -207,7 +207,7 @@ make</userinput></screen>
</sect3>
<sect3 id="alsa-utils-init">
<sect3 id="alsa-utils-init" revision="sysv">
<title>Boot Script</title>
<indexterm zone="alsa-utils alsa-utils-init">

View File

@ -284,7 +284,7 @@
<!ENTITY gcc-version "6.1.0">
<!ENTITY gcc-java-version "6.1.0">
<!ENTITY gcc-ada-version "6.1.0">
<!ENTITY gc-version "7.4.4">
<!ENTITY gc-version "7.6.0">
<!ENTITY gdb-version "7.11.1">
<!ENTITY git-version "2.9.3">
<!ENTITY guile-version "2.0.12">
@ -462,7 +462,7 @@
<!ENTITY db-version "6.2.23">
<!ENTITY lmdb-version "0.9.18">
<!ENTITY mariadb-version "10.1.16">
<!ENTITY postgresql-version "9.5.3">
<!ENTITY postgresql-version "9.5.4">
<!ENTITY sqlite-version "3.14.0">
<!-- Chapter 23 -->

View File

@ -6,10 +6,10 @@
<!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-md5sum "3f0c388566c688c82b01a0edf1e6b7a0">
<!ENTITY postgresql-size "17.6 MB">
<!ENTITY postgresql-buildsize "190 MB (with tests)">
<!ENTITY postgresql-time "1.9 SBU (with tests)">
<!ENTITY postgresql-md5sum "ad36fcf624748b8ed67783ad04529f43">
<!ENTITY postgresql-size "18 MB">
<!ENTITY postgresql-buildsize "238 MB (with tests)">
<!ENTITY postgresql-time "1.8 SBU (with tests)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@ -190,16 +190,16 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
<filename class="libraryfile">libpq</filename> and ECPG programs to safely
control their private connection handles.</para>
<para><option>--with-openssl</option>: build with support for
<para><option>--with-openssl</option>: builds the package with support for
<application>OpenSSL</application> encrypted connections.</para>
<para><option>--with-perl</option>: build the PL/Perl server-side language.
<para><option>--with-perl</option>: builds the PL/Perl server-side language.
</para>
<para><option>--with-python</option>: build the PL/Python server-side
<para><option>--with-python</option>: builds the PL/Python server-side
language.</para>
<para><option>--with-tcl</option>: build the PL/Tcl server-side language.</para>
<para><option>--with-tcl</option>: builds the PL/Tcl server-side language.</para>
<para><command>groupadd ...</command>; <command>useradd ...</command>:
These commands add an unprivileged user and group to run the database
@ -415,7 +415,7 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
<varlistentry id="pg_archivecleanup">
<term><command>pg_archivecleanup</command></term>
<listitem>
<para>clean up PostgreSQL WAL (write-ahead log) archive files.</para>
<para>cleans up PostgreSQL WAL (write-ahead log) archive files.</para>
<indexterm zone="postgresql pg_archivecleanup">
<primary sortas="b-pg_archivecleanup">pg_archivecleanup</primary>
</indexterm>