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:           Tue Feb 21 15:49:37 UTC 2023

Modified Files:
        pkgsrc/www/gotosocial: Makefile PLIST distinfo

Log Message:
gotosocial: update to version 0.7.1

ChangeLog (taken from https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.7.1):

v0.7.1 Even Stormier Sloth
adb5966

Hello hello! This is a small bugfix release for Stormy Sloth!
Highlights:

    /about page
    new postgres installations actually work now
    png thumbnails preserve transparency
    oob token requests will redirect to the correct page, showing the token
    small api fixes to make 'role' property on accounts more mastodon-api compatible
    don't perform storage cleanup on startup (should alleviate issues where people were having to wait three minutes for their instances to start up)
    code is now 90% gayer and anti-capitalister

Migration notes

If you're migrating from 0.7.0 you don't really have to do anything special at all! If you're migrating to 0.7.1 from a previous version, check the release notes for 0.7.0 :)
Detailed Changelog
Features

    b6143c9 [feature] About page (#1495)
    68e6d08 [feature] Add a request ID and include it in logs (#1476)

Bugfixes

    adb5966 [bugfix] Remove initial storage cleanup (#1545)
    e8a04b7 [bugfix] Fix account roles (#1542)
    f559d46 [bugfix] Fix failure to look up remote profiles with duplicate emojis in some cases (#1534)
    a0068e8 [bugfix] In Postgres, drop shortcodedomain constraint before creating new emoji table (#1528)
    fe66a2a [bugfix] Keep png transparency (#1522)
    59b2e10 [bugfix] fix oob token route, update templates+css for oob and errors (#1519)
    d39280e [bug] Pass context in logging middleware (#1514)
    1ca5c62 [bug] maxprocs set logger to nil (#1512)

Docs

    40eea3b [feature] Use Material theme for docs (#1535)
    fa70ad7 [docs] Add site_url for absolute 404 page assets (#1544)
    87b30a4 [docs] correct swagger docs (#1543)
    2af33d3 Update README.md (#1533)

Chores

    e824e14 [chore]: Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1541)
    7039889 [chore] Move request validation earlier in client (#1531)
    51c156c [chore] pull in latest go-kv, go-cache (#1530)
    a684fc4 [chore] transport improvements (#1524)
    3649b23 [chore]: Bump golang.org/x/net from 0.5.0 to 0.7.0 (#1523)
    83d8a44 [chore] update gruf's libs on readme (#1520)
    a822198 [chore]: Bump golang.org/x/image from 0.4.0 to 0.5.0 (#1516)
    b4d1888 [chore] Update more log calls to include context (#1517)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/gotosocial/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/gotosocial/PLIST \
    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.7 pkgsrc/www/gotosocial/Makefile:1.8
--- pkgsrc/www/gotosocial/Makefile:1.7  Fri Feb 17 12:23:11 2023
+++ pkgsrc/www/gotosocial/Makefile      Tue Feb 21 15:49:37 2023
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2023/02/17 12:23:11 nikita Exp $
+# $NetBSD: Makefile,v 1.8 2023/02/21 15:49:37 nikita Exp $
 
-DISTNAME=      gotosocial-0.7.0-source-code
+DISTNAME=      gotosocial-0.7.1-source-code
 PKGNAME=       ${DISTNAME:S/-source-code//}
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=superseriousbusiness/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 GITHUB_PROJECT=        gotosocial
 CATEGORIES=    www
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    nikita%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/superseriousbusiness/gotosocial/
 COMMENT=       Fediverse server written in Go
 LICENSE=       gnu-agpl-v3

Index: pkgsrc/www/gotosocial/PLIST
diff -u pkgsrc/www/gotosocial/PLIST:1.3 pkgsrc/www/gotosocial/PLIST:1.4
--- pkgsrc/www/gotosocial/PLIST:1.3     Fri Feb 17 12:23:11 2023
+++ pkgsrc/www/gotosocial/PLIST Tue Feb 21 15:49:37 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/02/17 12:23:11 nikita Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/02/21 15:49:37 nikita Exp $
 bin/gotosocial
 share/examples/gotosocial/config.yaml
 share/examples/gotosocial/docker-compose.yaml
@@ -105,6 +105,7 @@ share/examples/gotosocial/web/source/set
 share/examples/gotosocial/web/source/settings/user/settings.js
 share/examples/gotosocial/web/source/yarn.lock
 share/examples/gotosocial/web/template/404.tmpl
+share/examples/gotosocial/web/template/about.tmpl
 share/examples/gotosocial/web/template/authorize.tmpl
 share/examples/gotosocial/web/template/confirmed.tmpl
 share/examples/gotosocial/web/template/domain-blocklist.tmpl
Index: pkgsrc/www/gotosocial/distinfo
diff -u pkgsrc/www/gotosocial/distinfo:1.3 pkgsrc/www/gotosocial/distinfo:1.4
--- pkgsrc/www/gotosocial/distinfo:1.3  Fri Feb 17 12:23:11 2023
+++ pkgsrc/www/gotosocial/distinfo      Tue Feb 21 15:49:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/02/17 12:23:11 nikita Exp $
+$NetBSD: distinfo,v 1.4 2023/02/21 15:49:37 nikita Exp $
 
-BLAKE2s (gotosocial-0.7.0-source-code.tar.gz) = 550adf1b96a01c62e1854aec7fa4c0c5b62d3b650951f61cbc412bd236bb8199
-SHA512 (gotosocial-0.7.0-source-code.tar.gz) = 131627131110d9c7f967f4ac5655a18f78dee76c71e93a8b333b2a52d18c3a8118155db799617d23e513fe61d0b8e33fe658509df34c94fbca5bbbed8c086e16
-Size (gotosocial-0.7.0-source-code.tar.gz) = 51625865 bytes
+BLAKE2s (gotosocial-0.7.1-source-code.tar.gz) = e05f0d1983b5056d63e4b2addd4480436de2b47d7762e8fcc6df5b1496c74307
+SHA512 (gotosocial-0.7.1-source-code.tar.gz) = 0c3c71eb66126f8b4e3c617e9ca27cb824d181d4dd22ab0aeb2851a6a6754d736a8a8245db4da9c3f51341b73fcc863b7a482da3dfbd54f0387f9842f84e70a0
+Size (gotosocial-0.7.1-source-code.tar.gz) = 50913308 bytes



Home | Main Index | Thread Index | Old Index