summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2005-09-14 11:31:33 +0000
committersalo <salo>2005-09-14 11:31:33 +0000
commitf66ea4e8b92c2d901e5d4a2f9dbcab94dbbd4ef9 (patch)
tree0eb990b5fec26bc3a411b3c367d421b6da4710b0
parentc6f16779acdfac1a9f1aa8785a1845af33b1c74b (diff)
downloadpkgsrc-f66ea4e8b92c2d901e5d4a2f9dbcab94dbbd4ef9.tar.gz
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.
-rw-r--r--chat/xchat/Makefile.common4
-rw-r--r--chat/xchat/PLIST4
-rw-r--r--chat/xchat/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common
index 38086269264..08f0465a130 100644
--- a/chat/xchat/Makefile.common
+++ b/chat/xchat/Makefile.common
@@ -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 --git a/chat/xchat/PLIST b/chat/xchat/PLIST
index 65cf7f2a1e5..dc02d36dba8 100644
--- a/chat/xchat/PLIST
+++ b/chat/xchat/PLIST
@@ -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/et/LC_MESSAGES/xchat.mo
${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/ms/LC_MESSAGES/xchat.mo
${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 --git a/chat/xchat/distinfo b/chat/xchat/distinfo
index 1299314d166..37487853ead 100644
--- a/chat/xchat/distinfo
+++ b/chat/xchat/distinfo
@@ -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