pkgsrc/chat/libpurple/patches/patch-ag
tnn f6bb31ef56 Update pidgin IM suite to version 2.2.1 during freeze to fix the DoS
vulnerability CVE-2007-4996:
"MSN nudges sent from unknown buddies can cause libpurple to crash"

Other changes:

libpurple:
* A few build issues on Solaris were fixed.
* Cancelling the password prompt for an account will no longer leave
  it in an ambiguous state.  (It will be disabled.)
* Fixed an erroneous size display for MSN file transfers. (galt)
* Fixed multiple memory leaks, particularly in XMPP and MySpace protocols
* Fixed remembering proxy preferences and status scores
* Gmail notifications are better tracked

Pidgin:
* Fixed keyboard tab reordering to move tabs one step instead of two.
* You should no longer lose proxy settings when Pidgin is restarted.
* Fixed detection of X11 when compiling

Finch:
* Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
dialog.
2007-09-30 13:47:02 +00:00

17 lines
800 B
Text

$NetBSD: patch-ag,v 1.3 2007/09/30 13:47:03 tnn Exp $
The default rule has a broken syntax for some reason, when not using
the intltool that comes bundled with pidgin.
--- libpurple/gconf/Makefile.in.orig 2007-09-29 18:40:54.000000000 +0200
+++ libpurple/gconf/Makefile.in
@@ -496,7 +496,8 @@ uninstall-am: uninstall-schemaDATA
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am uninstall uninstall-am uninstall-schemaDATA
-@INTLTOOL_SCHEMAS_RULE@
+%.schemas: %.schemas.in
+ LC_ALL=C intltool-merge -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) 2>&1 | \