Fri May 9 17:18:48 2014 UTC ()
Update to version 9.20, including security fix.

Changes:
- (libptytty) fix bug that prevented urxvtd from writing utmp
  entries when using --fork (reported by Ryan Kavanagh).
- security bugfix: window property values could be queried even
  in secure mode (reported by Phillip Hallam-Baker).
- fix build when perl is enabled and fading is disabled.
- fix regression that broke continuous scrolling when pressing
  and holding the scrollbar up or down button, gentoo bug #493992.
- increase the maximum length of a command sequence to 32k bytes,
  to allow longer OSC sequences (previous limit was 2k).
- new Ctrl-Meta-c and Ctrl-Meta-v bindings to interact with
  the CLIPBOARD selection.
- new extension: selection-to-clipboard.
- the extensions macosx-clipboard and macosx-clipboard-native
  are deprecated and will be removed in the next release.
  Support for the clipboard on OS X can be more generally
  enabled by setting the XQuartz preference to sync the OS X
  pasteboard and the X11 clipboard.


(morr)
diff -r1.49 -r1.50 pkgsrc/x11/rxvt-unicode/Makefile
diff -r1.12 -r1.13 pkgsrc/x11/rxvt-unicode/PLIST
diff -r1.23 -r1.24 pkgsrc/x11/rxvt-unicode/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/x11/rxvt-unicode/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/rxvt-unicode/Makefile 2013/11/30 23:24:10 1.49
+++ pkgsrc/x11/rxvt-unicode/Makefile 2014/05/09 17:18:48 1.50
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.49 2013/11/30 23:24:10 morr Exp $ 1# $NetBSD: Makefile,v 1.50 2014/05/09 17:18:48 morr Exp $
2 2
3DISTNAME= rxvt-unicode-9.19 3DISTNAME= rxvt-unicode-9.20
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \ 5MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \
6 http://dist.schmorp.de/rxvt-unicode/Attic/ 6 http://dist.schmorp.de/rxvt-unicode/Attic/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html 10HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html
11COMMENT= Clone of rxvt supporting Xft fonts and Unicode 11COMMENT= Clone of rxvt supporting Xft fonts and Unicode
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.12 -r1.13 pkgsrc/x11/rxvt-unicode/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/rxvt-unicode/PLIST 2013/01/20 13:34:54 1.12
+++ pkgsrc/x11/rxvt-unicode/PLIST 2014/05/09 17:18:48 1.13
@@ -1,61 +1,63 @@ @@ -1,61 +1,63 @@
1@comment $NetBSD: PLIST,v 1.12 2013/01/20 13:34:54 morr Exp $ 1@comment $NetBSD: PLIST,v 1.13 2014/05/09 17:18:48 morr Exp $
2bin/urxvt 2bin/urxvt
3bin/urxvtc 3bin/urxvtc
4bin/urxvtd 4bin/urxvtd
5${PLIST.perl}lib/urxvt/perl/background 5${PLIST.perl}lib/urxvt/perl/background
6${PLIST.perl}lib/urxvt/perl/bell-command 6${PLIST.perl}lib/urxvt/perl/bell-command
7${PLIST.perl}lib/urxvt/perl/block-graphics-to-ascii 7${PLIST.perl}lib/urxvt/perl/block-graphics-to-ascii
8${PLIST.perl}lib/urxvt/perl/clipboard-osc 8${PLIST.perl}lib/urxvt/perl/clipboard-osc
9${PLIST.perl}lib/urxvt/perl/confirm-paste 9${PLIST.perl}lib/urxvt/perl/confirm-paste
10${PLIST.perl}lib/urxvt/perl/digital-clock 10${PLIST.perl}lib/urxvt/perl/digital-clock
11${PLIST.perl}lib/urxvt/perl/example-refresh-hooks 11${PLIST.perl}lib/urxvt/perl/example-refresh-hooks
12${PLIST.perl}lib/urxvt/perl/keysym-list 12${PLIST.perl}lib/urxvt/perl/keysym-list
13${PLIST.perl}lib/urxvt/perl/kuake 13${PLIST.perl}lib/urxvt/perl/kuake
14${PLIST.perl}lib/urxvt/perl/macosx-clipboard 14${PLIST.perl}lib/urxvt/perl/macosx-clipboard
15${PLIST.perl}lib/urxvt/perl/macosx-clipboard-native 15${PLIST.perl}lib/urxvt/perl/macosx-clipboard-native
16${PLIST.perl}lib/urxvt/perl/matcher 16${PLIST.perl}lib/urxvt/perl/matcher
17${PLIST.perl}lib/urxvt/perl/option-popup 17${PLIST.perl}lib/urxvt/perl/option-popup
18${PLIST.perl}lib/urxvt/perl/overlay-osc 18${PLIST.perl}lib/urxvt/perl/overlay-osc
19${PLIST.perl}lib/urxvt/perl/readline 19${PLIST.perl}lib/urxvt/perl/readline
20${PLIST.perl}lib/urxvt/perl/remote-clipboard 20${PLIST.perl}lib/urxvt/perl/remote-clipboard
21${PLIST.perl}lib/urxvt/perl/searchable-scrollback 21${PLIST.perl}lib/urxvt/perl/searchable-scrollback
22${PLIST.perl}lib/urxvt/perl/selection 22${PLIST.perl}lib/urxvt/perl/selection
23${PLIST.perl}lib/urxvt/perl/selection-autotransform 23${PLIST.perl}lib/urxvt/perl/selection-autotransform
24${PLIST.perl}lib/urxvt/perl/selection-pastebin 24${PLIST.perl}lib/urxvt/perl/selection-pastebin
25${PLIST.perl}lib/urxvt/perl/selection-popup 25${PLIST.perl}lib/urxvt/perl/selection-popup
 26${PLIST.perl}lib/urxvt/perl/selection-to-clipboard
