Author: renodr
Date: Mon Mar 29 21:47:40 2021
New Revision: 24417

Log:
Update to glib-2.66.8
Update to libgweather-3.38.2
Update to sg3_utils-1.46
Update to graphviz-2.47.0

Modified:
   trunk/BOOK/general/genlib/glib2.xml
   trunk/BOOK/general/genutils/graphviz.xml
   trunk/BOOK/general/sysutils/sg3_utils.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/libgweather.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general/genlib/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Mon Mar 29 19:41:38 2021        (r24416)
+++ trunk/BOOK/general/genlib/glib2.xml Mon Mar 29 21:47:40 2021        (r24417)
@@ -6,9 +6,9 @@
 
   <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
   <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
-  <!ENTITY glib2-md5sum        "20d515238d2d22f1ec2057828fb59d52">
+  <!ENTITY glib2-md5sum        "705dd46a43d339e8aea19e946e71c32a">
   <!ENTITY glib2-size          "4.6 MB">
-  <!ENTITY glib2-buildsize     "206 MB (add 1 MB for tests)">
+  <!ENTITY glib2-buildsize     "206 MB (add 5 MB for tests)">
   <!ENTITY glib2-time          "0.5 SBU (add 1.0 SBU for tests; both using 
parallelism=4)">
 ]>
 
@@ -98,9 +98,10 @@
       <xref linkend="gdb"/> (for bindings),
       <xref linkend="DocBook"/>,
       <xref linkend="docbook-xsl"/>, 
-      <xref linkend="gtk-doc"/> (to build API documentation), and
+      <xref linkend="gtk-doc"/> (to build API documentation),
       <xref linkend="glib-networking"/> (for some tests, but this is a circular
-          dependency)
+      dependency), and
+      <xref linkend="sysprof"/>
     </para>
 
     <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>

Modified: trunk/BOOK/general/genutils/graphviz.xml
==============================================================================
--- trunk/BOOK/general/genutils/graphviz.xml    Mon Mar 29 19:41:38 2021        
(r24416)
+++ trunk/BOOK/general/genutils/graphviz.xml    Mon Mar 29 21:47:40 2021        
(r24417)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY graphviz-download-http 
"https://www2.graphviz.org/Packages/stable/portable_source/graphviz-&graphviz-version;.tar.gz";>
+  <!ENTITY graphviz-download-http 
"https://gitlab.com/graphviz/graphviz/-/archive/&graphviz-version;/graphviz-&graphviz-version;.tar.gz";>
   <!ENTITY graphviz-download-ftp  " ">
-  <!ENTITY graphviz-md5sum        "96792adafea5cc6879060c400da31ea3">
-  <!ENTITY graphviz-size          "33 MB">
-  <!ENTITY graphviz-buildsize     "284 MB">
-  <!ENTITY graphviz-time          "1.0 SBU (using parallelism=4)">
+  <!ENTITY graphviz-md5sum        "59d59068abdeef18b53a099cc8a4b9c3">
+  <!ENTITY graphviz-size          "31 MB">
+  <!ENTITY graphviz-buildsize     "282 MB">
+  <!ENTITY graphviz-time          "0.7 SBU (using parallelism=4)">
 ]>
 
 <sect1 id="graphviz" xreflabel="Graphviz-&graphviz-version;">
@@ -197,8 +197,8 @@
     <bridgehead renderas="sect4">Optional (building tools)</bridgehead>
     <para role="optional">
       <ulink url="https://github.com/Snaipe/Criterion";>Criterion</ulink>
-          (framework for tests),
-      <ulink 
url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/";>Electric
 Fence</ulink>,
+          (framework for tests) and
+      <ulink 
url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/";>Electric
 Fence</ulink>
     </para>
 
     <bridgehead renderas="sect4">Optional (for building the pdf 
documentation)</bridgehead>
@@ -241,7 +241,7 @@
 
 <screen><userinput>sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac &amp;&amp;
 
