Author: bdubbs
Date: Sun Jan 20 18:33:54 2019
New Revision: 21010
Log:
Currency updates
Modified:
trunk/scripts/blfs-chapter05.php
trunk/scripts/blfs-chapter12.php
trunk/scripts/blfs-chapter50.php
Modified: trunk/scripts/blfs-chapter05.php
==============================================================================
--- trunk/scripts/blfs-chapter05.php Sun Jan 20 15:24:23 2019 (r21009)
+++ trunk/scripts/blfs-chapter05.php Sun Jan 20 18:33:54 2019 (r21010)
@@ -55,7 +55,7 @@
array( 'pkg' => 'LVM2.',
'match' => '^.*$',
- 'replace' => "https://sourceware.org/git/?p=lvm2.git" ),
+ 'replace' => "https://sourceware.org/ftp/lvm2" ),
array( 'pkg' => 'sshfs',
'match' => '^.*$',
@@ -123,7 +123,7 @@
return find_max( $lines, "/$package/", "/^.*$package([\d\.]*\d).tar.*$/" );
if ( $book_index == "LVM2." )
- return find_max( $lines, "/Release/", "/^.*Release (\d[\d\.]*\d).*$/" );
+ return find_max( $lines, "/LVM2/", "/^.*LVM2.(\d[\d\.]*\d).*$/" );
if ( $book_index == "gptfdisk" )
{
Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php Sun Jan 20 15:24:23 2019 (r21009)
+++ trunk/scripts/blfs-chapter12.php Sun Jan 20 18:33:54 2019 (r21010)
@@ -85,6 +85,10 @@
'match' => '^.*$',
'replace' => "https://github.com/storaged-project/udisks/releases" ),
+ array( 'pkg' => 'upower',
+ 'match' => '^.*$',
+ 'replace' => "https://gitlab.freedesktop.org/upower/upower/tags" ),
+
array( 'pkg' => 'systemd',
'match' => '^.*$',
'replace' => "https://github.com/systemd/systemd/releases" ),
@@ -215,6 +219,9 @@
if ( $book_index == "paxmirabilis" )
return find_max( $lines, '/paxmirabilis/',
'/^.*paxmirabilis-(\d\d*\d).cpio.*$/' );
+ if ( $book_index == "upower" )
+ return find_max( $lines, '/upower/', '/^.*upower-(\d\.[\d\.]+\d).*$/' );
+
if ( $book_index == "p7zip" )
{
$max = find_max( $lines, '/^\s*\d/', '/^\s*(\d+\.[\d\.]+) .*$/' );
Modified: trunk/scripts/blfs-chapter50.php
==============================================================================
--- trunk/scripts/blfs-chapter50.php Sun Jan 20 15:24:23 2019 (r21009)
+++ trunk/scripts/blfs-chapter50.php Sun Jan 20 18:33:54 2019 (r21010)
@@ -16,7 +16,7 @@
$ignores[ 'texlive1' ] = '';
$ignores[ 'docbook-xsl-doc'] = '';
-//$current="docbook-xsl"; // For debugging
+//$current="docbook-xsl-nons"; // For debugging
$regex = array();
$regex[ 'ghostscript' ] = "/^.*current Ghostscript release (\d[\d\.]+)
.*$/";
@@ -63,7 +63,7 @@
'match' => '^.*$',
'replace' => "http://www.docbook.org/schemas/4x.html" ),
- array( 'pkg' => 'docbook-xsl',
+ array( 'pkg' => 'docbook-xsl-nons',
'match' => '^.*$',
'replace' =>
"https://github.com/docbook/xslt10-stylesheets/releases" ),
@@ -202,7 +202,7 @@
if ( $package == "docbook-xml" )
return find_max( $lines, "/4\.\d/", "/^.*(4\.\d),.*$/" );
- if ( $package == "docbook-xsl" )
+ if ( $package == "docbook-xsl-nons" )
//return find_max( $lines, "/docbook-xsl/",
"/^.*docbook-xsl-([\d\.]+).tar.*$/" );
return "manual";
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page