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:           Fri Mar 15 19:11:46 UTC 2024

Modified Files:
        pkgsrc/www/gotosocial: Makefile distinfo

Log Message:
gotosocial: update to version 0.14.2

Changelog:

v0.14.2 Spoiledest Sloth

Another day another bugfix release 😎

We fixed a bug in 0.14.0 and 0.14.1 that was causing 404 errors sometimes when viewing an account or its statuses, if that account had moved at some point.

No db migrations or config file changes between v0.14.1 and this version, so upgrading is as simple as updating your docker container or stopping GtS, untarring the release, and starting GtS again.

For instructions to update to this release from versions < v0.14.0, see the v0.14.0 release notes, but replace v0.14.0 with v0.14.2 throughout.

Thanks!
Detailed Changelog

    0bd95d7 [bugfix] Don't error when populating MovedTo if account not found (#2741)
    0326318 [chore] seperate snapshot from release in goreleaser (#2740)

v0.14.1 Spoileder Sloth

Hello! Here's a bugfix release!

There was a bug in 0.14.0 which was causing SQLite-backed instances to sometimes become unresponsive, with lots of errors in the logs containing interrupted(9) (see #2728).

We poked around and this looks like an issue in our SQLite dependency, so we stepped down to the most recent stable version, and also added some code to prevent the problem from rendering an instance 
unresponsive.

No db migrations or config file changes between v0.14.0 and this version, so upgrading is as simple as updating your docker container or stopping GtS, untarring the release, and starting GtS again.

For instructions to update to this release from versions < v0.14.0, see the v0.14.0 release notes, but replace v0.14.0 with v0.14.1 throughout.

Thanks!
Detailed Changelog

    ce3ae09 [chore] Downgrade sqlite v1.29.2 -> v1.28.0 (#2736)
    6418785 [bugfix] add workaround for Xsqlite_interrupt() permanently breaking connection (#2731)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/gotosocial/Makefile
cvs rdiff -u -r1.13 -r1.14 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.30 pkgsrc/www/gotosocial/Makefile:1.31
--- pkgsrc/www/gotosocial/Makefile:1.30 Wed Mar  6 18:13:53 2024
+++ pkgsrc/www/gotosocial/Makefile      Fri Mar 15 19:11:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/03/06 18:13:53 nikita Exp $
+# $NetBSD: Makefile,v 1.31 2024/03/15 19:11:46 nikita Exp $
 
-DISTNAME=      gotosocial-0.14.0-source-code
+DISTNAME=      gotosocial-0.14.2-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.13 pkgsrc/www/gotosocial/distinfo:1.14
--- pkgsrc/www/gotosocial/distinfo:1.13 Wed Mar  6 18:13:53 2024
+++ pkgsrc/www/gotosocial/distinfo      Fri Mar 15 19:11:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/03/06 18:13:53 nikita Exp $
+$NetBSD: distinfo,v 1.14 2024/03/15 19:11:46 nikita Exp $
 
-BLAKE2s (gotosocial-0.14.0-source-code.tar.gz) = 4c6487c59b6f7900131dd607ddd2e682f0c8a8d1535909dc138f1d576878f074
-SHA512 (gotosocial-0.14.0-source-code.tar.gz) = 41171e092530e1db7da4caa8df7f95b852cbba6d4439e7acf79f4945cfc56816659a8ebc75734fdd8ce50d4eaf62b745c5ba9d02b085b436744354b2f61a77aa
-Size (gotosocial-0.14.0-source-code.tar.gz) = 72966078 bytes
+BLAKE2s (gotosocial-0.14.2-source-code.tar.gz) = a1b2cd5fc11aaeaec1edf6a61ec9ab24a21634a80e8c068c4a5da8978805cc72
+SHA512 (gotosocial-0.14.2-source-code.tar.gz) = 48b28a20c704bddda80ff69ef44152176dfb57aab913f7797c95e8d2d81f00255a14f3e6b9c3ac7918d1918ad16feeedac0f6c337a46be0abdc9a445d146c37b
+Size (gotosocial-0.14.2-source-code.tar.gz) = 64548224 bytes



Home | Main Index | Thread Index | Old Index