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 Feb 11 03:04:23 UTC 2025
Modified Files:
pkgsrc/www/snac: Makefile distinfo
Log Message:
snac: update to 2.72. Changes:
Each post can have more than one attachment from the web UI. The maximum
number can be configured in `server.json` via the `max_attachments`
value (default: 4).
Each notification includes a link labelled `Context`, that leads to a
page with the full conversation tree the post is a part of.
Each followed hashtag has now a directly accesible link.
Fixed a search bug (some matches were missed).
Fixed more crashes (contributed by inz).
Fixed link detection in posts (contributed by inz).
Allow multiple editors for command-line posts (contributed by inz).
Separated maximum and default timeline entry count, allowing larger
timelines to be requested without having to increase the default
(contributed by lxo).
Turned message date into a link to the local post, so that it can be
loaded into a separate tab for interacting with (contributed by lxo).
Special thanks to fellow developer inz for bringing my attention to code
places where I should have been more careful.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.25 -r1.26 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.31 pkgsrc/www/snac/Makefile:1.32
--- pkgsrc/www/snac/Makefile:1.31 Wed Feb 5 04:20:01 2025
+++ pkgsrc/www/snac/Makefile Tue Feb 11 03:04:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2025/02/05 04:20:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.32 2025/02/11 03:04:23 schmonz Exp $
-DISTNAME= snac-2.71
+DISTNAME= snac-2.72
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.25 pkgsrc/www/snac/distinfo:1.26
--- pkgsrc/www/snac/distinfo:1.25 Wed Feb 5 04:20:01 2025
+++ pkgsrc/www/snac/distinfo Tue Feb 11 03:04:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/02/05 04:20:01 schmonz Exp $
+$NetBSD: distinfo,v 1.26 2025/02/11 03:04:23 schmonz Exp $
-BLAKE2s (snac-2.71.tar.gz) = ea633541389b353aefaf0a0431d78e55ae3852a20eb409844622624c176822a4
-SHA512 (snac-2.71.tar.gz) = 287d842d0c2850aa540f2cbcb21521a7348212f93f86afe5d900b279877908882ddc635297fe6583c71d9579235351ffdc8dbba2ca743b03556917d8ae5f4a87
-Size (snac-2.71.tar.gz) = 227681 bytes
+BLAKE2s (snac-2.72.tar.gz) = 1caffefc84b9db0cc00855476bbac885361b9ce883e68e468953332a716339e6
+SHA512 (snac-2.72.tar.gz) = 19be0f822dc2ac8e2ba8e8a6c7fa5ecb34f538a9fb24f0072ae7708a65f10262463cabd285a60dfa11220de554ada99559af4949c21b7d2c6d458b481eaeb5f2
+Size (snac-2.72.tar.gz) = 229667 bytes
Home |
Main Index |
Thread Index |
Old Index