Ver Fonte

SimplePie sync upstream (#7434)

https://github.com/FreshRSS/simplepie/pull/34
Alexandre Alapetite há 1 ano atrás
pai
commit
a607407f4b
2 ficheiros alterados com 5 adições e 2 exclusões
  1. 4 1
      CHANGELOG.md
  2. 1 1
      lib/composer.json

+ 4 - 1
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

+ 1 - 1
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,