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 | |
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.
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/PLIST | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index b9c622b671e..4436b87a996 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2013/11/30 23:24:10 morr Exp $ +# $NetBSD: Makefile,v 1.50 2014/05/09 17:18:48 morr Exp $ -DISTNAME= rxvt-unicode-9.19 +DISTNAME= rxvt-unicode-9.20 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ \ http://dist.schmorp.de/rxvt-unicode/Attic/ 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 diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 1b8e1f3e180..ae5c38aebd6 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2013/11/30 23:24:10 morr Exp $ +$NetBSD: distinfo,v 1.24 2014/05/09 17:18:48 morr Exp $ -SHA1 (rxvt-unicode-9.19.tar.bz2) = 979f990b73cf057d81f25884668f362b5a748154 -RMD160 (rxvt-unicode-9.19.tar.bz2) = 676ade0999389ee918c3c264b2a100308a8dd41f -Size (rxvt-unicode-9.19.tar.bz2) = 914096 bytes +SHA1 (rxvt-unicode-9.20.tar.bz2) = 6214c7893a8c968936103e255a1d3d1e9868abf9 +RMD160 (rxvt-unicode-9.20.tar.bz2) = 98e8b281ed39f501df4de2366196fb2e46881d7c +Size (rxvt-unicode-9.20.tar.bz2) = 916598 bytes SHA1 (patch-Makefile.in) = 1c2890e2057d062f823f944fc2ecd2258f14b61e SHA1 (patch-configure) = bd8a6fb21a02f7df6c29a932de10fdc2213ae8b0 SHA1 (patch-doc_Makefile.in) = 8465193e21878a18ae467dc50a336a65f1bd4de7 |