snac: update to 2.50. Changes:
Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`). Improved page position after hitting the `Hide` or `MUTE` buttons (for most cases). Use a shorter maximum conversation thread level (also, this maximum value is now configurable at compilation level with the `MAX_CONVERSATION_LEVELS` define). Fixed a bug where editing a post made the attached media or video to be lost. The way of refreshing remote actor data has been improved. Posting from the command-line now allows attachments.
This commit is contained in:
parent
bc30ce5c43
commit
6823698ea2
2 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2024/03/05 05:53:36 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2024/03/22 22:52:36 schmonz Exp $
|
||||
|
||||
DISTNAME= snac-2.49
|
||||
DISTNAME= snac-2.50
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${HOMEPAGE}archive/
|
||||
SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}
|
||||
|
@ -12,9 +12,6 @@ LICENSE= mit
|
|||
|
||||
WRKSRC= ${WRKDIR}/snac2
|
||||
|
||||
CFLAGS.Darwin+= -Dst_ctim=st_ctimespec
|
||||
CFLAGS.Darwin+= -Dst_mtim=st_mtimespec
|
||||
|
||||
LDFLAGS.NetBSD+= -lrt
|
||||
|
||||
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR:Q}${PREFIX:Q}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2024/03/05 05:53:36 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2024/03/22 22:52:36 schmonz Exp $
|
||||
|
||||
BLAKE2s (snac-2.49.tar.gz) = 5ee98903bba74a78c4cf6ab14008914a4b945f2abf3ead91e1d876df38f2de78
|
||||
SHA512 (snac-2.49.tar.gz) = 7798f9265d0c3bb38134d0ac4521b793ad60ca45e138d95db109b065827fd0dcc31dea3c09e78dd59e76f5b64f6e054efb34acabf2ff0e70d514136c2cd217df
|
||||
Size (snac-2.49.tar.gz) = 159503 bytes
|
||||
BLAKE2s (snac-2.50.tar.gz) = 2074b6c6f1912f35951af76413981f5bb3f0d877b248b5848e943a9bd89645f5
|
||||
SHA512 (snac-2.50.tar.gz) = 1c5a46c5bef2202cec58a95bd044ef3e129718df58dea9f654745c05ef196f3eea6beca52b81a69cb5c5d70911a29a5f4111e9e45bd16930ace7bcc06c7a5781
|
||||
Size (snac-2.50.tar.gz) = 162329 bytes
|
||||
|
|
Loading…
Reference in a new issue