26${PLIST.perl}lib/urxvt/perl/tabbed 27${PLIST.perl}lib/urxvt/perl/tabbed
27${PLIST.perl}lib/urxvt/perl/urxvt-popup 28${PLIST.perl}lib/urxvt/perl/urxvt-popup
28${PLIST.perl}lib/urxvt/perl/xim-onthespot 29${PLIST.perl}lib/urxvt/perl/xim-onthespot
29${PLIST.perl}lib/urxvt/urxvt.pm 30${PLIST.perl}lib/urxvt/urxvt.pm
30${PLIST.perl}man/man1/urxvt-background.1 31${PLIST.perl}man/man1/urxvt-background.1
31${PLIST.perl}man/man1/urxvt-bell-command.1 32${PLIST.perl}man/man1/urxvt-bell-command.1
32${PLIST.perl}man/man1/urxvt-block-graphics-to-ascii.1 33${PLIST.perl}man/man1/urxvt-block-graphics-to-ascii.1
33${PLIST.perl}man/man1/urxvt-clipboard-osc.1 34${PLIST.perl}man/man1/urxvt-clipboard-osc.1
34${PLIST.perl}man/man1/urxvt-confirm-paste.1 35${PLIST.perl}man/man1/urxvt-confirm-paste.1
35${PLIST.perl}man/man1/urxvt-digital-clock.1 36${PLIST.perl}man/man1/urxvt-digital-clock.1
36${PLIST.perl}man/man1/urxvt-example-refresh-hooks.1 37${PLIST.perl}man/man1/urxvt-example-refresh-hooks.1
37${PLIST.perl}man/man1/urxvt-extensions.1 38${PLIST.perl}man/man1/urxvt-extensions.1
38${PLIST.perl}man/man1/urxvt-keysym-list.1 39${PLIST.perl}man/man1/urxvt-keysym-list.1
39${PLIST.perl}man/man1/urxvt-kuake.1 40${PLIST.perl}man/man1/urxvt-kuake.1
40${PLIST.perl}man/man1/urxvt-macosx-clipboard-native.1 41${PLIST.perl}man/man1/urxvt-macosx-clipboard-native.1
41${PLIST.perl}man/man1/urxvt-macosx-clipboard.1 42${PLIST.perl}man/man1/urxvt-macosx-clipboard.1
42${PLIST.perl}man/man1/urxvt-matcher.1 43${PLIST.perl}man/man1/urxvt-matcher.1
43${PLIST.perl}man/man1/urxvt-option-popup.1 44${PLIST.perl}man/man1/urxvt-option-popup.1
44${PLIST.perl}man/man1/urxvt-overlay-osc.1 45${PLIST.perl}man/man1/urxvt-overlay-osc.1
45${PLIST.perl}man/man1/urxvt-readline.1 46${PLIST.perl}man/man1/urxvt-readline.1
46${PLIST.perl}man/man1/urxvt-remote-clipboard.1 47${PLIST.perl}man/man1/urxvt-remote-clipboard.1
47${PLIST.perl}man/man1/urxvt-searchable-scrollback.1 48${PLIST.perl}man/man1/urxvt-searchable-scrollback.1
48${PLIST.perl}man/man1/urxvt-selection-autotransform.1 49${PLIST.perl}man/man1/urxvt-selection-autotransform.1
49${PLIST.perl}man/man1/urxvt-selection-pastebin.1 50${PLIST.perl}man/man1/urxvt-selection-pastebin.1
50${PLIST.perl}man/man1/urxvt-selection-popup.1 51${PLIST.perl}man/man1/urxvt-selection-popup.1
 52${PLIST.perl}man/man1/urxvt-selection-to-clipboard.1
