package/pigz: switch site to HTTPS

Prefer HTTPS for source downloads.
No functional change; hashes unchanged.
Align comment in .hash and Config.in.

Signed-off-by: Preyas <preyas17@zohomail.in>
[Julien: also update Config.in package home page]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Preyas
2025-12-09 15:48:34 +00:00
committed by Julien Olivain
parent 55a3abfcca
commit 638224b4e6
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ config BR2_PACKAGE_PIGZ
processors and multiple cores to the hilt when compressing
data.
http://www.zlib.net/pigz/
https://www.zlib.net/pigz/
comment "pigz needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -1,4 +1,4 @@
# From http://zlib.net/pigz
# From https://zlib.net/pigz
sha256 eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0 pigz-2.8.tar.gz
# Locally calculated

View File

@@ -5,7 +5,7 @@
################################################################################
PIGZ_VERSION = 2.8
PIGZ_SITE = http://zlib.net/pigz
PIGZ_SITE = https://zlib.net/pigz
PIGZ_DEPENDENCIES = zlib
HOST_PIGZ_DEPENDENCIES = host-zlib
PIGZ_LICENSE = Zlib