pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kterm Bump PKGREVISION



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9375a562f094
branches:  trunk
changeset: 604181:9375a562f094
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu May 24 19:54:44 2012 +0000

description:
Bump PKGREVISION

Copy and paste cause segfault when UTF-8 character are hold in selection.
Reported on twitter and analysed by @oshimyja.

Use ext05 patch that does not contain UTF-8 specific copy/paste code.

diffstat:

 x11/kterm/Makefile |  6 +++---
 x11/kterm/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r f37386483abf -r 9375a562f094 x11/kterm/Makefile
--- a/x11/kterm/Makefile        Thu May 24 19:44:07 2012 +0000
+++ b/x11/kterm/Makefile        Thu May 24 19:54:44 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2012/05/03 09:55:32 obache Exp $
+# $NetBSD: Makefile,v 1.55 2012/05/24 19:54:44 ryoon Exp $
 
 DISTNAME=      kterm-6.2.0
-PKGREVISION=   20
+PKGREVISION=   21
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XCONTRIB:=applications/}
 
@@ -10,7 +10,7 @@
 PATCHFILES=    kterm-6.2.0-termios-wd0.2.patch2 \
                kterm-6.2.0-scroll-wd0.2.patch \
                kterm-6.2.0.NFS-xauth.patch \
-               kterm-6.2.0.ext06.patch.gz
+               kterm-6.2.0.ext05.patch.gz
 PATCH_DIST_STRIP= -p1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r f37386483abf -r 9375a562f094 x11/kterm/distinfo
--- a/x11/kterm/distinfo        Thu May 24 19:44:07 2012 +0000
+++ b/x11/kterm/distinfo        Thu May 24 19:54:44 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2012/01/13 16:53:28 ryoon Exp $
+$NetBSD: distinfo,v 1.22 2012/05/24 19:54:44 ryoon Exp $
 
 SHA1 (kterm-6.2.0-scroll-wd0.2.patch) = 384d938d3cfea48ae31426c918be6b8df59eb1de
 RMD160 (kterm-6.2.0-scroll-wd0.2.patch) = e2ea4285def5c4ec8b88d36a20a328cc1082a469
@@ -9,9 +9,9 @@
 SHA1 (kterm-6.2.0.NFS-xauth.patch) = 940298d2ae3f45d4b2c80f29687c90a09d9a6cb0
 RMD160 (kterm-6.2.0.NFS-xauth.patch) = dd4aa490abeea768e74b97baba6ea29f79299328
 Size (kterm-6.2.0.NFS-xauth.patch) = 4137 bytes
-SHA1 (kterm-6.2.0.ext06.patch.gz) = aa7e4b7c96fd39f0b7a247734ca3992d3faa0243
-RMD160 (kterm-6.2.0.ext06.patch.gz) = 3486869425a85496714ef98493f32188fffcfe38
-Size (kterm-6.2.0.ext06.patch.gz) = 78729 bytes
+SHA1 (kterm-6.2.0.ext05.patch.gz) = 025b1413341024b1c1e121365b9684d0318c397e
+RMD160 (kterm-6.2.0.ext05.patch.gz) = 64be59f79c5755b23805d9f1a1e0f6a458f825ea
+Size (kterm-6.2.0.ext05.patch.gz) = 74741 bytes
 SHA1 (kterm-6.2.0.tar.gz) = 23b612254e9f7c9f5e233a4bcacc651887a3f7ee
 RMD160 (kterm-6.2.0.tar.gz) = d23c755f119b5602a3c6f6ac97e27e10c43a8bfe
 Size (kterm-6.2.0.tar.gz) = 200448 bytes



Home | Main Index | Thread Index | Old Index