garnome r6114 - in branches/gnome-2-20: . fifth-toe/pidgin fifth-toe/xchat fifth-toe/xchat/files



Author: jsacco
Date: Mon Jan  7 00:08:09 2008
New Revision: 6114
URL: http://svn.gnome.org/viewvc/garnome?rev=6114&view=rev

Log:
fifth-toe/xchat: add upstream patch: xc284-fix-scrollbfdleak.diff
fifth-toe/pidgin: bump version to 2.3.1


Added:
   branches/gnome-2-20/fifth-toe/xchat/files/xc284-fix-scrollbfdleak.diff
Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/fifth-toe/pidgin/Makefile
   branches/gnome-2-20/fifth-toe/pidgin/checksums
   branches/gnome-2-20/fifth-toe/xchat/Makefile
   branches/gnome-2-20/fifth-toe/xchat/checksums

Modified: branches/gnome-2-20/ChangeLog
==============================================================================
--- branches/gnome-2-20/ChangeLog	(original)
+++ branches/gnome-2-20/ChangeLog	Mon Jan  7 00:08:09 2008
@@ -1,5 +1,8 @@
 2008-01-06  Joseph Sacco <jsacco gnome org>
 
+	* fifth-toe/xchat: add upstream patch: xc284-fix-scrollbfdleak.diff
+	* fifth-toe/pidgin: bump version to 2.3.1
+
 	* geektoys/libgpod: bump version to 0.6.0
 
 2008-01-03  Joseph Sacco <jsacco gnome org>

Modified: branches/gnome-2-20/fifth-toe/pidgin/Makefile
==============================================================================
--- branches/gnome-2-20/fifth-toe/pidgin/Makefile	(original)
+++ branches/gnome-2-20/fifth-toe/pidgin/Makefile	Mon Jan  7 00:08:09 2008
@@ -1,5 +1,5 @@
 GARNAME = pidgin
-GARVERSION = 2.2.2
+GARVERSION = 2.3.1
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 

Modified: branches/gnome-2-20/fifth-toe/pidgin/checksums
==============================================================================
--- branches/gnome-2-20/fifth-toe/pidgin/checksums	(original)
+++ branches/gnome-2-20/fifth-toe/pidgin/checksums	Mon Jan  7 00:08:09 2008
@@ -1 +1 @@
-7c8fc5a55959b84c6e4c57a11bc0707a  download/pidgin-2.2.2.tar.bz2
+0a593c2c343d5b854bd2cd2be7542f40  download/pidgin-2.3.1.tar.bz2

Modified: branches/gnome-2-20/fifth-toe/xchat/Makefile
==============================================================================
--- branches/gnome-2-20/fifth-toe/xchat/Makefile	(original)
+++ branches/gnome-2-20/fifth-toe/xchat/Makefile	Mon Jan  7 00:08:09 2008
@@ -2,7 +2,7 @@
 GARVERSION = 2.8.4
 CATEGORIES = fifth-toe
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-PATCHFILES = xc284-improvescrollback.diff xc284-scrollbmkdir.diff
+PATCHFILES = xc284-fix-scrollbfdleak.diff xc284-improvescrollback.diff xc284-scrollbmkdir.diff
 
 MASTER_SITES = http://xchat.org/files/source/2.8/
 

Modified: branches/gnome-2-20/fifth-toe/xchat/checksums
==============================================================================
--- branches/gnome-2-20/fifth-toe/xchat/checksums	(original)
+++ branches/gnome-2-20/fifth-toe/xchat/checksums	Mon Jan  7 00:08:09 2008
@@ -1,3 +1,4 @@
 66d60febc62a01bafac9bb3a35fb37ae  download/xchat-2.8.4.tar.bz2
+2d52e27996cfb9351cf109b239344ace  download/xc284-fix-scrollbfdleak.diff
 a202ee20d7f04f0a515f32190acb65d8  download/xc284-improvescrollback.diff
 e6f0279d8c01cbe6a6bf698add6113fa  download/xc284-scrollbmkdir.diff

Added: branches/gnome-2-20/fifth-toe/xchat/files/xc284-fix-scrollbfdleak.diff
==============================================================================
--- (empty file)
+++ branches/gnome-2-20/fifth-toe/xchat/files/xc284-fix-scrollbfdleak.diff	Mon Jan  7 00:08:09 2008
@@ -0,0 +1,14 @@
+#
+# Scrollback shrinking code forgets to close().
+#
+--- xchat-2.8.4/src/common/text.c	2007-06-13 19:59:56.000000000 +1000
++++ xchat-2.8.4p1/src/common/text.c	2007-11-02 23:52:57.000000000 +1100
+@@ -141,6 +146,7 @@
+ 	}
+ 
+ 	*len = st.st_size;
++	close (fh);
+ 	return buf;
+ }
+ 
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]