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: Tue Jan 7 16:12:15 UTC 2025
Modified Files:
pkgsrc/www/snac: Makefile distinfo
Log Message:
snac: update to 2.68. Changes:
Fixed regression in link verification code (contributed by nowster).
Added ipv6 support for the https frontend connection (contributed
by hb9hnt).
New "Like by URL" operation (contributed by dheadshot).
Added support for a Mastodon-like `/share` link sharing URL, like the
one provided by sites like https://mastodonshare.com/ and such. To be
able to use it, you must reconfigure your https proxy to redirect
`/share` to snac (see `snac(8)`).
New linux landlock (sandboxing) support for enhanced security
(contributed by shtrophic). It's still a bit experimental, so you have
to enable it explicitly by recompiling with the WITH_LINUX_SANDBOX
directive (e.g. `make CFLAGS=-DWITH_LINUX_SANDBOX`).
Some search fixes regarding repeated matches.
The `export_csv` cmdline operation now exports the CSV files inside a
user's `export/` subdirectory instead of the current directory.
All CSV files to be imported must now be stored inside a user's
`import/` subdirectory instead of the current directory.
Mastodon API: more timeline paging tunings (contributed by nowster),
post language selected in apps is properly set.
The command-line operation `note` new reads the `LANG` environment
variable to set the post's language.
A new command-line operation, `note_unlisted`, allows posting "unlisted"
or "quiet public" posts.
The maximum number of entries in users' RSS feeds and in outboxes
can now be set via the `max_public_entries` variable in the
`server.json` file.
Fixed broken support for `Audio` objects.
Made xmpp and mailto URLs clickable.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.21 -r1.22 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.27 pkgsrc/www/snac/Makefile:1.28
--- pkgsrc/www/snac/Makefile:1.27 Mon Dec 23 01:48:05 2024
+++ pkgsrc/www/snac/Makefile Tue Jan 7 16:12:15 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/12/23 01:48:05 schmonz Exp $
+# $NetBSD: Makefile,v 1.28 2025/01/07 16:12:15 schmonz Exp $
-DISTNAME= snac-2.67
+DISTNAME= snac-2.68
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.21 pkgsrc/www/snac/distinfo:1.22
--- pkgsrc/www/snac/distinfo:1.21 Mon Dec 23 01:48:05 2024
+++ pkgsrc/www/snac/distinfo Tue Jan 7 16:12:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/12/23 01:48:05 schmonz Exp $
+$NetBSD: distinfo,v 1.22 2025/01/07 16:12:15 schmonz Exp $
-BLAKE2s (snac-2.67.tar.gz) = 6dad6cf7a47ddbbed461505b402ac0ec05ba321e17a28a923c902f8233b55dc5
-SHA512 (snac-2.67.tar.gz) = 0a0682ea72fa09e1d3f32f39daed171b3a9a7c5db0206fd4de7824ce1f4462c095f500436a1f07085c140c3345961667294f2077ba5a8d90442e7b31520ce703
-Size (snac-2.67.tar.gz) = 214240 bytes
+BLAKE2s (snac-2.68.tar.gz) = 15b9a4c11f5b8643a29c6ea28eab6e49a1905426ffb5e9b22d2b984373b35e93
+SHA512 (snac-2.68.tar.gz) = 45746b4b9b4bcd35e0c64f95a7879bb13f2c437961fb08bd91430cd477119ee0bb0a1fc12783afdc143bd3818194358353d2644f23c380dc1b51deaecdf8e7a6
+Size (snac-2.68.tar.gz) = 220334 bytes
Home |
Main Index |
Thread Index |
Old Index