garnome r6113 - in trunk: . fifth-toe/pidgin fifth-toe/xchat fifth-toe/xchat/files
- From: jsacco svn gnome org
- To: svn-commits-list gnome org
- Subject: garnome r6113 - in trunk: . fifth-toe/pidgin fifth-toe/xchat fifth-toe/xchat/files
- Date: Mon, 7 Jan 2008 00:05:11 +0000 (GMT)
Author: jsacco
Date: Mon Jan 7 00:05:11 2008
New Revision: 6113
URL: http://svn.gnome.org/viewvc/garnome?rev=6113&view=rev
Log:
fifth-toe/xchat: add upstream patch: xc284-fix-scrollbfdleak.diff
fifth-toe/pidgin: bump version to 2.3.1
Added:
trunk/fifth-toe/xchat/files/xc284-fix-scrollbfdleak.diff
Modified:
trunk/ChangeLog
trunk/fifth-toe/pidgin/Makefile
trunk/fifth-toe/pidgin/checksums
trunk/fifth-toe/xchat/Makefile
trunk/fifth-toe/xchat/checksums
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Mon Jan 7 00:05:11 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
+
* desktop/gnome-python-desktop: patch to build against metacity 2.21.5 API change
* geektoys/libgpod: bump version to 0.6.0
Modified: trunk/fifth-toe/pidgin/Makefile
==============================================================================
--- trunk/fifth-toe/pidgin/Makefile (original)
+++ trunk/fifth-toe/pidgin/Makefile Mon Jan 7 00:05:11 2008
@@ -1,5 +1,5 @@
GARNAME = pidgin
-GARVERSION = 2.2.2
+GARVERSION = 2.3.1
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
Modified: trunk/fifth-toe/pidgin/checksums
==============================================================================
--- trunk/fifth-toe/pidgin/checksums (original)
+++ trunk/fifth-toe/pidgin/checksums Mon Jan 7 00:05:11 2008
@@ -1 +1 @@
-7c8fc5a55959b84c6e4c57a11bc0707a download/pidgin-2.2.2.tar.bz2
+0a593c2c343d5b854bd2cd2be7542f40 download/pidgin-2.3.1.tar.bz2
Modified: trunk/fifth-toe/xchat/Makefile
==============================================================================
--- trunk/fifth-toe/xchat/Makefile (original)
+++ trunk/fifth-toe/xchat/Makefile Mon Jan 7 00:05:11 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: trunk/fifth-toe/xchat/checksums
==============================================================================
--- trunk/fifth-toe/xchat/checksums (original)
+++ trunk/fifth-toe/xchat/checksums Mon Jan 7 00:05:11 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: trunk/fifth-toe/xchat/files/xc284-fix-scrollbfdleak.diff
==============================================================================
--- (empty file)
+++ trunk/fifth-toe/xchat/files/xc284-fix-scrollbfdleak.diff Mon Jan 7 00:05:11 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]