summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2026-07-31 13:02:40 +0200
committerIan Eure <ian@retrospec.tv>2026-08-01 14:27:34 -0700
commit175372a44119453c1ce28ecfd4a8601410a30653 (patch)
tree9dbb722a0bfec1ff1ebf452de512079e35ea176f /gnu/local.mk
parenta8d004f695bf09b3868ed265ab394aca81065489 (diff)
gnu: php: Fix expired FTP test certificate.
The certificate presented by the FTP test server expired on 2026-07-23, causing the ftps:// stream tests to fail on every architecture. Backport the upstream fix, which regenerates the certificate. * gnu/packages/patches/php-03-fix-ftp-certificate.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/php.scm (php-8.5, php-8.4)[source]: Use it. Change-Id: I7b245d6598e2634d4376fe1d165f55f4f1c507ff Signed-off-by: Ian Eure <ian@retrospec.tv>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index b0c894db516..405a203cc3e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2219,6 +2219,7 @@ dist_patch_DATA = \
2219 %D%/packages/patches/phoronix-test-suite-fsdg.patch \ 2219 %D%/packages/patches/phoronix-test-suite-fsdg.patch \
2220 %D%/packages/patches/php-01-fix-expired-certificate.patch \ 2220 %D%/packages/patches/php-01-fix-expired-certificate.patch \
2221 %D%/packages/patches/php-02-fix-sni-tests.patch \ 2221 %D%/packages/patches/php-02-fix-sni-tests.patch \
2222 %D%/packages/patches/php-03-fix-ftp-certificate.patch \
2222 %D%/packages/patches/picprog-non-intel-support.patch \ 2223 %D%/packages/patches/picprog-non-intel-support.patch \
2223 %D%/packages/patches/pidgin-add-search-path.patch \ 2224 %D%/packages/patches/pidgin-add-search-path.patch \
2224 %D%/packages/patches/pinball-system-ltdl.patch \ 2225 %D%/packages/patches/pinball-system-ltdl.patch \