rev 7410 - in trunk/packages/kdenetwork/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Oct 11 18:35:54 UTC 2007


Author: ana
Date: 2007-10-11 18:35:54 +0000 (Thu, 11 Oct 2007)
New Revision: 7410

Added:
   trunk/packages/kdenetwork/debian/patches/23_ksirc_allow-colon-password.diff
Modified:
   trunk/packages/kdenetwork/debian/changelog
Log:
new patch+fixed bug


Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2007-10-11 18:15:35 UTC (rev 7409)
+++ trunk/packages/kdenetwork/debian/changelog	2007-10-11 18:35:54 UTC (rev 7410)
@@ -1,9 +1,11 @@
 kdenetwork (4:3.5.8-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release. (Closes: #444716, #369345)
   * Resync patches. Applied upstream: 01_branch_673108-673109_kopete_webcam_fix 
     01_branch_673117-673118_kopete_toolbar_fix.diff
   * Redo buildprep and bump build-dependencies to 3.5.8.
+  * Add patch 23_ksirc_allow-colon-password.diff: ksirc allow colons in servers
+    password. Thanks to Frans Pop. (Closes: #438796)
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 11 Oct 2007 19:38:03 +0200
 

Added: trunk/packages/kdenetwork/debian/patches/23_ksirc_allow-colon-password.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/23_ksirc_allow-colon-password.diff	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/23_ksirc_allow-colon-password.diff	2007-10-11 18:35:54 UTC (rev 7410)
@@ -0,0 +1,13 @@
+--- kdenetwork-3.5.5/ksirc/dsirc.orig	2007-08-19 20:26:45.000000000 +0200
++++ kdenetwork-3.5.5/ksirc/dsirc	2007-08-19 20:26:55.000000000 +0200
+@@ -114,8 +114,8 @@
+ $nick=$opt_n || $ARGV[0] || $ENV{"SIRCNICK"} || $ENV{"IRCNICK"} || $username;
+ $set{"FINGER"}=$ENV{"IRCFINGER"} || "keep your fingers to yourself";
+ $set{"USERINFO"}=$ENV{"USERINFO"} || "yep, I'm a user";
+-if ($server =~ /^\[([^\]]+)\]:([0-9]*):?([^:]*)$/
+-    or $server =~ /^([^:]+):([0-9]*):?([^:]*)$/)
++if ($server =~ /^\[([^\]]+)\]:([0-9]*):?(.*)$/
++    or $server =~ /^([^:]+):([0-9]*):?(.*)$/)
+ {
+ 	($server, $port, $pass)=($1, $2, $3);
+ }




More information about the pkg-kde-commits mailing list