pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/sayaka



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Sep 21 05:50:24 UTC 2024

Modified Files:
        pkgsrc/net/sayaka: Makefile distinfo
Removed Files:
        pkgsrc/net/sayaka/patches: patch-src_sayaka.c

Log Message:
sayaka: update to 3.8.1.

pkgsrc change:
 - remove a local patch fixed in upstream

Upstream changes:
* 3.8.1 (2024/09/21)
 - support notifications of reactions and followed
 - implement keep alive
 - implement retry of back off on disconnections
 - support transparent images
 - improve visibility of monochrome and 8 color images
 - implement `overwrite-cache` option
 - restore `--sixel-or` (formerly `--ormode=on`) option
 - fix `--local` option that required an argument since v3.8.0
 - fix a problem that images with less than 6 pixel height were not shown


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/sayaka/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/sayaka/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/sayaka/patches/patch-src_sayaka.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/sayaka/Makefile
diff -u pkgsrc/net/sayaka/Makefile:1.54 pkgsrc/net/sayaka/Makefile:1.55
--- pkgsrc/net/sayaka/Makefile:1.54     Thu Sep  5 14:57:28 2024
+++ pkgsrc/net/sayaka/Makefile  Sat Sep 21 05:50:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2024/09/05 14:57:28 tsutsui Exp $
+# $NetBSD: Makefile,v 1.55 2024/09/21 05:50:24 tsutsui Exp $
 
-DISTNAME=      sayaka-3.8.0
+DISTNAME=      sayaka-3.8.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=isaki68k/}
 GITHUB_PROJECT=        ${PKGBASE}

Index: pkgsrc/net/sayaka/distinfo
diff -u pkgsrc/net/sayaka/distinfo:1.35 pkgsrc/net/sayaka/distinfo:1.36
--- pkgsrc/net/sayaka/distinfo:1.35     Thu Sep  5 14:57:28 2024
+++ pkgsrc/net/sayaka/distinfo  Sat Sep 21 05:50:24 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2024/09/05 14:57:28 tsutsui Exp $
+$NetBSD: distinfo,v 1.36 2024/09/21 05:50:24 tsutsui Exp $
 
-BLAKE2s (sayaka-3.8.0.tar.gz) = 44ab594c92f7317e0e45cc4da20de1e634ddba310ce14a9c5d7a75ecdd5a025b
-SHA512 (sayaka-3.8.0.tar.gz) = f94c9fcac94aa89dcfd0aa5de619688ee5144f31eaa2a147168d0460da3bda797c1af8d22f4af457ca219b494e36481c787560ace6af8437d4cac343e2404b0a
-Size (sayaka-3.8.0.tar.gz) = 260271 bytes
+BLAKE2s (sayaka-3.8.1.tar.gz) = bcd5cc7e57ddd794039164e358106736e0999314cc95622166febbdc5fd0029b
+SHA512 (sayaka-3.8.1.tar.gz) = a25bf917fb4f32b8f7da5fe63e25a21b5d9d90c7785021e41fb7d0d2a852ea6cf3458cd7a8260d0df825ecbb97145f64fbf54ba26edd5fd6afab4dcdb177cfe3
+Size (sayaka-3.8.1.tar.gz) = 267077 bytes
 SHA1 (patch-src_sayaka.c) = 68c84e54e2600c01bbeea9e21fa88f0f07156ed5



Home | Main Index | Thread Index | Old Index