pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/rxvt-unicode Update to version 9.20, including sec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b73b561c1171
branches:  trunk
changeset: 634143:b73b561c1171
user:      morr <morr%pkgsrc.org@localhost>
date:      Fri May 09 17:18:48 2014 +0000

description:
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:

 x11/rxvt-unicode/Makefile |  4 ++--
 x11/rxvt-unicode/PLIST    |  4 +++-
 x11/rxvt-unicode/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 3a785a6c829f -r b73b561c1171 x11/rxvt-unicode/Makefile
--- a/x11/rxvt-unicode/Makefile Fri May 09 16:53:27 2014 +0000
+++ b/x11/rxvt-unicode/Makefile Fri May 09 17:18:48 2014 +0000
@@ -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 -r 3a785a6c829f -r b73b561c1171 x11/rxvt-unicode/PLIST
--- a/x11/rxvt-unicode/PLIST    Fri May 09 16:53:27 2014 +0000
+++ b/x11/rxvt-unicode/PLIST    Fri May 09 17:18:48 2014 +0000
@@ -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-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-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 -r 3a785a6c829f -r b73b561c1171 x11/rxvt-unicode/distinfo
--- a/x11/rxvt-unicode/distinfo Fri May 09 16:53:27 2014 +0000
+++ b/x11/rxvt-unicode/distinfo Fri May 09 17:18:48 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index