]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
pigz: use https: to fetch ross/wip/https
authorRoss Burton <ross.burton@arm.com>
Mon, 27 Oct 2025 18:14:43 +0000 (18:14 +0000)
committerRoss Burton <ross.burton@arm.com>
Thu, 12 Feb 2026 18:20:15 +0000 (18:20 +0000)
meta/recipes-extended/pigz/pigz_2.8.bb

index fcf0c93e4127a46e5a46cd88fb5ef1555330cb0d..bac89d2b5d1b2ef7ed7a4c76ee00cadd35a6f1ef 100644 (file)
@@ -3,17 +3,17 @@ DESCRIPTION = "pigz, which stands for parallel implementation of gzip, is a \
 fully functional replacement for gzip that exploits multiple processors and \
 multiple cores to the hilt when compressing data. pigz was written by Mark \
 Adler, and uses the zlib and pthread libraries."
-HOMEPAGE = "http://zlib.net/pigz/"
+HOMEPAGE = "https://zlib.net/pigz/"
 SECTION = "console/utils"
 LICENSE = "Zlib & Apache-2.0"
 LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline=7;endline=21"
 
-SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz"
+SRC_URI = "https://zlib.net/${BPN}/fossils/${BP}.tar.gz"
 SRC_URI[sha256sum] = "eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0"
 PROVIDES:class-native += "gzip-native"
 
 # Point this at the homepage in case /fossils/ isn't updated
-UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/"
+UPSTREAM_CHECK_URI = "https://zlib.net/${BPN}/"
 UPSTREAM_CHECK_REGEX = "pigz-(?P<pver>.*)\.tar"
 
 DEPENDS = "zlib"