This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 58c101ad1f7 [fix](deps) change lzo download link (#63785)
58c101ad1f7 is described below

commit 58c101ad1f72811eedbc6c7820eba4878febf674
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Thu Jun 4 09:24:43 2026 +0800

    [fix](deps) change lzo download link (#63785)
    
    the old one is invalid
---
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index bf0c5cb57b2..13ab593312d 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -135,7 +135,7 @@ BZIP_SOURCE=bzip2-1.0.8
 BZIP_MD5SUM="67e051268d0c475ea773822f7500d0e5"
 
 # lzo2
-LZO2_DOWNLOAD="https://fossies.org/linux/misc/lzo-2.10.tar.gz";
+LZO2_DOWNLOAD="https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz";
 LZO2_NAME=lzo-2.10.tar.gz
 LZO2_SOURCE=lzo-2.10
 LZO2_MD5SUM="39d3f3f9c55c87b1e5d6888e1420f4b5"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to