summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Lamskoy2023-02-22 17:33:29 +0200
committerEugene Lamskoy2023-02-22 17:33:29 +0200
commitded403bd684002e6de4dce85344a38bfad554c0f (patch)
tree553fd6f24300d77180a111dcbdb6dfcf28cbe720
parent6a35243f1df462f4ea0a200973be602f74100e97 (diff)
downloadaur-ded403bd684002e6de4dce85344a38bfad554c0f.tar.gz
Openssl consts patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eab14f850c6a..fd1e346afa7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
-# Tue Feb 21 12:18:08 UTC 2023
+# Wed Feb 22 15:32:12 UTC 2023
pkgbase = php71
pkgdesc = PHP 7.1.33 compiled as to not conflict with mainline php
pkgver = 7.1.33
@@ -70,6 +70,7 @@ pkgbase = php71
source = php-apache.conf
source = https://php.net/distributions/php-7.1.33.tar.xz
source = php71-phar-names.patch
+ source = openssl-sslv3-consts.patch
source = fpm-numeric-uid-gid.patch
source = fpm-reload-sighup.patch
source = mysql-socket-php7.1.patch
@@ -88,6 +89,7 @@ pkgbase = php71
sha256sums = 6d0ad9becb5470ce8e5929d7d45660b0f32579038978496317544c5310281a91
sha256sums = bd7c0a9bd5433289ee01fd440af3715309faf583f75832b64fe169c100d52968
sha256sums = ee6529d441b2446d784e80aba23aa956541e541bd73ad54aee480d4a1a6117ca
+ sha256sums = aecd8dff7022e956718407a5b98dec19acdceef08b0a58e7266b483bc3845de6
sha256sums = d175f0c14fdb22855090c93f76e18f04320d7bf15afc057ffde947f9bb361242
sha256sums = f5ae925036744a5e88cea2698879aea0498e1e23aee7801923d90f16be383908
sha256sums = 0a3a6e8ff04ff1e0869befcf2c7bca4e886d94065da6d7a10b809a4750b961a0
diff --git a/PKGBUILD b/PKGBUILD
index 60e633d47530..760ae6311580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -134,6 +134,7 @@ source=(
"php-apache.conf"
"https://php.net/distributions/php-${pkgver}.tar.xz"
"php71-phar-names.patch"
+ "openssl-sslv3-consts.patch"
"fpm-numeric-uid-gid.patch"
"fpm-reload-sighup.patch"
"mysql-socket-php7.1.patch"
@@ -209,6 +210,7 @@ arch=(
)
_patches=(
"php71-phar-names.patch"
+ "openssl-sslv3-consts.patch"
"fpm-numeric-uid-gid.patch"
"fpm-reload-sighup.patch"
"mysql-socket-php7.1.patch"
@@ -1547,6 +1549,7 @@ sha256sums=('e6b8530d747000eebb0089249ec70a3b14add7b501337046700544883f62b17b'
'6d0ad9becb5470ce8e5929d7d45660b0f32579038978496317544c5310281a91'
'bd7c0a9bd5433289ee01fd440af3715309faf583f75832b64fe169c100d52968'
'ee6529d441b2446d784e80aba23aa956541e541bd73ad54aee480d4a1a6117ca'
+ 'aecd8dff7022e956718407a5b98dec19acdceef08b0a58e7266b483bc3845de6'
'd175f0c14fdb22855090c93f76e18f04320d7bf15afc057ffde947f9bb361242'
'f5ae925036744a5e88cea2698879aea0498e1e23aee7801923d90f16be383908'
'0a3a6e8ff04ff1e0869befcf2c7bca4e886d94065da6d7a10b809a4750b961a0'