Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Xvl5Gihm; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tI7o9HOK Received: by mail.netbsd.org (Postfix, from userid 605) id 7077884D4E; Fri, 15 Mar 2024 19:11:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710529908; bh=hrp17L2PHnl6OFQEXJKUsKU3OUZZbvtXag+Zgt5nR9I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Xvl5GihmuTW4i8kKX5hHDzNk/8v7I2MQqyWmI4LFfGMQqURepwe05Wf6YP0lcBhQt HClDZLAu69rS4iaPXIhElJyguIcE5SLxbjEf4At8bzDVd5gBhOZIW0J7IfCRp7d2qK y2u4g3qjFNld4fwQJQXBekx9TcJzhXXnLx79glbU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61E9E84D1B for ; Fri, 15 Mar 2024 19:11:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oYrqUUK_N3vM for ; Fri, 15 Mar 2024 19:11:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B27B884D00 for ; Fri, 15 Mar 2024 19:11:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710529906; bh=hrp17L2PHnl6OFQEXJKUsKU3OUZZbvtXag+Zgt5nR9I=; h=Date:From:Subject:To:Reply-To; b=tI7o9HOKfOkchhiyrLnNrPmwmbegCMplZl6plD3Tfr0oY3DnIZdniixacgVrM90dh GCU88F0JghWegvmx/XEhq5SvFCOAZrAFC/Iig9Ky9wnqONw4xFbI5mbCbIBDnxWxt/ yMn/IXc2SeVA98bF5CRMw2V+3R5WDug2Cjqgrqb8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A987FFA2C; Fri, 15 Mar 2024 19:11:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171052990692080" MIME-Version: 1.0 Date: Fri, 15 Mar 2024 19:11:46 +0000 From: "nikita" Subject: CVS commit: pkgsrc/www/gotosocial To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240315191146.A987FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171052990692080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_171052990692080 Content-Disposition: inline Content-Length: 1710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_171052990692080--