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: Mon Jun 2 11:06:42 UTC 2025
Modified Files:
pkgsrc/www/snac: Makefile distinfo
Log Message:
snac: update to 2.78. Changes:
Hashtag following also allow URLs to RSS feeds of ActivityPub objects
(like e.g. https://mastodon.social/tags/ThankYouTuesday).
Users can now configure a webhook to receive an HTTP POST for every
notification. This can be useful for implementing bots that react to
activities, like autorepliers, chatbots or interactive textual games
(see `snac(1)` for more information).
The number of pending follow confirmations is shown next to the
"people" link.
Faster performance metrics (contributed by dandelions).
Improved lowercasing in hashtags (contributed by postscriptum).
A search-by-url tweak for implementations that return 200 for invalid
webfinger queries (e.g. piefed).
Mastodon API: added follow confirmation endpoints, fixed collisions in
attachment file names.
Fixed potential crashes in attachment uploads.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.31 -r1.32 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.39 pkgsrc/www/snac/Makefile:1.40
--- pkgsrc/www/snac/Makefile:1.39 Mon May 12 16:37:43 2025
+++ pkgsrc/www/snac/Makefile Mon Jun 2 11:06:42 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/05/12 16:37:43 schmonz Exp $
+# $NetBSD: Makefile,v 1.40 2025/06/02 11:06:42 schmonz Exp $
-DISTNAME= snac-2.77
+DISTNAME= snac-2.78
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.31 pkgsrc/www/snac/distinfo:1.32
--- pkgsrc/www/snac/distinfo:1.31 Mon May 12 16:37:43 2025
+++ pkgsrc/www/snac/distinfo Mon Jun 2 11:06:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/05/12 16:37:43 schmonz Exp $
+$NetBSD: distinfo,v 1.32 2025/06/02 11:06:42 schmonz Exp $
-BLAKE2s (snac-2.77.tar.gz) = 07f4f5712f03079b48472875357c10addb02d0f726ce467141476dd74a72bce7
-SHA512 (snac-2.77.tar.gz) = c2283a379ed04d4dd4e8dadf635e4521b641d9b64350141da37e19f0ad44d983b28c1a5872d60e6f5405cc8621956adc97316ee8dcb50fc8db79a60bd2ba9c0e
-Size (snac-2.77.tar.gz) = 272162 bytes
+BLAKE2s (snac-2.78.tar.gz) = 78efa9a48077c171c696ff10ca403127c21213cb424e8ab9564d53fc3c17dc8f
+SHA512 (snac-2.78.tar.gz) = 4b782e41250e35433bb1adc21d388705c57c48d45188529d6f9f7b6680f031acd77cf89e8327a9b7cef9280fcee9bf8db46b3cb1517e508db3ea5cffcd72e64c
+Size (snac-2.78.tar.gz) = 276142 bytes
Home |
Main Index |
Thread Index |
Old Index