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 Nov  9 16:40:44 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.62. Changes:

Added a new user option to collapse top level threads by default.

Added a new `disable_block_notifications` boolean field to `server.json`
to disable the notifications of Block activities.

Added a new `strict_public_timelines` boolean field to `server.json`
to only show an account's posts and boosts (no trees) in public
timelines.

Fixed repeated images in posts from some implementations (those
that include an image both as an attachment and as an `<img>` tag
inside the post content).

Added a small HTML/CSS tweak to improve post previews from some
implementations (contributed by nyanide).

Notifications for `EmojiReact` activities now show the emoji.

New command-line action `insert`, to insert a post by its URL in a
user's timeline.

Fixed bad processing/rendering of URLs with two or more @ symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/www/snac/Makefile:1.20
--- pkgsrc/www/snac/Makefile:1.19       Fri Nov  1 12:54:56 2024
+++ pkgsrc/www/snac/Makefile    Sat Nov  9 16:40:43 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/11/01 12:54:56 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2024/11/09 16:40:43 schmonz Exp $
 
-DISTNAME=              snac-2.61
-PKGREVISION=           2
+DISTNAME=              snac-2.62
 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.15 pkgsrc/www/snac/distinfo:1.16
--- pkgsrc/www/snac/distinfo:1.15       Sat Oct 26 19:26:17 2024
+++ pkgsrc/www/snac/distinfo    Sat Nov  9 16:40:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/10/26 19:26:17 schmonz Exp $
+$NetBSD: distinfo,v 1.16 2024/11/09 16:40:43 schmonz Exp $
 
-BLAKE2s (snac-2.61.tar.gz) = 0dfe9de14576fe057ab401a84a2d7892a9a908c3b60eddedd6460df1c1c87c90
-SHA512 (snac-2.61.tar.gz) = 02be9ce80aa9a16fbd31ba7b0963fe71f833dc0730bef21c2eecea079670d5cb15c3f64d263544f2e48212897d0a1cdafac4cbad61b26314ac496f69e0f4213f
-Size (snac-2.61.tar.gz) = 203135 bytes
+BLAKE2s (snac-2.62.tar.gz) = 4ac3605c71100d411b608a94b50f9a9a1bc8c74d4755ad5ab569f6395c6e1c02
+SHA512 (snac-2.62.tar.gz) = 424f7a0f6c4c18b7ad5399389416f3405276999e0af6bc1dcfc2d644c2a048cd8b6b4d986e9bf1582229c237899b5d076d2fc43c7b6c1f3c627274f21027b7d1
+Size (snac-2.62.tar.gz) = 204134 bytes



Home | Main Index | Thread Index | Old Index