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

Modified Files:
        irssi-ssl.info irssi-ssl.patch 
Log Message:
patch memory leak, modernize dependencies


Index: irssi-ssl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/irssi-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- irssi-ssl.patch     15 Jul 2004 22:09:58 -0000      1.1
+++ irssi-ssl.patch     20 Dec 2006 07:57:27 -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-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/irssi-ssl.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- irssi-ssl.info      24 Mar 2006 20:49:36 -0000      1.11
+++ irssi-ssl.info      20 Dec 2006 07:57:27 -0000      1.12
@@ -1,6 +1,6 @@
 Package: irssi-ssl
 Version: 0.8.10a
-Revision: 1
+Revision: 2
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 BuildDepends: <<
  openssl097-dev,
@@ -8,13 +8,15 @@
  fink (>= 0.13.0-1),
  libncurses5,
  pkgconfig,
- gettext-dev,
+ libgettext3-dev,
  libiconv-dev
 <<
 Depends: <<
  openssl097-shlibs,
  glib2-shlibs,
  libncurses5-shlibs,
+ libgettext3-shlibs,
+ libiconv,
  perl581-core
 <<
 Conflicts: irssi
@@ -73,5 +75,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: Restrictive


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