Browse Source

[irssi] Updated (0.8.10a -> 0.8.12)

early
Alejandro Mery 17 years ago
parent
commit
29088eebea
  1. 32
      network/irssi/irssi-0.8.10-glibc-invalid-pointer.patch
  2. 6
      network/irssi/irssi.desc

32
network/irssi/irssi-0.8.10-glibc-invalid-pointer.patch

@ -1,32 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../irssi/irssi-0.8.10-glibc-invalid-pointer.patch
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
http://www.redhat.com/archives/fedora-extras-commits/2006-March/msg01341.html
This patch fixes a core dump which ocures when one quits irssi
Author "Dams Nade" (anvil)
--- irssi-0.8.10/src/irc/dcc/dcc.c.orig 2005-10-19 05:13:31.000000000 +0300
+++ irssi-0.8.10/src/irc/dcc/dcc.c 2006-12-18 01:32:29.021198000 +0200
@@ -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);
}
}

6
network/irssi/irssi.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../irssi/irssi.desc [COPY] Filename: package/.../irssi/irssi.desc
[COPY] Copyright (C) 2006 The OpenSDE Project [COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] [COPY]
@ -33,8 +33,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.8.10a [V] 0.8.12
[P] X -----5---9 204.100 [P] X -----5---9 204.100
[D] 4166243648 irssi-0.8.10a.tar.gz http://www.irssi.org/files/ [D] 1321156484 irssi-0.8.12.tar.gz http://www.irssi.org/files/

Loading…
Cancel
Save