head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.18 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2026.06.28.13.49.08; author wiz; state dead; branches; next 1.1; commitid 8G2qqhLin11CozLG; 1.1 date 2024.05.14.22.44.55; author wiz; state Exp; branches; next ; commitid 0yGuwQeBjbadh1aF; desc @@ 1.2 log @gotosocial: update to 0.21.3. From m33 in pkgsrc-wip. This release includes serious security fixes. Changes: - Update upstream git repository to their new home on Codeberg. - Golang compiler tags and linker flags adapted from GoToSocial build.sh script, with pkgsrc supported platforms in mind. - Remove Golang version pinning to 1.24, 1.26 is good now. - Update post-install actions to mimic GoToTocial own binary releases available on Codeberg. - Remove a Windows specific patch (as far as I know it doesn't build on this OS anyway). - Update go modules depencies. Pkglint tested. Package build and tested tested on NetBSD 10.1 amd64. WARNING: - Configuration changes and database schema changes. - Before starting GoToSocial v0.21.3, first adapt the configuration file, then do not interrupt as a database migration will take some time. See https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.3 for upgrade instructions. @ text @$NetBSD: patch-vendor_github.com_tdewolff_minify_v2_Makefile,v 1.1 2024/05/14 22:44:55 wiz Exp $ Fix unportable test(1) operator. --- vendor/github.com/tdewolff/minify/v2/Makefile.orig 2024-05-14 22:43:01.734615011 +0000 +++ vendor/github.com/tdewolff/minify/v2/Makefile @@@@ -33,7 +33,7 @@@@ release: \ cp LICENSE dist/$$t/.; \ cp cmd/minify/README.md dist/$$t/.; \ - if [ "$$os" == "windows" ]; then \ + if [ "$$os" = "windows" ]; then \ mv dist/$$t/${NAME} dist/$$t/${NAME}.exe; \ zip -jq dist/${NAME}_$$t.zip dist/$$t/*; \ cd dist; \ @ 1.1 log @gotosocial: fix unportable test(1) operator @ text @d1 1 a1 1 $NetBSD$ @