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:           Wed Feb 28 16:30:42 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.48. Changes:

A new instance page, that shows all posts by users in the same instance
(like the public instance timeline, but interactive). This will help
building communities.

Follower-only replies to unknown users are not shown in timelines.

Added verification of metadata links: if the linked page contains a
link back to the snac user with a rel="me" attribute, it's marked
as verified.

Added a new server-level configuration parameter: `min_account_age`. If
this value (in seconds) is set in `server.json`, any activity coming
from accounts that were created newer than that will be discarded. This
can be used to mitigate spam.

Added a profile-page relation to links in webfinger responses
(contributed by khm).

Fixed some regressions and a crash.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/snac/Makefile 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.1 pkgsrc/www/snac/Makefile:1.2
--- pkgsrc/www/snac/Makefile:1.1        Tue Feb 13 21:50:00 2024
+++ pkgsrc/www/snac/Makefile    Wed Feb 28 16:30:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/02/13 21:50:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/28 16:30:42 schmonz Exp $
 
-DISTNAME=              snac-2.47
+DISTNAME=              snac-2.48
 CATEGORIES=            www
 MASTER_SITES=          ${HOMEPAGE}archive/
 SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}
Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.1 pkgsrc/www/snac/distinfo:1.2
--- pkgsrc/www/snac/distinfo:1.1        Tue Feb 13 21:50:00 2024
+++ pkgsrc/www/snac/distinfo    Wed Feb 28 16:30:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/02/13 21:50:00 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2024/02/28 16:30:42 schmonz Exp $
 
-BLAKE2s (snac-2.47.tar.gz) = 93235955abb55e1c5838868409b3e18ed23cbf41b5a68a625e9cc067316acefa
-SHA512 (snac-2.47.tar.gz) = 9259ef0f0a51b6b69f22a9c02190ac8cbc471daa7dc9aa4768b2237b5ac3e1f8a92da33eba0b84f01c4ff5e02fd27790448c6488aff5b5f67c955448d96e7e25
-Size (snac-2.47.tar.gz) = 156133 bytes
+BLAKE2s (snac-2.48.tar.gz) = 2a0ea1cee1a237650caff87e5cefe367c8023ea470084946a1bd97ca723d099b
+SHA512 (snac-2.48.tar.gz) = 3926f9be71f8ae3e4868e71b8040f8072e43150331a75c488160e98f59335f80402c50b84f35230f876f015ac500245486b41175835eac401dd78edd80aaf49d
+Size (snac-2.48.tar.gz) = 159215 bytes



Home | Main Index | Thread Index | Old Index