mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to libinput-1.16.1
Update to harfbuzz-2.7.1 Update to postgresql-12.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23519 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a5f7042d42
commit
f1ae52ff6a
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "13"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "August 13th, &year;">
|
||||
<!ENTITY releasedate "August 14th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY harfbuzz-download-http
|
||||
"https://github.com/harfbuzz/harfbuzz/releases/download/&harfbuzz-version;/harfbuzz-&harfbuzz-version;.tar.xz">
|
||||
<!ENTITY harfbuzz-download-ftp " ">
|
||||
<!ENTITY harfbuzz-md5sum "c8d4f2aeed6e576bd42f9dc6def1b1ae">
|
||||
<!ENTITY harfbuzz-size "8.6 MB">
|
||||
<!ENTITY harfbuzz-buildsize "241 MB (add 31 MB for tests)">
|
||||
<!ENTITY harfbuzz-time "0.5 SBU (Using parallelism=4; add 2.1 SBU for tests)">
|
||||
<!ENTITY harfbuzz-md5sum "ae164a9de4deab6610f6058c8d29426e">
|
||||
<!ENTITY harfbuzz-size "9.3 MB">
|
||||
<!ENTITY harfbuzz-buildsize "244 MB (add 31 MB for tests)">
|
||||
<!ENTITY harfbuzz-time "0.5 SBU (Using parallelism=4; add 0.8 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">
|
||||
@ -225,10 +225,10 @@ make</userinput></screen>
|
||||
<term><command>hb-view</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
may be used for a graphical view of a string shape, using a
|
||||
particular font, as a set of glyphs. Output format is automatically
|
||||
defined by the file extension, the supported ones being
|
||||
ansi/png/svg/pdf/ps/eps. Example:
|
||||
displays a graphical view of a string shape using a
|
||||
particular font as a set of glyphs. The output format is
|
||||
automatically defined by the file extension, the supported ones
|
||||
being ansi/png/svg/pdf/ps/eps. For example:
|
||||
<command>hb-view --output-file=hello.png
|
||||
/usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World."</command>.
|
||||
</para>
|
||||
@ -242,7 +242,7 @@ make</userinput></screen>
|
||||
<term><filename class="libraryfile">libharfbuzz.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
HarfBuzz text shaping library.
|
||||
is the HarfBuzz text shaping library.
|
||||
</para>
|
||||
<indexterm zone="harfbuzz libharfbuzz">
|
||||
<primary sortas="c-libharfbuzz">libharfbuzz.so</primary>
|
||||
@ -254,7 +254,7 @@ make</userinput></screen>
|
||||
<term><filename class="libraryfile">libharfbuzz-gobject.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
HarfBuzz text shaping library GObject integration.
|
||||
provides GObject integration for the HarfBuzz text shaping library.
|
||||
</para>
|
||||
<indexterm zone="harfbuzz libharfbuzz-gobject">
|
||||
<primary sortas="c-libharfbuzz-gobject">libharfbuzz-gobject.so</primary>
|
||||
@ -266,7 +266,7 @@ make</userinput></screen>
|
||||
<term><filename class="libraryfile">libharfbuzz-icu.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
HarfBuzz text shaping library ICU integration.
|
||||
provides ICU integration for the HarfBuzz text shaping library.
|
||||
</para>
|
||||
<indexterm zone="harfbuzz libharfbuzz-icu">
|
||||
<primary sortas="c-libharfbuzz-icu">libharfbuzz-icu.so</primary>
|
||||
|
@ -41,6 +41,24 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>August 14th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to harfbuzz-2.7.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;13924">#13924</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to postgresql-12.4 (Security Update). Fixes
|
||||
<ulink url="&blfs-ticket-root;13925">#13925</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to libinput-1.16.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;13926">#13926</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>August 13th, 2020</para>
|
||||
<itemizedlist>
|
||||
|
@ -207,7 +207,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY giflib-version "5.2.1">
|
||||
<!ENTITY glm-version "0.9.9.8">
|
||||
<!ENTITY graphite2-version "1.3.14">
|
||||
<!ENTITY harfbuzz-version "2.6.8">
|
||||
<!ENTITY harfbuzz-version "2.7.1">
|
||||
<!--<!ENTITY ijs-version "0.35">-->
|
||||
<!ENTITY jasper-version "2.0.14">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
@ -661,7 +661,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY db-version "5.3.28">
|
||||
<!ENTITY lmdb-version "0.9.24">
|
||||
<!ENTITY mariadb-version "10.5.5">
|
||||
<!ENTITY postgresql-version "12.3">
|
||||
<!ENTITY postgresql-version "12.4">
|
||||
<!ENTITY sqlite-version "3.32.3">
|
||||
|
||||
<!-- Chapter 23 -->
|
||||
|
@ -7,10 +7,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-download-ftp " ">
|
||||
<!ENTITY postgresql-md5sum "a30c023dd7088e44d73be71af2ef404a">
|
||||
<!ENTITY postgresql-size "19 MB">
|
||||
<!ENTITY postgresql-buildsize "186 MB (add 36 MB for tests)">
|
||||
<!ENTITY postgresql-time "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)">
|
||||
<!ENTITY postgresql-md5sum "80ebbf0e55193b123760e5f8e48c6cff">
|
||||
<!ENTITY postgresql-size "20 MB">
|
||||
<!ENTITY postgresql-buildsize "233 MB (add 36 MB for tests)">
|
||||
<!ENTITY postgresql-time "0.6 SBU (with parallelism=4, add 0.1 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
|
||||
@ -351,9 +351,9 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
<seglistitem>
|
||||
<seg>
|
||||
clusterdb, createdb, createuser, dropdb,
|
||||
dropuser, ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_config,
|
||||
pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
|
||||
pg_receivewal, pg_recvlogical, pg_resetwval, pg_restore, pg_rewind,
|
||||
dropuser, ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_checksums,
|
||||
pg_config, pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
|
||||
pg_receivewal, pg_recvlogical, pg_resetwal, pg_restore, pg_rewind,
|
||||
pg_test_fsync, pg_test_timing, pg_upgrade, pg_waldump, pgbench,
|
||||
postgres, postmaster (deprecated), psql, reindexdb, vacuumdb,
|
||||
optionally, if Tcl support has been built, pltcl_delmod,
|
||||
@ -362,7 +362,8 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
|
||||
</seg>
|
||||
<seg>
|
||||
libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a, libpgport.a,
|
||||
libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a,
|
||||
libpgcommon_shlib.a, libpgfeutils.a, libpgport.a, libpgport_shlib.a,
|
||||
libpgtypes.{so,a}, libpq.{so,a}, various charset modules, and
|
||||
optionally programming language modules under /usr/lib/postgresql
|
||||
</seg>
|
||||
@ -505,6 +506,19 @@ echo "select * from t1;" | (su - postgres -c '/usr/bin/psql test')</userinput></
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="pg_checksums">
|
||||
<term><command>pg_checksums</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
enables, disables, or checks data checksums in a
|
||||
<application>PostgreSQL</application> database cluster.
|
||||
</para>
|
||||
<indexterm zone="postgresql pg_checksums">
|
||||
<primary sortas="b-pg_checksums">pg_checksums</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="pg_config">
|
||||
<term><command>pg_config</command></term>
|
||||
<listitem>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libinput-version "1.16.0">
|
||||
<!ENTITY libinput-version "1.16.1">
|
||||
|
||||
<!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
|
||||
<!ENTITY libinput-download-ftp " ">
|
||||
<!ENTITY libinput-md5sum "b518dae7f603040872739216971ee97b">
|
||||
<!ENTITY libinput-size "579 KB">
|
||||
<!ENTITY libinput-md5sum "51454993fcc576f4480aba8c1c3232ac">
|
||||
<!ENTITY libinput-size "584 KB">
|
||||
<!ENTITY libinput-buildsize "15 MB">
|
||||
<!ENTITY libinput-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
Loading…
Reference in New Issue
Block a user