From a607407f4b71eb29887fa1c95aa6d0aaf7917e22 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 15 Mar 2025 11:53:34 +0100 Subject: SimplePie sync upstream (#7434) https://github.com/FreshRSS/simplepie/pull/34 --- CHANGELOG.md | 5 ++++- lib/composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623b6840e..7bb1285cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). * Apache: add check for `mod_filter` to ensure that `AddOutputFilterByType` works [#7419](https://github.com/FreshRSS/FreshRSS/pull/7419) * UI * New size option for the *Mark as read* button [#7314](https://github.com/FreshRSS/FreshRSS/pull/7314) +* SimplePie + * Merged upstream [#7434](https://github.com/FreshRSS/FreshRSS/pull/7434) + * Upstream fix [simplepie#912](https://github.com/simplepie/simplepie/pull/912) ## 2025-03-13 FreshRSS 1.26.1 @@ -360,7 +363,7 @@ Security * Fix shortcut for clipboard sharing [#6277](https://github.com/FreshRSS/FreshRSS/pull/6277) * Fix user-query filter display [#6421](https://github.com/FreshRSS/FreshRSS/pull/6421) * SimplePie - * Fix absolutize URL for several cases [#6270](https://github.com/FreshRSS/FreshRSS/pull/6270), [simplepie/#861](https://github.com/simplepie/simplepie/pull/861) + * Fix absolutize URL for several cases [#6270](https://github.com/FreshRSS/FreshRSS/pull/6270), [simplepie#861](https://github.com/simplepie/simplepie/pull/861) * Security * Replace `iframe` `allow` attribute [#6274](https://github.com/FreshRSS/FreshRSS/pull/6274) * Deployment diff --git a/lib/composer.json b/lib/composer.json index c8cea3715..970f0a994 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -14,7 +14,7 @@ "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.3.0", "phpmailer/phpmailer": "6.9.3", - "simplepie/simplepie": "dev-freshrss#d7e513f3366b8f26fd32643544f839d0a789abe8" + "simplepie/simplepie": "dev-freshrss#d31582a14f027a3bb72079bbb52be788ed1c6f56" }, "config": { "sort-packages": true, -- cgit v1.2.3