From 5ab7eadc48f4d73b8c06221c95bbe98e5877f67e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 Aug 2024 10:58:04 +0200 Subject: [PATCH 1/3] less: Securely download source archive using HTTPS --- less.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less.be0 b/less.be0 index b3b170c6e..ed1a74eb7 100755 --- a/less.be0 +++ b/less.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" +SRCURL[0]="https://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 182c58cc794df26bbc60d93a10155f293e0706d3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 Aug 2024 11:00:41 +0200 Subject: [PATCH 2/3] less: Download source archive from beehive.molgen.mpg.de --- less.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less.be0 b/less.be0 index ed1a74eb7..3a9ad57b3 100755 --- a/less.be0 +++ b/less.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/50ef46065c65257141a7340123527767/less-481.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From ab0e9746d3e91f317bf7ef9b6461fc0904c3e755 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 6 Aug 2024 11:01:32 +0200 Subject: [PATCH 3/3] less: Update version from 481 to 661 https://www.greenwoodsoftware.com/less/news.661.html --- less.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less.be0 b/less.be0 index 3a9ad57b3..a054389c1 100755 --- a/less.be0 +++ b/less.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION less-481-0 +# BEE_VERSION less-661-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -10,7 +10,7 @@ ## downloaded. Version variables may be used to simplify reuse of this bee-file. #SRCURL[0]="https://www.greenwoodsoftware.com/less/less-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/50ef46065c65257141a7340123527767/less-481.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/44f54b6313c5d71fa1ac224d8d84766a/less-661.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.