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:           Fri Nov 15 05:37:44 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.63. Changes:

The server can now act as a proxy for all image, audio or video media
coming from other account's posts (both from the Web UI and the Mastodon
API). This way, other servers will see media requests coming from the
server IP, not the user's, improving privacy. This is controlled by
setting the `proxy_media` boolean field to `server.json` to true.

The `strict_public_timelines` option introduced in the previous release
now works correctly.

Fixed a crash when posting from the links browser.

Fixed some repeated images from Lemmy posts.

Fixed a crash when posting an image from the tooot mobile app.

RSS feeds are now in 2.0 version instead of 0.91.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.16 -r1.17 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.21 pkgsrc/www/snac/Makefile:1.22
--- pkgsrc/www/snac/Makefile:1.21       Thu Nov 14 22:22:11 2024
+++ pkgsrc/www/snac/Makefile    Fri Nov 15 05:37:44 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/11/14 22:22:11 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/11/15 05:37:44 schmonz Exp $
 
-DISTNAME=              snac-2.62
-PKGREVISION=           1
+DISTNAME=              snac-2.63
 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.16 pkgsrc/www/snac/distinfo:1.17
--- pkgsrc/www/snac/distinfo:1.16       Sat Nov  9 16:40:43 2024
+++ pkgsrc/www/snac/distinfo    Fri Nov 15 05:37:44 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/11/09 16:40:43 schmonz Exp $
+$NetBSD: distinfo,v 1.17 2024/11/15 05:37:44 schmonz Exp $
 
-BLAKE2s (snac-2.62.tar.gz) = 4ac3605c71100d411b608a94b50f9a9a1bc8c74d4755ad5ab569f6395c6e1c02
-SHA512 (snac-2.62.tar.gz) = 424f7a0f6c4c18b7ad5399389416f3405276999e0af6bc1dcfc2d644c2a048cd8b6b4d986e9bf1582229c237899b5d076d2fc43c7b6c1f3c627274f21027b7d1
-Size (snac-2.62.tar.gz) = 204134 bytes
+BLAKE2s (snac-2.63.tar.gz) = 0b7362a35d10300a41ec1f6e81e71d56a89e92df5e2875c17032e30d0cdc3c64
+SHA512 (snac-2.63.tar.gz) = 23aebff6261872e3ffb5ce0a5b55d0f1f032e55b435f0ae2350cbb7e4a82b278d2d0f8a37b354ad1adaa6db09f29ef725dfd740b6b4218c2aa3e6239720089a8
+Size (snac-2.63.tar.gz) = 206269 bytes



Home | Main Index | Thread Index | Old Index