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:           Fri Aug  9 15:19:12 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.57. Changes:

Added support for listening on UNIX-like sockets.

Don't allow empty polls.

Added support for Markdown-style images (converted to attachments) and
strikethrough text.

Added support for incoming `Move` messages: when received, the new
account is followed and the old one is unfollowed.

Incoming `EmojiReact` messages are internally converted to `Like` (more
proper support will happen eventually).

Blocks are also notified.

Mastodon API: fixed a cache bug when following local users.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/www/snac/Makefile:1.13
--- pkgsrc/www/snac/Makefile:1.12       Tue Jul  9 23:45:48 2024
+++ pkgsrc/www/snac/Makefile    Fri Aug  9 15:19:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/07/09 23:45:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2024/08/09 15:19:11 schmonz Exp $
 
-DISTNAME=              snac-2.56
+DISTNAME=              snac-2.57
 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.10 pkgsrc/www/snac/distinfo:1.11
--- pkgsrc/www/snac/distinfo:1.10       Tue Jul  9 23:45:48 2024
+++ pkgsrc/www/snac/distinfo    Fri Aug  9 15:19:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/07/09 23:45:48 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2024/08/09 15:19:11 schmonz Exp $
 
-BLAKE2s (snac-2.56.tar.gz) = a97c0bf650f9e4afe58c97e07c1966311ea5ed6bd600998e13897de96581fd53
-SHA512 (snac-2.56.tar.gz) = b7ff0cfb358faf57a9896d080a67169976b49ab1041f0a0125ac3b800138f75988be24067d197d199d395ddc539fdc5c2bea9e3dcb9dc81920a22f932e2f1a47
-Size (snac-2.56.tar.gz) = 177774 bytes
+BLAKE2s (snac-2.57.tar.gz) = c309366dddcce8b55187380a32c350313efb6ae01aa076c430d83c4e8bba8c01
+SHA512 (snac-2.57.tar.gz) = 41eacc24f071fb3ed781c155731211eb9d733eb95040e7160a92d88df9d8f03d0b48de09c07d34f5590d132489b54f24dad8e44fcda85ff078ea7e857c83a0ae
+Size (snac-2.57.tar.gz) = 180441 bytes



Home | Main Index | Thread Index | Old Index