pkgsrc/chat/libpurple/patches/patch-ae
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

16 lines
492 B
Text

$NetBSD: patch-ae,v 1.2 2007/09/30 13:47:03 tnn Exp $
man pages for pidgin or finch only in the respective packages
--- doc/Makefile.in.orig 2007-09-29 18:40:53.000000000 +0200
+++ doc/Makefile.in
@@ -300,7 +300,8 @@ target_os = @target_os@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-man_MANS = pidgin.1 finch.1
+@ENABLE_GTK_TRUE@man_MANS = pidgin.1
+@ENABLE_GNT_TRUE@man_MANS += finch.1
EXTRA_DIST = \
C-HOWTO.dox \
PERL-HOWTO.dox \