pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/st-term



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 24 20:53:39 UTC 2024

Modified Files:
        pkgsrc/x11/st-term: Makefile distinfo

Log Message:
st-term: Update to 0.9.1

Changes:
0.9.1
-----
- Fix: bounds checks of dc.col.
- Fix: buffer overflow when handling long composed input.
- Ignore C1 control characters in UTF-8 mode.
- Improvements to cell handling and wide characters.
- Default config: decrease the default minlatency.
- Various other terminal fixes and compatibility improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/st-term/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/st-term/distinfo

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

Modified files:

Index: pkgsrc/x11/st-term/Makefile
diff -u pkgsrc/x11/st-term/Makefile:1.17 pkgsrc/x11/st-term/Makefile:1.18
--- pkgsrc/x11/st-term/Makefile:1.17    Sun Nov 12 13:24:30 2023
+++ pkgsrc/x11/st-term/Makefile Sun Mar 24 20:53:39 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2023/11/12 13:24:30 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/03/24 20:53:39 leot Exp $
 
-DISTNAME=      st-0.9
+DISTNAME=      st-0.9.1
 PKGNAME=       ${DISTNAME:S/-/-term-/}
-PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  https://dl.suckless.org/st/
 

Index: pkgsrc/x11/st-term/distinfo
diff -u pkgsrc/x11/st-term/distinfo:1.11 pkgsrc/x11/st-term/distinfo:1.12
--- pkgsrc/x11/st-term/distinfo:1.11    Sun Oct  9 12:40:57 2022
+++ pkgsrc/x11/st-term/distinfo Sun Mar 24 20:53:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/10/09 12:40:57 leot Exp $
+$NetBSD: distinfo,v 1.12 2024/03/24 20:53:39 leot Exp $
 
-BLAKE2s (st-0.9.tar.gz) = cc853e71e55e78d19e056da73a1690da338fa8bd6ec281c8b681c1ef8c72b427
-SHA512 (st-0.9.tar.gz) = 8d996a68d55c63d84da9962911b076ef437842e8cd83d74672d95531dfbaea91e049430886459a99e859ec760bb3754e94bbe1f646410998725e5a8997fb70ea
-Size (st-0.9.tar.gz) = 48171 bytes
+BLAKE2s (st-0.9.1.tar.gz) = a8416212632e35ba38d01a83af97b033382f7f19e227b33d142a40cdb8cf517b
+SHA512 (st-0.9.1.tar.gz) = 88406dcd7befb9cf88ffa41a235dfd330b4448834e0af4b6318b1eff6cf29bc9ea9aafc3343ddf5a7ae3871b82fa1a7c349df866bc944ae0412aa1ce95c40007
+Size (st-0.9.1.tar.gz) = 48412 bytes



Home | Main Index | Thread Index | Old Index