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 Jan 25 19:10:41 UTC 2025

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.69. Changes:

Added support for subscribing to LitePub (Pleroma-style) Fediverse
Relays like e.g. https://fedi-relay.gyptazy.com to improve federation.
See `snac(8)` (the Administrator Manual) for more information on how to
use this feature.

Added support for following hashtags. This is only useful if your
instance is subscribed to relays (see above).

Added support for a Mastodon-like `/authorize_interaction` webpoint
entry, that allows following, liking and boosting from another account's
Mastodon public web interface. To be able to use it, you must
reconfigure your https proxy to redirect `/authorize_interaction` to
snac (see `snac(8)`).

Some fixes to accept `Event` objects properly (like those coming from
implementations like https://gancio.org/ or https://mobilizon.fr).

Added some caching for local `Actor` objects.

Hashtags that are not explicitly linked in a post's content are
shown below it.

Fixed broken NetBSD build (missing dependency in Makefile.NetBSD).

The user profile can now include longitude and latitude data for your
current location.

Mastodon API: implemented limit= on notification fetches (contributed by
nowster), implemented faster min_id handling (contributed by nowster),
obey the quiet public visibility set for posts, other timeline
improvements (contributed by nowster).

Reduced RSA key size for new users from 4096 to 2048. This will be
friendlier to smaller machines, and everybody else out there is
using 2048.

If the `SNAC_BASEDIR` environment variable is defined and set to the
base directory of your installation, you don't have to include the base
directory in the command line.

Fixed a bug in the generation of the top page (contributed by
an-im-dugud).

Added support for Markdown headers and underlining (contributed by
an-im-dugud).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.22 -r1.23 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.28 pkgsrc/www/snac/Makefile:1.29
--- pkgsrc/www/snac/Makefile:1.28       Tue Jan  7 16:12:15 2025
+++ pkgsrc/www/snac/Makefile    Sat Jan 25 19:10:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2025/01/07 16:12:15 schmonz Exp $
+# $NetBSD: Makefile,v 1.29 2025/01/25 19:10:41 schmonz Exp $
 
-DISTNAME=              snac-2.68
+DISTNAME=              snac-2.69
 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.22 pkgsrc/www/snac/distinfo:1.23
--- pkgsrc/www/snac/distinfo:1.22       Tue Jan  7 16:12:15 2025
+++ pkgsrc/www/snac/distinfo    Sat Jan 25 19:10:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/01/07 16:12:15 schmonz Exp $
+$NetBSD: distinfo,v 1.23 2025/01/25 19:10:41 schmonz Exp $
 
-BLAKE2s (snac-2.68.tar.gz) = 15b9a4c11f5b8643a29c6ea28eab6e49a1905426ffb5e9b22d2b984373b35e93
-SHA512 (snac-2.68.tar.gz) = 45746b4b9b4bcd35e0c64f95a7879bb13f2c437961fb08bd91430cd477119ee0bb0a1fc12783afdc143bd3818194358353d2644f23c380dc1b51deaecdf8e7a6
-Size (snac-2.68.tar.gz) = 220334 bytes
+BLAKE2s (snac-2.69.tar.gz) = bc2b35d4ff1964527444cb387adc16a0b88ce80fad77e8973ee408b95e8839f9
+SHA512 (snac-2.69.tar.gz) = c10aff71abd6765f9c501a0cecb887627215f54ffba320f8df638c90f242c043887110842b49c2a4c78abd77e5d21338b142f3dd37706ab3133db6aa8a94d1c6
+Size (snac-2.69.tar.gz) = 226387 bytes



Home | Main Index | Thread Index | Old Index