Author: bdubbs
Date: Sun Dec 30 23:19:33 2018
New Revision: 20895
Log:
Update currency for cyrus-sasl
Modified:
trunk/scripts/blfs-chapter04.php
Modified: trunk/scripts/blfs-chapter04.php
==============================================================================
--- trunk/scripts/blfs-chapter04.php Sun Dec 30 17:47:56 2018 (r20894)
+++ trunk/scripts/blfs-chapter04.php Sun Dec 30 23:19:33 2018 (r20895)
@@ -34,6 +34,10 @@
'match' => '^.*$',
'replace' => 'https://sourceforge.net/projects/lsb/files/' ),
+ array( 'pkg' => 'cyrus-sasl',
+ 'match' => '^.*$',
+ 'replace' => 'https://github.com/cyrusimap/cyrus-sasl/releases/' ),
+
array( 'pkg' => 'liboauth',
'match' => '^.*$',
'replace' => 'https://sourceforge.net/projects/liboauth/files/' ),
@@ -185,6 +189,9 @@
if ( $package == "acl" || $package == "attr" )
return find_max( $lines, "/$package/",
"/^.*$package-([\d\.-]*\d)\.src.tar.*$/" );
+ if ( $package == "cyrus-sasl" )
+ return find_max( $lines, "/${package}/",
"/^.*${package}-([\d\.]+\d).tar.*$/" );
+
if ( $package == "libcap2_" )
return find_max( $lines, "/${package}/",
"/^.*${package}([\d\.-]*\d)\.orig.tar.*$/" );
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page