pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/chat/xchat Pullup ticket 753 - requested by Ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7173510c91bd
branches: pkgsrc-2005Q2
changeset: 496075:7173510c91bd
user: salo <salo%pkgsrc.org@localhost>
date: Wed Sep 14 11:31:33 2005 +0000
description:
Pullup ticket 753 - requested by Matthias Scheler
security update for xchat
Revisions pulled up:
- pkgsrc/chat/xchat/Makefile.common 1.44, 1.45
- pkgsrc/chat/xchat/PLIST 1.7
- pkgsrc/chat/xchat/distinfo 1.24, 1.25
Module Name: pkgsrc
Committed By: tron
Date: Tue Aug 23 22:48:07 UTC 2005
Modified Files:
pkgsrc/chat/xchat: Makefile Makefile.common PLIST distinfo
Log Message:
Update "xchat" to version 2.4.4. Change since version 2.4.3:
- Updated translations (hi, ko, lt, pa, ru, vi, zh_TW).
- People's away message is now shown in the right-click menu, if
known (Christopher Aillon).
- The "Bind to:" setting can now be set to 0.0.0.0 [1176256].
- Plugin API: Don't crash if a print-event closes the current context
and doesn't eat the event [1175674].
- Disabled parsing of quotation marks for /JOIN, so you can join
channels with a quote in them (Dan Fruehauf).
- Fixed truncation of the URL in the right-click menu. Now handles
UTF-8 properly [1188229].
- Fixed use of CP1255 charset, which would chop the last char when
receiving messages [1122089].
- The DCC windows now allow multiple selection and the columns auto
resize (Dan Fruehauf).
- Added "CTCP Sound to Channel" event [1159445].
- You can now drag and drop files into dialog windows to start file
transfers.
- Fixed: "XChat can't ban users with long idents" (Dan Fruehauf)
[1159447].
- Implemented taskbar flashing on unix. Requires a window manager
or taskbar that supports XUrgency flag (Adil).
---
Module Name: pkgsrc
Committed By: tron
Date: Mon Sep 12 12:56:41 UTC 2005
Modified Files:
pkgsrc/chat/xchat: Makefile Makefile.common distinfo
Log Message:
Update "xchat" package to version 2.4.5. Changes since version 2.4.4:
- Updated translations (cs, el, fr, gl, it, nl, sl, sr, vi, zh_TW).
- Fixed incorrect information displayed in Plugins & scripts window
under unix (xc244-fixpluginns.diff).
- Added "/set irc_whois_front 1" option to show WHOIS in front tab.
- Lots of speed ups under the hood, mainly in handling of URL
highlighting during mouse motion. Also now allows underlining
.name and .info domains [1230265].
- Moved the "Insert color code" menu into the input box's right-
click menu.
- Fixed "Your Message" messing up when starting with a comma
[1230269].
- Added /id command to identify yourself to nickserv.
- Added /gui MSGBOX <text> for scripters.
- Added /menu command which lets plugins/scripts add their own
menu items.
- Added support for passive DCC chat via /DCC PCHAT <nick>.
- Added support for DCC sending and receiving very large files
(above 4 GB).
- Improved layout of "Info" button in the DCC windows.
- Improved layout of the nick-name right-click menu.
- Improved /help command's display of plugins/script commands.
- Fixed two bugs in detaching tabs (or CTRL-I) [1228926].
- Added /uselect command for scripters to select nick names in the
channel userlist (Daniel P. Stasinski).
- Fixed possible crashes while using the SJIS (Japanese) charset.
- Fixed various memory leaks in right-click menus.
diffstat:
chat/xchat/Makefile.common | 4 ++--
chat/xchat/PLIST | 4 +++-
chat/xchat/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r 535e32bfde25 -r 7173510c91bd chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common Sat Sep 10 11:17:33 2005 +0000
+++ b/chat/xchat/Makefile.common Wed Sep 14 11:31:33 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.41 2005/06/06 11:43:50 tron Exp $
+# $NetBSD: Makefile.common,v 1.41.2.1 2005/09/14 11:31:33 salo Exp $
#
# Please do not merge this file into "Makefile" because it is used by
# packages in "pkgsrc-wip".
-DISTNAME= xchat-2.4.3
+DISTNAME= xchat-2.4.5
CATEGORIES= chat gnome
MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2
diff -r 535e32bfde25 -r 7173510c91bd chat/xchat/PLIST
--- a/chat/xchat/PLIST Sat Sep 10 11:17:33 2005 +0000
+++ b/chat/xchat/PLIST Wed Sep 14 11:31:33 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/06/06 11:35:39 tron Exp $
+@comment $NetBSD: PLIST,v 1.6.2.1 2005/09/14 11:31:33 salo Exp $
bin/xchat
bin/xchat-text
share/applications/xchat.desktop
@@ -15,6 +15,7 @@
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xchat.mo
@@ -25,6 +26,7 @@
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xchat.mo
diff -r 535e32bfde25 -r 7173510c91bd chat/xchat/distinfo
--- a/chat/xchat/distinfo Sat Sep 10 11:17:33 2005 +0000
+++ b/chat/xchat/distinfo Wed Sep 14 11:31:33 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2005/06/06 11:35:39 tron Exp $
+$NetBSD: distinfo,v 1.23.2.1 2005/09/14 11:31:33 salo Exp $
-SHA1 (xchat-2.4.3.tar.bz2) = 9cc9ed984d271feffca8ee0cee53404c05a10843
-RMD160 (xchat-2.4.3.tar.bz2) = 2222632f2c3db2eac260547e952047bcc450b731
-Size (xchat-2.4.3.tar.bz2) = 1259520 bytes
+SHA1 (xchat-2.4.5.tar.bz2) = e027a20caa47b4ffea00896ee68269a7ae885e2d
+RMD160 (xchat-2.4.5.tar.bz2) = 19d1033d01af784f8b7af5103a7de8cf3a26f3fb
+Size (xchat-2.4.5.tar.bz2) = 1324626 bytes
Home |
Main Index |
Thread Index |
Old Index