Package: xchat / 2.8.8-7.1

Metadata

Package Version Patches format
xchat 2.8.8-7.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_serverlist.patch | (download)

src/common/servlist.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

---
10_fix_unchecked_mallocs.patch | (download)

src/common/xchat.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
20_url_pattern.patch | (download)

src/fe-gtk/xtext.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
41_casecomp.patch | (download)

src/common/cfgfiles.c | 2 2 + 0 - 0 !
src/common/util.c | 21 20 + 1 - 0 !
src/common/util.h | 1 1 + 0 - 0 !
src/common/xchat.h | 1 1 + 0 - 0 !
4 files changed, 24 insertions(+), 1 deletion(-)

---
43_french.patch | (download)

po/fr.po | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
44_open_url.patch | (download)

src/fe-gtk/fe-gtk.c | 13 12 + 1 - 0 !
1 file changed, 12 insertions(+), 1 deletion(-)

---
45_save_ignore.patch | (download)

src/common/cfgfiles.c | 14 14 + 0 - 0 !
src/common/cfgfiles.h | 1 1 + 0 - 0 !
src/common/ignore.c | 26 22 + 4 - 0 !
3 files changed, 37 insertions(+), 4 deletions(-)

---
46_CVE 2009 0315.patch | (download)

plugins/python/python.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
47_galician.patch | (download)

po/gl.po | 1306 644 + 662 - 0 !
1 file changed, 644 insertions(+), 662 deletions(-)

---
48_spanish.patch | (download)

po/es.po | 2742 1273 + 1469 - 0 !
1 file changed, 1273 insertions(+), 1469 deletions(-)

---
51_freenode_ircd seven.patch | (download)

src/common/proto-irc.c | 33 33 + 0 - 0 !
1 file changed, 33 insertions(+)

 add support for ircd-seven cap command.

52_fix_implicit_declaration.patch | (download)

src/fe-gtk/ignoregui.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix "implicitly converted to pointer at ignoregui.c:192" error.
## This fixes a FTBFS in ia64 and amd64

53_russian.patch | (download)

po/ru.po | 1949 914 + 1035 - 0 !
1 file changed, 914 insertions(+), 1035 deletions(-)

---
54_glib_single_include.patch | (download)

src/common/servlist.c | 2 1 + 1 - 0 !
src/common/text.c | 2 1 + 1 - 0 !
src/common/util.c | 2 1 + 1 - 0 !
src/common/xchat.h | 6 1 + 5 - 0 !
4 files changed, 4 insertions(+), 8 deletions(-)

---
55_hurd_build.patch | (download)

configure | 20 3 + 17 - 0 !
1 file changed, 3 insertions(+), 17 deletions(-)

---
56_save_servlist.patch | (download)

src/common/servlist.c | 59 38 + 21 - 0 !
1 file changed, 38 insertions(+), 21 deletions(-)

---
57_save_url.patch | (download)

src/common/tree.c | 16 12 + 4 - 0 !
src/common/tree.h | 1 1 + 0 - 0 !
src/common/url.c | 19 14 + 5 - 0 !
src/common/url.h | 2 1 + 1 - 0 !
src/fe-gtk/urlgrab.c | 27 25 + 2 - 0 !
5 files changed, 53 insertions(+), 12 deletions(-)

---
58_save_notify.patch | (download)

src/common/notify.c | 36 29 + 7 - 0 !
1 file changed, 29 insertions(+), 7 deletions(-)

---
59_save_colors.patch | (download)

src/fe-gtk/palette.c | 28 24 + 4 - 0 !
1 file changed, 24 insertions(+), 4 deletions(-)

---
60_save_chanlist.patch | (download)

src/fe-gtk/chanlist.c | 42 38 + 4 - 0 !
1 file changed, 38 insertions(+), 4 deletions(-)

---
61_save_editlist.patch | (download)

src/fe-gtk/editlist.c | 32 29 + 3 - 0 !
1 file changed, 29 insertions(+), 3 deletions(-)

---
62_save_chanopt.patch | (download)

src/common/chanopt.c | 52 43 + 9 - 0 !
1 file changed, 43 insertions(+), 9 deletions(-)

---
63_save_keybindings.patch | (download)

src/fe-gtk/fkeys.c | 81 65 + 16 - 0 !
1 file changed, 65 insertions(+), 16 deletions(-)

---
64_save_pevents.patch | (download)

src/common/text.c | 57 51 + 6 - 0 !
1 file changed, 51 insertions(+), 6 deletions(-)

---
65_save_sound.patch | (download)

src/common/text.c | 28 24 + 4 - 0 !
1 file changed, 24 insertions(+), 4 deletions(-)

---
66_load_libnotify4.patch | (download)

src/fe-gtk/plugin-tray.c | 15 5 + 10 - 0 !
1 file changed, 5 insertions(+), 10 deletions(-)

 dynamically load libnotify.so.4 instead of libnotify.so.1
 Dynamically load libnotify.so.4 (instead of libnotify.so.1, which is no longer
 in sid) when sending notifications to the system tray, for better integration
 with Gnome 3. This patch also adapts for the new libnotify API.