-autoreconf                &amp;&amp;
+./autogen.sh              &amp;&amp;
 ./configure --prefix=/usr \
             --disable-php \
             PS2PDF=true   &amp;&amp;
@@ -336,7 +336,7 @@
         There are no specific configuration requirements for
         <application>Graphviz</application>. You may consider installing the
         additional plugins and tools available from the download page at
-        <ulink url="http://www.graphviz.org/Download_source.php"/> for 
additional
+        <ulink url="https://graphviz.org/download/source/"/> for additional
         capabilities. If additional plugins are installed, you can run
         <command>dot -c</command> (as the
         <systemitem class="username">root</systemitem> user) to update the
@@ -369,7 +369,7 @@
           libcdt.so, libcgraph.so, libgvc.so, libgvpr.so, liblab_gamut.so, 
           libpathplan.so, libxdot.so, and several plugins in /usr/lib/graphviz.
           There are also several in subdirectories of
-          
/usr/lib/{lua,perl5,php,python&python2-majorver;,python&python3-majorver;tcl8.6}.
+          
/usr/lib/{lua,perl5,php,python&python2-majorver;,python&python3-majorver;,tcl8.6}.
           Unfortunately, some libraries are duplicated.
         </seg>
         <seg>

Modified: trunk/BOOK/general/sysutils/sg3_utils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/sg3_utils.xml   Mon Mar 29 19:41:38 2021        
(r24416)
+++ trunk/BOOK/general/sysutils/sg3_utils.xml   Mon Mar 29 21:47:40 2021        
(r24417)
@@ -6,9 +6,9 @@
 
   <!ENTITY sg3_utils-download-http 
"http://sg.danny.cz/sg/p/sg3_utils-&sg3_utils-version;.tar.xz";>
   <!ENTITY sg3_utils-download-ftp  " ">
-  <!ENTITY sg3_utils-md5sum        "3a1ba25fe7b43577de4a5c1edb018526">
-  <!ENTITY sg3_utils-size          "968 KB">
-  <!ENTITY sg3_utils-buildsize     "24 MB">
+  <!ENTITY sg3_utils-md5sum        "11854fedf831adfd39438dc5ac9202e9">
+  <!ENTITY sg3_utils-size          "1008 KB">
+  <!ENTITY sg3_utils-buildsize     "31 MB">
   <!ENTITY sg3_utils-time          "0.2 SBU">
 ]>
 
@@ -132,17 +132,19 @@
 
       <seglistitem>
         <seg>
-          scsi_logging_level, scsi_mandat, scsi_readcap, scsi_ready, scsi_satl,
-          scsi_start, scsi_stop, scsi_temperature, sg_bg_ctl, 
sg_compare_and_write,
-          sg_copy_results, sg_dd, sg_decode_sense, sg_emc_trespass, sg_format,
+          rescan-scsi-bus.sh, scsi_logging_level, scsi_mandat, scsi_readcap, 
+          scsi_ready, scsi_satl, scsi_start, scsi_stop, scsi_temperature,
+          sg_bg_ctl, sg_compare_and_write, sg_copy_results, sg_dd,
+          sg_decode_sense, sg_emc_trespass, sg_format,
           sg_get_config, sg_get_lba_status, sg_ident, sg_inq, sg_logs, sg_luns,
           sg_map, sg_map26, sg_modes, sg_opcodes, sg_persist, sg_prevent,
           sg_raw, sg_rbuf, sg_rdac, sg_read, sg_read_attr, 
sg_read_block_limits,
           sg_read_buffer, sg_read_long, sg_readcap, sg_reassign, sg_referrals,
