pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/gotosocial



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sat Apr 22 18:04:54 UTC 2023

Modified Files:
        pkgsrc/www/gotosocial: Makefile distinfo

Log Message:
gotosocial: update to version 0.8.1

Changelog (taken from https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.8.1):

v0.8.1 Even More Scurrilous Sloth

Hello! Cheeky small bugfix release. 0.8.0 accidentally broke bookmarks on Postgres and this fixes that, thanks @handlerug !
Migration Notes
Upgrade from 0.8.0

Easy upgrade, no datab

ase migrations.

There are two small typo fixes in the example config.yaml file, so you may need to make these changes in your config.yaml too. See here: fd3bf92
Binary/tar

    Stop GoToSocial
    Untar the new release, including the web assets and html templates.
    Edit your config.yaml file as necessary (see below).
    Start GoToSocial

Docker

    Stop GoToSocial.
    Pull the new docker container (superseriousbusiness/gotosocial:0.8.1 or superseriousbusiness/gotosocial:latest)
    Start GoToSocial.

Upgrade from prior to 0.8.0

Follow instructions for updating to 0.8.0 (https://github.com/superseriousbusiness/gotosocial/releases/v0.8.0), but replace version numbers with 0.8.1 instead.
Detailed Changelog

    4dbf9a2 [bugfix] fix small config typos (#1707)
    0744477 [bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/gotosocial/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/gotosocial/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/gotosocial/Makefile
diff -u pkgsrc/www/gotosocial/Makefile:1.11 pkgsrc/www/gotosocial/Makefile:1.12
--- pkgsrc/www/gotosocial/Makefile:1.11 Sun Apr  9 16:47:44 2023
+++ pkgsrc/www/gotosocial/Makefile      Sat Apr 22 18:04:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/09 16:47:44 nikita Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/22 18:04:54 nikita Exp $
 
-DISTNAME=      gotosocial-0.8.0-source-code
+DISTNAME=      gotosocial-0.8.1-source-code
 PKGNAME=       ${DISTNAME:S/-source-code//}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=superseriousbusiness/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/www/gotosocial/distinfo
diff -u pkgsrc/www/gotosocial/distinfo:1.5 pkgsrc/www/gotosocial/distinfo:1.6
--- pkgsrc/www/gotosocial/distinfo:1.5  Sun Apr  9 16:47:44 2023
+++ pkgsrc/www/gotosocial/distinfo      Sat Apr 22 18:04:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/04/09 16:47:44 nikita Exp $
+$NetBSD: distinfo,v 1.6 2023/04/22 18:04:54 nikita Exp $
 
-BLAKE2s (gotosocial-0.8.0-source-code.tar.gz) = b39ef6195619d7499965672f6879b3ba4501738e67efe2a66c574a425dcc32c8
-SHA512 (gotosocial-0.8.0-source-code.tar.gz) = b3bbb160e039ddc8e36165bd39e6d633d719d6bed49a9c8a3e0a2bd8d272c42940132126b076a8dd8998cf2497c888f033baf6f23b44901c3f270efa87db6ba4
-Size (gotosocial-0.8.0-source-code.tar.gz) = 52503432 bytes
+BLAKE2s (gotosocial-0.8.1-source-code.tar.gz) = 064c60405492b4c009165c411a665867b95154da0317971ac7f32eb90efa8712
+SHA512 (gotosocial-0.8.1-source-code.tar.gz) = d0bb785ec7617edbd5409b48138d5b3bcd201533e951bfff228ca7ddfa620970bf5a648e8e0fc9aeb654536974ddcda4556ee440f38d01a3c53900df7abd44ed
+Size (gotosocial-0.8.1-source-code.tar.gz) = 52503983 bytes



Home | Main Index | Thread Index | Old Index