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 Jul 1 00:55:13 UTC 2025
Modified Files:
pkgsrc/www/snac: Makefile distinfo
Log Message:
snac: update to 2.79. Changes:
Added a server-wide Webmention hook; this way, if somebody out there
(that supports Webmention) links to a user or post in this instance, a
notification is sent (this is the complementary of what was implemented
in version 2.76).
Fixed regression while sending email via pipe on OpenBSD.
Fixed Markdown parsing when the URL has parenthesis.
Always show the 'pending follow confirmations' section if there are any
(even if the toggle is off).
If a metadata value is an account handler, it's also tried to be
validated (rel="me" links).
Another search by URL tweak (this time for Pixelfed links).
Mastodon API: fixed a bug that made some boosts disappear after being
shown in apps like Tusky, added followed hashtags maintenance, other
minor changes.
Renamed command-line actions `create_list` to `list_create` and
`delete_list` to `list_remove`.
The default favicon URL can be changed from the server configuration.
New command-line option `export_posts`, to export all posts by a user in
a JSON format compatible with the one generated by Mastodon.
The command-line options to send notes also allow an optional `-r`
argument, to set the URL of a Fediverse post this note is a reply to.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.32 -r1.33 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.40 pkgsrc/www/snac/Makefile:1.41
--- pkgsrc/www/snac/Makefile:1.40 Mon Jun 2 11:06:42 2025
+++ pkgsrc/www/snac/Makefile Tue Jul 1 00:55:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2025/06/02 11:06:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.41 2025/07/01 00:55:13 schmonz Exp $
-DISTNAME= snac-2.78
+DISTNAME= snac-2.79
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.32 pkgsrc/www/snac/distinfo:1.33
--- pkgsrc/www/snac/distinfo:1.32 Mon Jun 2 11:06:42 2025
+++ pkgsrc/www/snac/distinfo Tue Jul 1 00:55:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/06/02 11:06:42 schmonz Exp $
+$NetBSD: distinfo,v 1.33 2025/07/01 00:55:13 schmonz Exp $
-BLAKE2s (snac-2.78.tar.gz) = 78efa9a48077c171c696ff10ca403127c21213cb424e8ab9564d53fc3c17dc8f
-SHA512 (snac-2.78.tar.gz) = 4b782e41250e35433bb1adc21d388705c57c48d45188529d6f9f7b6680f031acd77cf89e8327a9b7cef9280fcee9bf8db46b3cb1517e508db3ea5cffcd72e64c
-Size (snac-2.78.tar.gz) = 276142 bytes
+BLAKE2s (snac-2.79.tar.gz) = 27501c99aa2e4f7a1efb9ab41addad0942bfd25b11d9fe13dda48186598cf3eb
+SHA512 (snac-2.79.tar.gz) = b3e4152ed6bcd013961030f914471ad52e7ba920f7d981905251a6e594ed6e5568f37389b52f2e4e1bae4a8ff696d7551ad88d57f10d6a45290055ab390fabd3
+Size (snac-2.79.tar.gz) = 279136 bytes
Home |
Main Index |
Thread Index |
Old Index