-          sg_rep_zones, sg_requests, sg_reset, sg_reset_wp, sg_rmsn, sg_rtpg,
-          sg_safte, sg_sanitize, sg_sat_identify, sg_sat_phy_event,
-          sg_sat_read_gplog, sg_sat_set_features, sg_scan, sg_seek, 
sg_senddiag, sg_ses,
-          sg_ses_microcode, sg_start, sg_stpg, sg_stream_ctl, sg_sync, 
sg_test_rwbuf, 
+          sg_rep_pip, sg_rep_zones, sg_requests, sg_reset, sg_reset_wp,
+          sg_rmsn, sg_rtpg, sg_safte, sg_sanitize, sg_sat_identify,
+          sg_sat_phy_event, sg_sat_read_gplog, sg_sat_set_features, sg_scan,
+          sg_seek, sg_senddiag, sg_ses, sg_ses_microcode, sg_start, sg_stpg,
+          sg_stream_ctl, sg_sync, sg_test_rwbuf, sg_timestamp, 
           sg_turs, sg_unmap, sg_verify, sg_vpd, sg_wr_mode, sg_write_buffer,
           sg_write_long, sg_write_same, sg_write_verify, sg_write_x, sg_xcopy, 
sg_zone, 
           sginfo, sgm_dd, and sgp_dd
@@ -161,6 +163,18 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="rescan-scsi-bus.sh">
+        <term><command>rescan-scsi-bus.sh</command></term>
+        <listitem>
+          <para>
+            adds or removes SCSI devices without having to reboot
+          </para>
+          <indexterm zone="sg3_utils rescan-scsi-bus.sh">
+            <primary sortas="b-rescan-scsi-bus.sh">rescan-scsi-bus.sh</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="scsi_logging_level">
         <term><command>scsi_logging_level</command></term>
         <listitem>
@@ -484,7 +498,7 @@
         <term><command>sg_modes</command></term>
         <listitem>
           <para>
-            reads mode pages with SCSI MODE SENSE command
+            reads mode pages with the SCSI MODE SENSE command
           </para>
           <indexterm zone="sg3_utils sg_modes">
             <primary sortas="b-sg_modes">sg_modes</primary>
@@ -559,7 +573,7 @@
         <term><command>sg_rbuf</command></term>
         <listitem>
           <para>
-            reads data using SCSI READ BUFFER command
+            reads data using the SCSI READ BUFFER command
           </para>
           <indexterm zone="sg3_utils sg_rbuf">
             <primary sortas="b-sg_rbuf">sg_rbuf</primary>
@@ -571,7 +585,7 @@
         <term><command>sg_rdac</command></term>
         <listitem>
           <para>
-            displays or modifies RDAC Redundant Controller Page
+            displays or modifies the RDAC Redundant Controller Page
           </para>
           <indexterm zone="sg3_utils sg_rdac">
             <primary sortas="b-sg_rdac">sg_rdac</primary>
@@ -667,7 +681,7 @@
         <term><command>sg_referrals</command></term>
         <listitem>
           <para>
-            sends the SCSI REPORT REFERRALS command
+            sends a SCSI REPORT REFERRALS command
           </para>
           <indexterm zone="sg3_utils sg_referrals">
             <primary sortas="b-sg_referrals">sg_referrals</primary>
@@ -675,6 +689,18 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="sg_rep_pip">
+        <term><command>sg_rep_pip</command></term>
+        <listitem>
+          <para>
+            sends a SCSI REPORT PROVISIONING INITIALIZATION PATTERN command
+          </para>
+          <indexterm zone="sg3_utils sg_rep_pip">
+            <primary sortas="b-sg_rep_pip">sg_rep_pip</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="sg_rep_zones">
         <term><command>sg_rep_zones</command></term>
         <listitem>
@@ -703,7 +729,7 @@
         <term><command>sg_reset</command></term>
         <listitem>
           <para>
-            sends SCSI device, target, bus or host reset; or checks reset state
+            sends a SCSI device, target, bus or host reset; or checks reset 
state
           </para>
           <indexterm zone="sg3_utils sg_reset">
             <primary sortas="b-sg_reset">sg_reset</primary>