51${PLIST.perl}man/man1/urxvt-selection.1 53${PLIST.perl}man/man1/urxvt-selection.1
52${PLIST.perl}man/man1/urxvt-tabbed.1 54${PLIST.perl}man/man1/urxvt-tabbed.1
53${PLIST.perl}man/man1/urxvt-xim-onthespot.1 55${PLIST.perl}man/man1/urxvt-xim-onthespot.1
54man/man1/urxvt.1 56man/man1/urxvt.1
55man/man1/urxvtc.1 57man/man1/urxvtc.1
56man/man1/urxvtd.1 58man/man1/urxvtd.1
57${PLIST.perl}man/man3/urxvtperl.3 59${PLIST.perl}man/man3/urxvtperl.3
58man/man7/urxvt.7 60man/man7/urxvt.7
59share/doc/rxvt-unicode/README.FAQ 61share/doc/rxvt-unicode/README.FAQ
60share/examples/rxvt-unicode/rxvt-unicode.termcap 62share/examples/rxvt-unicode/rxvt-unicode.termcap
61share/examples/rxvt-unicode/rxvt-unicode.terminfo 63share/examples/rxvt-unicode/rxvt-unicode.terminfo

cvs diff -r1.23 -r1.24 pkgsrc/x11/rxvt-unicode/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/rxvt-unicode/distinfo 2013/11/30 23:24:10 1.23
+++ pkgsrc/x11/rxvt-unicode/distinfo 2014/05/09 17:18:48 1.24
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.23 2013/11/30 23:24:10 morr Exp $ 1$NetBSD: distinfo,v 1.24 2014/05/09 17:18:48 morr Exp $
2 2
3SHA1 (rxvt-unicode-9.19.tar.bz2) = 979f990b73cf057d81f25884668f362b5a748154 3SHA1 (rxvt-unicode-9.20.tar.bz2) = 6214c7893a8c968936103e255a1d3d1e9868abf9
4RMD160 (rxvt-unicode-9.19.tar.bz2) = 676ade0999389ee918c3c264b2a100308a8dd41f 4RMD160 (rxvt-unicode-9.20.tar.bz2) = 98e8b281ed39f501df4de2366196fb2e46881d7c
5Size (rxvt-unicode-9.19.tar.bz2) = 914096 bytes 5Size (rxvt-unicode-9.20.tar.bz2) = 916598 bytes
6SHA1 (patch-Makefile.in) = 1c2890e2057d062f823f944fc2ecd2258f14b61e 6SHA1 (patch-Makefile.in) = 1c2890e2057d062f823f944fc2ecd2258f14b61e
7SHA1 (patch-configure) = bd8a6fb21a02f7df6c29a932de10fdc2213ae8b0 7SHA1 (patch-configure) = bd8a6fb21a02f7df6c29a932de10fdc2213ae8b0
8SHA1 (patch-doc_Makefile.in) = 8465193e21878a18ae467dc50a336a65f1bd4de7 8SHA1 (patch-doc_Makefile.in) = 8465193e21878a18ae467dc50a336a65f1bd4de7