From 42aa20ddeb7833c41f222c0cb9987eb05a5654f5 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 20 Feb 2024 17:38:25 +0100 Subject: [PATCH] php8/pecl8-pecl-*: use https URLs for PKG_SOURCE_URLs Most packages already use https URLs and for PHP and PECL package downloads https is working properly. Signed-off-by: Michael Heimpold --- lang/php8-pecl-dio/Makefile | 2 +- lang/php8-pecl-http/Makefile | 2 +- lang/php8-pecl-imagick/Makefile | 2 +- lang/php8-pecl-krb5/Makefile | 2 +- lang/php8-pecl-mcrypt/Makefile | 2 +- lang/php8-pecl-raphf/Makefile | 2 +- lang/php8-pecl-redis/Makefile | 2 +- lang/php8-pecl-xdebug/Makefile | 2 +- lang/php8/Makefile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/php8-pecl-dio/Makefile b/lang/php8-pecl-dio/Makefile index 0689661968..f392216bc6 100644 --- a/lang/php8-pecl-dio/Makefile +++ b/lang/php8-pecl-dio/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=062777e948dece374c2d7d9e92106c87d18c11128d2179b50dedb43175c4bd6e PKG_NAME:=php8-pecl-$(PECL_NAME) PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 diff --git a/lang/php8-pecl-http/Makefile b/lang/php8-pecl-http/Makefile index 07b2a5677c..1ff617c4d1 100644 --- a/lang/php8-pecl-http/Makefile +++ b/lang/php8-pecl-http/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=fb1e10c2e5edfb011ff8dc2e473cdbd2bbe0127d1279dfce4d98570555ac6ded PKG_NAME:=php8-pecl-http PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=Michael Heimpold diff --git a/lang/php8-pecl-imagick/Makefile b/lang/php8-pecl-imagick/Makefile index 8e487169c6..f363024fff 100644 --- a/lang/php8-pecl-imagick/Makefile +++ b/lang/php8-pecl-imagick/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e PKG_NAME:=php8-pecl-imagick PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=W. Michael Petullo diff --git a/lang/php8-pecl-krb5/Makefile b/lang/php8-pecl-krb5/Makefile index 1377480de9..841c2d9878 100644 --- a/lang/php8-pecl-krb5/Makefile +++ b/lang/php8-pecl-krb5/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=2798e57ad231aa3467f09460e3e69169e04c88bd82972d8e86a6641e4ddc9d3d PKG_NAME:=php8-pecl-krb5 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=W. Michael Petullo diff --git a/lang/php8-pecl-mcrypt/Makefile b/lang/php8-pecl-mcrypt/Makefile index dbd92c7a47..a5b3bfb51a 100644 --- a/lang/php8-pecl-mcrypt/Makefile +++ b/lang/php8-pecl-mcrypt/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=12ea2fbbf2e2efbe790a12121f77bf096c8b84cef81d0216bec00d56e5badef4 PKG_NAME:=php8-pecl-mcrypt PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=W. Michael Petullo diff --git a/lang/php8-pecl-raphf/Makefile b/lang/php8-pecl-raphf/Makefile index 3789285617..2f7ba9c85e 100644 --- a/lang/php8-pecl-raphf/Makefile +++ b/lang/php8-pecl-raphf/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=da3566db17422e5ef08b7ff144162952aabc14cb22407cc6b1d2a2d095812bd0 PKG_NAME:=php8-pecl-raphf PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=Michael Heimpold diff --git a/lang/php8-pecl-redis/Makefile b/lang/php8-pecl-redis/Makefile index 88ed4d60f6..fd735f5c8b 100644 --- a/lang/php8-pecl-redis/Makefile +++ b/lang/php8-pecl-redis/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03 PKG_NAME:=php8-pecl-redis PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=Michael Heimpold diff --git a/lang/php8-pecl-xdebug/Makefile b/lang/php8-pecl-xdebug/Makefile index a8a10d1824..a1ef4d6b53 100644 --- a/lang/php8-pecl-xdebug/Makefile +++ b/lang/php8-pecl-xdebug/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=4eb4ee270bbcc5f14195c38f6ee58580e007cf4886ce32e11430318ab5bc2315 PKG_NAME:=php8-pecl-xdebug PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ +PKG_SOURCE_URL:=https://pecl.php.net/get/ PKG_MAINTAINER:=Michael Heimpold diff --git a/lang/php8/Makefile b/lang/php8/Makefile index f291601a87..963bfb9da7 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.php.net/distributions/ +PKG_SOURCE_URL:=https://www.php.net/distributions/ PKG_HASH:=b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1 PKG_BUILD_PARALLEL:=1