@@ -751,8 +777,8 @@
         <term><command>sg_safte</command></term>
         <listitem>
           <para>
-            fetches status from a SCSI Accessed Fault-Tolerant Enclosure
-            (SAF-TE) device
+            fetches status information from a SCSI Accessed Fault-Tolerant
+            Enclosure (SAF-TE) device
           </para>
           <indexterm zone="sg3_utils sg_safte">
             <primary sortas="b-sg_safte">sg_safte</primary>
@@ -803,7 +829,7 @@
         <term><command>sg_sat_read_gplog</command></term>
         <listitem>
           <para>
-             uses an ATA READ LOG EXT command via a SCSI to ATA Translation
+             sends an ATA READ LOG EXT command via a SCSI to ATA Translation
              (SAT) layer
           </para>
           <indexterm zone="sg3_utils sg_sat_read_gplog">
@@ -865,8 +891,8 @@
         <term><command>sg_ses</command></term>
         <listitem>
           <para>
-            sends controls and fetch status from a SCSI Enclosure Services
-            (SES) device
+            sends controls and fetches the current status from a SCSI Enclosure
+            Services (SES) device
           </para>
           <indexterm zone="sg3_utils sg_ses">
             <primary sortas="b-sg_ses">sg_ses</primary>
@@ -928,7 +954,7 @@
         <term><command>sg_sync</command></term>
         <listitem>
           <para>
-            sends the scsi command synchronize cache
+            sends a SCSI command to synchronize the cache
           </para>
           <indexterm zone="sg3_utils sg_sync">
             <primary sortas="b-sg_sync">sg_sync</primary>
@@ -949,6 +975,18 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="sg_timestamp">
+        <term><command>sg_timestamp</command></term>
+        <listitem>
+          <para>
+            reports or sets the timestamp on a SCSI device
+          </para>
+          <indexterm zone="sg3_utils sg_timestamp">
+            <primary sortas="b-sg_timestamp">sg_timestamp</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="sg_turs">
         <term><command>sg_turs</command></term>
         <listitem>
@@ -1014,7 +1052,7 @@
         <term><command>sg_write_long</command></term>
         <listitem>
           <para>
-            sends the SCSI WRITE LONG command
+            sends a SCSI WRITE LONG command
           </para>
           <indexterm zone="sg3_utils sg_write_long">
             <primary sortas="b-sg_write_long">sg_write_long</primary>
@@ -1026,7 +1064,7 @@
         <term><command>sg_write_same</command></term>
         <listitem>
           <para>
-            sends the SCSI WRITE SAME command
+            sends a SCSI WRITE SAME command
           </para>
           <indexterm zone="sg3_utils sg_write_same">
             <primary sortas="b-sg_write_same">sg_write_same</primary>
@@ -1038,7 +1076,7 @@
         <term><command>sg_write_verify</command></term>
         <listitem>
           <para>
-            sends the SCSI WRITE AND VERIFY command
+            sends a SCSI WRITE AND VERIFY command
           </para>
           <indexterm zone="sg3_utils sg_write_verify">
             <primary sortas="b-sg_write_verify">sg_write_verify</primary>
@@ -1062,7 +1100,7 @@
         <term><command>sg_wr_mode</command></term>
         <listitem>
           <para>
-            writes mode page
+            writes mode pages
           </para>
           <indexterm zone="sg3_utils sg_wr_mode">
             <primary sortas="b-sg_wr_mode">sg_wr_mode</primary>

Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent        Mon Mar 29 19:41:38 2021        (r24416)
+++ trunk/BOOK/gnome.ent        Mon Mar 29 21:47:40 2021        (r24417)
@@ -36,7 +36,7 @@
 <!ENTITY libgdata-version                  "0.18.1">
 <!ENTITY libgee-version                    "0.20.3">
 <!ENTITY libgtop-version                   "2.40.0">
