CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/01/08 21:43:44
Modified files:
net/pidgin : Tag: OPENBSD_5_6 Makefile
net/pidgin/files: Tag: OPENBSD_5_6 ssl-openssl.c
Added files:
net/pidgin/patches: Tag: OPENBSD_5_6
patch-libpurple_protocols_irc_cmds_c
patch-libpurple_protocols_msn_contact_c
patch-libpurple_protocols_msn_contact_h
patch-libpurple_protocols_msn_session_c
Log message:
Fix a crash with the ssl_openssl_write() function. It turns out that
openssl_data can be NULL. The current code does not handle this correctly
which results in dereferencing a NULL pointer via openssl_data->ssl.
Some fixes from 2.10.10 and 2.10.11..
3edc70bf4e09
Emit sending/sent signals when doing /me irc command. Fixes #15750
ee51d84aacbf
msn: Hard fail if buddy list is unavailable.
f6a91e6c77a4
msn: Update Application ID to re-enable buddy list.