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


(leot)
diff -r1.7 -r1.8 pkgsrc/x11/st-term/Makefile
diff -r1.3 -r1.4 pkgsrc/x11/st-term/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/x11/st-term/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/st-term/Makefile 2018/03/15 10:52:38 1.7
+++ pkgsrc/x11/st-term/Makefile 2018/03/21 10:32:15 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2018/03/15 10:52:38 leot Exp $ 1# $NetBSD: Makefile,v 1.8 2018/03/21 10:32:15 leot Exp $
2 2
3DISTNAME= st-0.8 3DISTNAME= st-0.8.1
4PKGNAME= ${DISTNAME:S/-/-term-/} 4PKGNAME= ${DISTNAME:S/-/-term-/}
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= https://dl.suckless.org/st/ 6MASTER_SITES= https://dl.suckless.org/st/
7 7
8MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= https://st.suckless.org/ 9HOMEPAGE= https://st.suckless.org/
10COMMENT= Simple terminal implementation for X 10COMMENT= Simple terminal implementation for X
11LICENSE= mit 11LICENSE= mit
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16

cvs diff -r1.3 -r1.4 pkgsrc/x11/st-term/distinfo (expand / switch to unified diff)

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