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:           Sun Jun  9 00:08:26 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.54. Changes:

Markdown-style links are now supported.

The alt text in attachments that have one is also shown in a dropdown
just below it (useful for environments where mouseover is not available,
i.e. for phones and tablets).

Instance-wide notifications has been implemented (contributed by
louis77). A small tweak to the default CSS was made to suit this
change; please consider updating your style.css (see doc/style.css as
an example).

The avatar and/or the header images can now be deleted (contributed
by louis77).

Code cleaning: HTTP status codes use names instead of hardcoded integers
(contributed by louis77).

Mastodon API: fixed login problems with the official Mastodon API,
IceCube and Toot! on iOS, some fixes for Mona and Tokodon apps, user
credentials can now be edited from apps (all contributed by louis77),
fixed crash on unset content-type header.

The webfinger content-type response header is now RFC-compliant
(contributed by steve-bate).

Improved support for the HTTP OPTIONS method, allowing sites like
https://mastodonlistmanager.org to work.

Fixed non-working content warnings in the public instance timeline.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.7 -r1.8 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.9 pkgsrc/www/snac/Makefile:1.10
--- pkgsrc/www/snac/Makefile:1.9        Wed May 29 16:34:56 2024
+++ pkgsrc/www/snac/Makefile    Sun Jun  9 00:08:26 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/05/29 16:34:56 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/06/09 00:08:26 schmonz Exp $
 
-DISTNAME=              snac-2.53
-PKGREVISION=           1
+DISTNAME=              snac-2.54
 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.7 pkgsrc/www/snac/distinfo:1.8
--- pkgsrc/www/snac/distinfo:1.7        Thu May 16 21:42:39 2024
+++ pkgsrc/www/snac/distinfo    Sun Jun  9 00:08:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/05/16 21:42:39 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2024/06/09 00:08:26 schmonz Exp $
 
-BLAKE2s (snac-2.53.tar.gz) = 2d5e52a23d755d5fae4e317c4710ac493898455a0faab2048853b8855d24a986
-SHA512 (snac-2.53.tar.gz) = dc25c53004ade54795d246e034bb0c737be52bc517fa4992fcb681a49b479fe308341a9023bcc1eba0d4c62cdd3253274bc0218bdf0e79b371e61fbcc2e17249
-Size (snac-2.53.tar.gz) = 170798 bytes
+BLAKE2s (snac-2.54.tar.gz) = 7a09a8414506e9c08a774cd56dc28230b6f76366cc319a199069c69b2c24a988
+SHA512 (snac-2.54.tar.gz) = 2da3acb67c74754efcc4f084f7872d92b79e4a6523947c150221ac0c3c19a7f911fec70155e91c7c34a1bad4841d04061bbd5d860e42801b3373de949d89ac74
+Size (snac-2.54.tar.gz) = 176470 bytes



Home | Main Index | Thread Index | Old Index