Skip to content

Hometown v1.1.1 (Mastodon 4.0.4)

Compare
Choose a tag to compare
@dariusk dariusk released this 19 May 11:23
· 1 commit to hometown-4.0.4 since this release

This is a security release, that updates us to Mastodon v4.0.4. The security bug affected servers that use LDAP for authentication, which is not enabled by default (or indeed, usually at all) on Hometown servers.

Upgrade steps

The recommended Ruby version has been bumped to 3.0.6. If you are using rbenv, you will be require to install it with RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.6. You may need to update rbenv itself with git -C /home/mastodon/.rbenv/plugins/ruby-build pull.

There is no need to precompile assets for this release.

  • git remote update && git checkout v4.0.4+hometown-1.1.1
  • Install dependencies: bundle install and yarn install
  • Restart all Mastodon processes