diff options
author | morr <morr@pkgsrc.org> | 2014-05-09 17:18:48 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2014-05-09 17:18:48 +0000 |
commit | 276a95d736e91414b1ba3e59be261acd5594d25f (patch) | |
tree | 3023b64b8c134a4f19c4646abafb5951f3be99cb /x11/rxvt-unicode/PLIST | |
parent | aed638d3d886087646773d1ec1509ffa73582c8a (diff) | |
download | pkgsrc-276a95d736e91414b1ba3e59be261acd5594d25f.tar.gz |
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.
Diffstat (limited to 'x11/rxvt-unicode/PLIST')
-rw-r--r-- | x11/rxvt-unicode/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/PLIST b/x11/rxvt-unicode/PLIST index 56d367fb272..e61b43c2aef 100644 --- a/x11/rxvt-unicode/PLIST +++ b/x11/rxvt-unicode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2013/01/20 13:34:54 morr Exp $ +@comment $NetBSD: PLIST,v 1.13 2014/05/09 17:18:48 morr Exp $ bin/urxvt bin/urxvtc bin/urxvtd @@ -23,6 +23,7 @@ ${PLIST.perl}lib/urxvt/perl/selection ${PLIST.perl}lib/urxvt/perl/selection-autotransform ${PLIST.perl}lib/urxvt/perl/selection-pastebin ${PLIST.perl}lib/urxvt/perl/selection-popup +${PLIST.perl}lib/urxvt/perl/selection-to-clipboard ${PLIST.perl}lib/urxvt/perl/tabbed ${PLIST.perl}lib/urxvt/perl/urxvt-popup ${PLIST.perl}lib/urxvt/perl/xim-onthespot @@ -48,6 +49,7 @@ ${PLIST.perl}man/man1/urxvt-searchable-scrollback.1 ${PLIST.perl}man/man1/urxvt-selection-autotransform.1 ${PLIST.perl}man/man1/urxvt-selection-pastebin.1 ${PLIST.perl}man/man1/urxvt-selection-popup.1 +${PLIST.perl}man/man1/urxvt-selection-to-clipboard.1 ${PLIST.perl}man/man1/urxvt-selection.1 ${PLIST.perl}man/man1/urxvt-tabbed.1 ${PLIST.perl}man/man1/urxvt-xim-onthespot.1 |