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 Apr  6 00:15:34 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.51. Changes:

Support for custom Emojis has been added; they are no longer hardcoded,
but read from the `emojis.json` file at the server base directory. Also,
they are no longer limited to string substitutions, but images as
external URLs are also supported (see `snac(8)` for more information).

Fixed a bug that caused some notifications to be lost when coming from a
user in the same instance.

Added an additional check for blocked instances (sometimes, posts from
blocked sites that were ancestors of legit posts were 'leaking' into the
timeline).

On OpenBSD, if the `disable_email_notifications` server flag is set to
`true`, `unveil()` is not called for the execution of the
`/usr/sbin/sendmail` binary and `pledge()` doesn't set the `exec`
promise.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/snac/Makefile 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.4 pkgsrc/www/snac/Makefile:1.5
--- pkgsrc/www/snac/Makefile:1.4        Fri Mar 22 22:52:36 2024
+++ pkgsrc/www/snac/Makefile    Sat Apr  6 00:15:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/03/22 22:52:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/06 00:15:33 schmonz Exp $
 
-DISTNAME=              snac-2.50
+DISTNAME=              snac-2.51
 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.4 pkgsrc/www/snac/distinfo:1.5
--- pkgsrc/www/snac/distinfo:1.4        Fri Mar 22 22:52:36 2024
+++ pkgsrc/www/snac/distinfo    Sat Apr  6 00:15:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/03/22 22:52:36 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2024/04/06 00:15:33 schmonz Exp $
 
-BLAKE2s (snac-2.50.tar.gz) = 2074b6c6f1912f35951af76413981f5bb3f0d877b248b5848e943a9bd89645f5
-SHA512 (snac-2.50.tar.gz) = 1c5a46c5bef2202cec58a95bd044ef3e129718df58dea9f654745c05ef196f3eea6beca52b81a69cb5c5d70911a29a5f4111e9e45bd16930ace7bcc06c7a5781
-Size (snac-2.50.tar.gz) = 162329 bytes
+BLAKE2s (snac-2.51.tar.gz) = fb9eda07c1e09f869822e4fb6cab8d8c9d0680295062e8c6d34334ac7b4a66c7
+SHA512 (snac-2.51.tar.gz) = c1c755ab91999b34f5ffe7606796ca1ad8453b439aadf457611642c73c653e41d6bf4462185673aa991d3ec1be1f10da80b077d0384bb7a0e5571aa98e90461e
+Size (snac-2.51.tar.gz) = 164129 bytes



Home | Main Index | Thread Index | Old Index