Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25469/10.3/unstable/main/finkinfo/net

Modified Files:
        irssi.info irssi.patch 
Log Message:
propagate dependency fix and double-free patch


Index: irssi.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/irssi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- irssi.patch 15 Jul 2004 22:09:57 -0000      1.1
+++ irssi.patch 21 Dec 2006 02:53:42 -0000      1.2
@@ -15,3 +15,15 @@
  
            CURSES_LIBS="-L$withval/lib -lncurses"
            echo "$as_me:$LINENO: checking for initscr in -lncurses" >&5
+--- irssi-0.8.10/src/irc/dcc/Backup/dcc.c.~1~  2005-12-08 18:32:48.000000000 
+0100
++++ irssi-0.8.10/src/irc/dcc/dcc.c     2006-01-17 08:51:35.000000000 +0100
+@@ -58,8 +58,8 @@
+ 
+       pos = gslist_find_string(dcc_types, type);
+       if (pos != NULL) {
+-                dcc_types = g_slist_remove(dcc_types, pos->data);
+               g_free(pos->data);
++                dcc_types = g_slist_remove(dcc_types, pos->data);
+       }
+ }
+ 

Index: irssi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/net/irssi.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- irssi.info  24 Mar 2006 20:49:36 -0000      1.12
+++ irssi.info  21 Dec 2006 02:53:42 -0000      1.13
@@ -1,18 +1,20 @@
 Package: irssi
 Version: 0.8.10a
-Revision: 1
+Revision: 2
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: <<
  glib2-dev,
  fink (>= 0.13.0-1),
  libncurses5,
  pkgconfig,
- gettext-dev,
+ libgettext3-dev,
  libiconv-dev
 <<
 Depends: <<
  glib2-shlibs,
  libncurses5-shlibs,
+ libgettext3-shlibs,
+ libiconv,
  perl581-core
 <<
 Conflicts: irssi-ssl
@@ -68,5 +70,9 @@
  Update the podfiles manually, due to fink changes for Type: perl
  Enabled IRC proxy support
 <<
+DescPort: <<
+  Patch memory leak in /quit
+  See http://bugs.irssi.org/index.php?do=details&id=369
+<<
 Homepage: http://www.irssi.org/
 License: GPL


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to