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:           Wed Mar 21 10:32:15 UTC 2018

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

Log Message:
st-term: Update x11/st-term to 0.8.1

Changes:
0.8.1
-----
Regression fixes:
- Restore the old behaviour that the primary doesn't get deleted by a simple
  left click. Thanks, Daniel Tameling.
- Fix regression from commit 69e32a6 when setting the title. Thanks, quinq.

Fixes:
- Fix use after free, this code was always fragile, but triggered using the
  rewritten code.
- Don't modify argv: on some platforms (OpenBSD) arg.h used to change the
  exposed argv in tools using the kvm_* interface, such as ps and pgrep.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/st-term/Makefile
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/x11/st-term/Makefile:1.8
--- pkgsrc/x11/st-term/Makefile:1.7     Thu Mar 15 10:52:38 2018
+++ pkgsrc/x11/st-term/Makefile Wed Mar 21 10:32:15 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/03/15 10:52:38 leot Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/21 10:32:15 leot Exp $
 
-DISTNAME=      st-0.8
+DISTNAME=      st-0.8.1
 PKGNAME=       ${DISTNAME:S/-/-term-/}
 CATEGORIES=    x11
 MASTER_SITES=  https://dl.suckless.org/st/

Index: pkgsrc/x11/st-term/distinfo
diff -u pkgsrc/x11/st-term/distinfo:1.3 pkgsrc/x11/st-term/distinfo:1.4
--- pkgsrc/x11/st-term/distinfo:1.3     Thu Mar 15 10:52:38 2018
+++ pkgsrc/x11/st-term/distinfo Wed Mar 21 10:32:15 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/03/15 10:52:38 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/03/21 10:32:15 leot Exp $
 
-SHA1 (st-0.8.tar.gz) = 940cc305bf6f138c256cd3c07b334993645c663c
-RMD160 (st-0.8.tar.gz) = 4880f960be2dfd182350b58115bf7bc969a0181f
-SHA512 (st-0.8.tar.gz) = 47af80560f3bd803719b83e95affcb5425fed419fa4703dbd66ee2080f6671597aaba8110f3f7959190e8c3e2b02c62edf062fab950b2649f1d8c532c183de84
-Size (st-0.8.tar.gz) = 45401 bytes
+SHA1 (st-0.8.1.tar.gz) = 3ce42998720b9285186608bb38d88bb1c80a620a
+RMD160 (st-0.8.1.tar.gz) = 9625f6119c2356d6741e9955e27500e39615b11d
+SHA512 (st-0.8.1.tar.gz) = 787d35b0cc8b1435dad7809e9995bed3c7f781e012a4a43dd5ae3d670ebc0e4bc03a56ba3872ff8a3bdba316a41ba771c626adc8de0559296457a59170756c6b
+Size (st-0.8.1.tar.gz) = 45423 bytes



Home | Main Index | Thread Index | Old Index