pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/snac



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Aug  2 03:37:40 UTC 2025

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

Log Message:
snac: update to 2.81. Changes:

If the `propagate_local_purge` configuration variable is set to `true`
in `server.json`, purged local posts generate a `Delete` activity that
is sent everywhere, instead of only deleted from the filesystem.

Included a small tweak to avoid being confused by implementations that
return valid webfinger queries for non-account URLs (like i.e. the
Wordpress ActivityPub plugin in some configurations). This helps in
searching by URL.

Added Ukrainian translation (contributed by wincentbalin).

New command-line option `muted`, to list all MUTEd actors.

Mastodon API: Fixed metadata and follower approval flag when editing
the account.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/snac/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/snac/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/snac/Makefile
diff -u pkgsrc/www/snac/Makefile:1.42 pkgsrc/www/snac/Makefile:1.43
--- pkgsrc/www/snac/Makefile:1.42       Tue Jul  8 10:54:25 2025
+++ pkgsrc/www/snac/Makefile    Sat Aug  2 03:37:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/07/08 10:54:25 schmonz Exp $
+# $NetBSD: Makefile,v 1.43 2025/08/02 03:37:40 schmonz Exp $
 
-DISTNAME=              snac-2.80
+DISTNAME=              snac-2.81
 CATEGORIES=            www
 MASTER_SITES=          ${HOMEPAGE}archive/
 SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}

Index: pkgsrc/www/snac/PLIST
diff -u pkgsrc/www/snac/PLIST:1.3 pkgsrc/www/snac/PLIST:1.4
--- pkgsrc/www/snac/PLIST:1.3   Thu Mar 20 16:41:38 2025
+++ pkgsrc/www/snac/PLIST       Sat Aug  2 03:37:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/03/20 16:41:38 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/02 03:37:40 schmonz Exp $
 bin/snac
 man/man1/snac.1
 man/man5/snac.5
@@ -15,4 +15,5 @@ share/snac/po/fr.po
 share/snac/po/it.po
 share/snac/po/pt_BR.po
 share/snac/po/ru.po
+share/snac/po/uk.po
 share/snac/po/zh.po

Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.34 pkgsrc/www/snac/distinfo:1.35
--- pkgsrc/www/snac/distinfo:1.34       Tue Jul  8 10:54:25 2025
+++ pkgsrc/www/snac/distinfo    Sat Aug  2 03:37:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/07/08 10:54:25 schmonz Exp $
+$NetBSD: distinfo,v 1.35 2025/08/02 03:37:40 schmonz Exp $
 
-BLAKE2s (snac-2.80.tar.gz) = 927bc59f838eaedf9651b20e9cff15c5a9a46bc8e4e74321af8826514e8bbe54
-SHA512 (snac-2.80.tar.gz) = 51f49e59435e16d60d5fadb282cad49c35640e1a277be2922d61dd9b7e9d9f129600c535d3bd856544d49ee6c3a489cb72d58b27e3009d1d659049fbe0fd41ff
-Size (snac-2.80.tar.gz) = 279273 bytes
+BLAKE2s (snac-2.81.tar.gz) = 14a872f8ce514ea5f5e22caf3f59adc5a678aaeb8e33ff3bcf670b8ba4167c50
+SHA512 (snac-2.81.tar.gz) = 8777092f212b90e893a8088f77e7b11d8afce1a08b1bfce668cb5a5105bf9351d18e770078e6e7e2b49ed46086343b67d0078169d94ea4e648b9bae14561eeca
+Size (snac-2.81.tar.gz) = 282870 bytes



Home | Main Index | Thread Index | Old Index