Author: krejzi
Date: Sat Oct  7 04:40:04 2017
New Revision: 19297

Log:
Update currency scripts

Modified:
   trunk/scripts/blfs-chapter04.php
   trunk/scripts/blfs-chapter09.php

Modified: trunk/scripts/blfs-chapter04.php
==============================================================================
--- trunk/scripts/blfs-chapter04.php    Fri Oct  6 23:46:40 2017        (r19296)
+++ trunk/scripts/blfs-chapter04.php    Sat Oct  7 04:40:04 2017        (r19297)
@@ -16,7 +16,7 @@
 $ignores = array();
 $ignores[ 'openssh1' ] = "";
 
-//$current="liboauth";   // For debugging
+//$current="make-ca";   // For debugging
 
 $regex = array();
 $regex[ 'lsb-release'    ] = "/^.*lsb-release_([\d\.]+).*_all\.deb*$/";
@@ -25,6 +25,7 @@
 $regex[ 'cracklib'       ] = "/^.*cracklib-([\d\.]+)\.tar.*$/";
 $regex[ 'cracklib-words' ] = "/^.*cracklib-words-([\d\.]+)\.bz2.*$/";
 $regex[ 'ConsoleKit2'    ] = "/^.*ConsoleKit2-([\d\.]+)\.tar.*$/";
+$regex[ 'make-ca'        ] = "/^.*v(\d[\d\.]+\d).*$/";
 
 $url_fix = array(
 
@@ -84,10 +85,6 @@
           'match'   => '^.*$',
           'replace' => 'https://github.com/shadow-maint/shadow/releases' ),
 
-//   array( 'pkg'     => 'stunnel',
-//          'match'   => '^.*$',
-//          'replace' => 'https://www.stunnel.org/downloads.html' ),
-
    array( 'pkg'     => 'sudo',
           'match'   => '^.*$',
           'replace' => 'http://www.sudo.ws/sudo/dist' ),
@@ -96,6 +93,9 @@
           'match'   => '^.*$',
           'replace' => 'https://ftp.mozilla.org/pub/security/nss/releases/' ),
 
+   array( 'pkg'     => 'make-ca',
+          'match'   => '^.*$',
+          'replace' => 'https://github.com/djlucas/make-ca/releases' ),
 );
 
 function get_packages( $package, $dirpath )
@@ -216,7 +216,7 @@
      return preg_replace( "/_/", ".", $ver ); // Change underscors to dots
   }
 
-   if ( $book_index == "tripwire" )
+  if ( $book_index == "tripwire" )
      return find_max( $lines, "/Open Source/", "/^.*Tripwire ([\.\d]+).*$/" );
 
   if ( $book_index == "sudo" )

Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php    Fri Oct  6 23:46:40 2017        (r19296)
+++ trunk/scripts/blfs-chapter09.php    Sat Oct  7 04:40:04 2017        (r19297)
@@ -15,7 +15,7 @@
 
 $ignores = array();
 
-//$current="enchant"; // For debugging
+//$current="libseccomp"; // For debugging
 
 $regex = array();
 $regex[ 'clucene-core'  ] = "/^.*Download clucene-core-([\d\.]+).tar.*$/";
@@ -148,6 +148,10 @@
  array( 'pkg'     => 'enchant',
         'match'   => '^.*$',
         'replace' => "https://github.com/AbiWord/enchant/releases"; ),
+
+ array( 'pkg'     => 'libseccomp',
+        'match'   => '^.*$',
+        'replace' => "https://github.com/seccomp/libseccomp/releases"; ),
 );
 
 function get_packages( $package, $dirpath )
-- 
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