[lfs] branch trunk updated: Fix currency fo ropenssl.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <174702474542.8706.11398816636112757829@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 3dc11a77c Fix currency fo ropenssl.
3dc11a77c is described below
commit 3dc11a77cfbf92555f971837fb3c54b07352eb3b
Author: Bruce Dubbs <[email protected]>
AuthorDate: Sun May 11 23:38:57 2025 -0500
Fix currency fo ropenssl.
---
lfs-latest-git.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index a6723e909..d43431d29 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -279,7 +279,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
return find_max( $lines, "/tag_name/", '/^.*v([\d\.]+).*$/' );
if ( $package == "openssl" )
- return find_max( $lines, "/name.:/", "/^.*OpenSSL ([\d\.]+\d).*$/" );
+ return find_max( $lines, "/name:/", "/^.*OpenSSL ([\d\.]+\d).*$/" );
if ( $package == "Python" )
return find_max( $lines, "/Python 3/", "/^.*Python (3[\d\.]*\d) .*$/" );
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page