Compare commits

..

5 Commits

Author SHA1 Message Date
Archos 78ca49ef0e Use sed instead of patch for char limit 2026-06-06 18:09:34 +02:00
Archos e84feb0121 Fix patch format 2026-06-06 18:09:33 +02:00
Archos f55f48f6ef Add character limit patch (2500 chars) 2026-06-06 18:09:27 +02:00
Package Updates 7a016b4afa Update package version to 1.17.12 2026-06-03 14:26:49 +00:00
Renovate Bot 366937e335 chore(deps): update dependency tootsuite/mastodon to v4.5.11
| datasource      | package            | from   | to     |
| --------------- | ------------------ | ------ | ------ |
| github-releases | tootsuite/mastodon | 4.5.10 | 4.5.11 |
2026-06-03 13:35:09 +00:00
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -877,3 +877,11 @@
* Fix type of `interactingObject`, `interactionTarget` and add missing `QuoteAuthorization` ([#38940](https://github.com/tootsuite/mastodon/issues/38940) by [@ClearlyClaire](https://github.com/ClearlyClaire))
* Remove unused devise strategies ([#38795](https://github.com/tootsuite/mastodon/issues/38795) by [@ClearlyClaire](https://github.com/ClearlyClaire))
[1.17.12]
* Update mastodon to 4.5.11
* [Full Changelog](https://github.com/mastodon/mastodon/releases/tag/v4.5.11)
* Fix allowed attribution domains spoofing ([GHSA-rwcw-vq68-g34p](https://github.com/mastodon/mastodon/security/advisories/GHSA-rwcw-vq68-g34p))
* Fix uncaught exception in message sanitization causing Denial of Service ([GHSA-qrgq-9fx2-vf2r](https://github.com/mastodon/mastodon/security/advisories/GHSA-qrgq-9fx2-vf2r))
* Update dependencies
* Fix remote statuses with large media descriptions being rejected ([#39135](https://github.com/tootsuite/mastodon/issues/39135) by [@ClearlyClaire](https://github.com/ClearlyClaire))
+2 -2
View File
@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.17.11",
"upstreamVersion": "4.5.10",
"version": "1.17.12",
"upstreamVersion": "4.5.11",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,
+1 -1
View File
@@ -68,7 +68,7 @@ RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$
ARG MASTODON_VERSION=4.5.10
ARG MASTODON_VERSION=4.5.11
ENV RAILS_ENV production
ENV NODE_ENV production