-<!ENTITY libgweather-version               "3.36.1">
+<!ENTITY libgweather-version               "3.36.2">
 <!ENTITY libpeas-version                   "1.28.0">
 <!ENTITY libwnck-version                   "3.36.0">
 <!ENTITY evolution-data-server-version     "3.38.4">

Modified: trunk/BOOK/gnome/platform/libgweather.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libgweather.xml   Mon Mar 29 19:41:38 2021        
(r24416)
+++ trunk/BOOK/gnome/platform/libgweather.xml   Mon Mar 29 21:47:40 2021        
(r24417)
@@ -8,7 +8,7 @@
            
"&gnome-download-http;/libgweather/&gnome-minor-36;/libgweather-&libgweather-version;.tar.xz">
   <!ENTITY libgweather-download-ftp
            
"&gnome-download-ftp;/libgweather/&gnome-minor-36;/libgweather-&libgweather-version;.tar.xz">
-  <!ENTITY libgweather-md5sum        "d6081108f9c224c5cb594f8ccb025db9">
+  <!ENTITY libgweather-md5sum        "ff399cf89e97a3e574ae05db5617b96b">
   <!ENTITY libgweather-size          "2.6 MB">
   <!ENTITY libgweather-buildsize     "92 MB">
   <!ENTITY libgweather-time          "0.2 SBU">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Mar 29 19:41:38 
2021        (r24416)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Mar 29 21:47:40 
2021        (r24417)
@@ -45,6 +45,22 @@
       <para>March 29th, 2021</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to graphviz-2.47.0. Fixes
+          <ulink url="&blfs-ticket-root;14832">#14832</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to glib-2.66.8 (Security Update). Fixes
+          <ulink url="&blfs-ticket-root;14833">#14833</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to libgweather-3.38.2. Fixes
+          <ulink url="&blfs-ticket-root;14834">#14834</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to sg3_utils-1.46. Fixes
+          <ulink url="&blfs-ticket-root;14835">#14835</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to libXaw-1.0.14 (Xorg Library). Fixes
           <ulink url="&blfs-ticket-root;14828">#14828</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Mar 29 19:41:38 2021        (r24416)
+++ trunk/BOOK/packages.ent     Mon Mar 29 21:47:40 2021        (r24417)
@@ -100,7 +100,7 @@
 <!ENTITY fftw-version                 "3.3.9">
 <!ENTITY gcab-version                 "0.7">
 <!ENTITY glib2-minor                  "2.66">
-<!ENTITY glib2-version                "&glib2-minor;.7">
+<!ENTITY glib2-version                "&glib2-minor;.8">
 <!ENTITY glibmm-version               "2.66.0">
 <!ENTITY gmime-version                "2.6.23">
 <!ENTITY gmime3-version               "3.2.7">
@@ -251,7 +251,7 @@
 <!ENTITY compface-version             "1.5.2">
 <!ENTITY desktop-file-utils-version   "0.26">
 <!ENTITY gperf-version                "3.0.4">
-<!ENTITY graphviz-version             "2.44.1">   <!-- Even minors only -->
+<!ENTITY graphviz-version             "2.47.0">   <!-- Even minors only -->
 <!ENTITY gtk-doc-major                "1.33">
 <!ENTITY gtk-doc-version              "1.33.2">
 <!ENTITY gtkhtml-version              "4.10.0">
@@ -308,7 +308,7 @@
 <!ENTITY raptor-version               "2.0.15">
 <!ENTITY rasqal-version               "0.9.33">
 <!ENTITY redland-version              "1.0.17">
-<!ENTITY sg3_utils-version            "1.45">
+<!ENTITY sg3_utils-version            "1.46">
 <!ENTITY strigi-version               "0.7.8">
 <!ENTITY sysstat-version              "12.5.3">
 <!ENTITY systemd-version              "247">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to