aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2024-02-27 07:24:00 +0100
committerGitHub <noreply@github.com>2024-02-27 07:24:00 +0100
commitee96e0c1c71b964a27ccf7015f643b65f1267acd (patch)
tree509832268e31904b38c5b4525c73284315631729
parent06fa612c851abb1e532cca810a51a9a58e7c8eaf (diff)
parent42aa20ddeb7833c41f222c0cb9987eb05a5654f5 (diff)
Merge pull request #23542 from mhei/use-https-for-php-and-pecl
php8/pecl8-pecl-*: use https URLs for PKG_SOURCE_URLs
-rw-r--r--lang/php8-pecl-dio/Makefile2
-rw-r--r--lang/php8-pecl-http/Makefile2
-rw-r--r--lang/php8-pecl-imagick/Makefile2
-rw-r--r--lang/php8-pecl-krb5/Makefile2
-rw-r--r--lang/php8-pecl-mcrypt/Makefile2
-rw-r--r--lang/php8-pecl-raphf/Makefile2
-rw-r--r--lang/php8-pecl-redis/Makefile2
-rw-r--r--lang/php8-pecl-xdebug/Makefile2
-rw-r--r--lang/php8/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/lang/php8-pecl-dio/Makefile b/lang/php8-pecl-dio/Makefile
index 068966196..f392216bc 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 07b2a5677..1ff617c4d 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 <mhei@heimpold.de>
diff --git a/lang/php8-pecl-imagick/Makefile b/lang/php8-pecl-imagick/Makefile
index 8e487169c..f363024ff 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 <mike@flyn.org>
diff --git a/lang/php8-pecl-krb5/Makefile b/lang/php8-pecl-krb5/Makefile
index 1377480de..841c2d987 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 <mike@flyn.org>
diff --git a/lang/php8-pecl-mcrypt/Makefile b/lang/php8-pecl-mcrypt/Makefile
index dbd92c7a4..a5b3bfb51 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 <mike@flyn.org>
diff --git a/lang/php8-pecl-raphf/Makefile b/lang/php8-pecl-raphf/Makefile
index 378928561..2f7ba9c85 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 <mhei@heimpold.de>
diff --git a/lang/php8-pecl-redis/Makefile b/lang/php8-pecl-redis/Makefile
index 88ed4d60f..fd735f5c8 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 <mhei@heimpold.de>
diff --git a/lang/php8-pecl-xdebug/Makefile b/lang/php8-pecl-xdebug/Makefile
index a8a10d182..a1ef4d6b5 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 <mhei@heimpold.de>
diff --git a/lang/php8/Makefile b/lang/php8/Makefile
index f291601a8..963bfb9da 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