Author: bdubbs
Date: Tue Feb 28 13:10:13 2017
New Revision: 18426

Log:
Update libpwquality script for upstream site relocation

Modified:
   trunk/scripts/blfs-chapter04.php

Modified: trunk/scripts/blfs-chapter04.php
==============================================================================
--- trunk/scripts/blfs-chapter04.php    Tue Feb 28 12:44:08 2017        (r18425)
+++ trunk/scripts/blfs-chapter04.php    Tue Feb 28 13:10:13 2017        (r18426)
@@ -14,7 +14,7 @@
 $ignores = array();
 $ignores[ 'openssh1' ] = "";
 
-//$current="shadow";   // For debugging
+//$current="libpwquality";   // For debugging
 
 $regex = array();
 $regex[ 'krb5'           ] = "/^.*Kerberos V5 Release ([\d\.]+).*$/";
@@ -57,6 +57,10 @@
           'match'   => '^ftp',
           'replace' => 'http' ),
 
+   array( 'pkg'     => 'libpwquality',
+          'match'   => '^.*$',
+          'replace' => 'https://github.com/libpwquality/libpwquality/releases' 
),
+
    array( 'pkg'     => 'tripwire',
           'match'   => '^.*$',
           'replace' => 
'https://github.com/Tripwire/tripwire-open-source/releases' ),
-- 
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