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 Dec 23 01:48:05 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.67. Changes:

The search box also accepts post URLs; the post is requested and, if
it's found, can be interacted with (liked, boosted, replied to, etc.).

IP addresses for failed logins are tracked and throttled to mitigate
brute force attacks (see `snac(8)` for more information).

Fixed a bug regarding repeated attachments when editing a post.

Mastodon API: Improved timeline pagination in some clients (details: an
HTTP `Link` header has been added), fixed missing audio attachments,
fixed an incorrect value for the `bot` field in newly created accounts,
fixed a crash, implemented markers (contributed by nowster).

When running in server mode, the pidfile is locked to avoid concurrent
running of the same server instance.

Added documentation and some tweaks to enable static compilation with
musl (contributed by Shamar).

Updating this leaf package during the freeze for the bug and
portability fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.20 -r1.21 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.26 pkgsrc/www/snac/Makefile:1.27
--- pkgsrc/www/snac/Makefile:1.26       Tue Dec 10 14:09:10 2024
+++ pkgsrc/www/snac/Makefile    Mon Dec 23 01:48:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/12/10 14:09:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.27 2024/12/23 01:48:05 schmonz Exp $
 
-DISTNAME=              snac-2.66
+DISTNAME=              snac-2.67
 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.20 pkgsrc/www/snac/distinfo:1.21
--- pkgsrc/www/snac/distinfo:1.20       Tue Dec 10 14:09:10 2024
+++ pkgsrc/www/snac/distinfo    Mon Dec 23 01:48:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/12/10 14:09:10 schmonz Exp $
+$NetBSD: distinfo,v 1.21 2024/12/23 01:48:05 schmonz Exp $
 
-BLAKE2s (snac-2.66.tar.gz) = 4777f92d8d4d7b01e2060a603b286f3a3e1cc97c1057aa91eabf020fef641ea2
-SHA512 (snac-2.66.tar.gz) = 0d58645e64ae1e7bc29e1be719dc06f2256d7ab5eae9d7195302eb8ae15a0ede477b21a7397ebaaabf87b8b01b70c0f7b7854387e9779aab1099a28efcb7c1c5
-Size (snac-2.66.tar.gz) = 209958 bytes
+BLAKE2s (snac-2.67.tar.gz) = 6dad6cf7a47ddbbed461505b402ac0ec05ba321e17a28a923c902f8233b55dc5
+SHA512 (snac-2.67.tar.gz) = 0a0682ea72fa09e1d3f32f39daed171b3a9a7c5db0206fd4de7824ce1f4462c095f500436a1f07085c140c3345961667294f2077ba5a8d90442e7b31520ce703
+Size (snac-2.67.tar.gz) = 214240 bytes



Home | Main Index | Thread Index | Old Index