Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libpurple | Distribution: openSUSE Tumbleweed |
Version: 2.14.13 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jul 10 16:33:46 2024 |
Group: Unspecified | Build host: reproducible |
Size: 2073732 | Source RPM: pidgin-2.14.13-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://pidgin.im/ | |
Summary: GLib-based Instant Messenger Library |
libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks. libpurple is compatible with the following chat networks out of the box: Jabber/XMPP, AIM, ICQ, Bonjour, Gadu-Gadu, IRC, SILC, SIMPLE, Novell GroupWise Messenger, IBM Sametime, and Zephyr. It can support many more with plugins.
GPL-2.0-only
* Wed Jul 10 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.14.13: * Fix compile warning (Wcast-function-type). * Fix memory leak originating in purple_prefs_connect_callback. * Don’t use the Real name as a candidate for the SASL username in IRC. * Don’t link with libgadu unnecessarily. * Make collapsed groups searchable in the buddy list. * Fix incompatible type conversion errors. * Stop removing -Wall from CFLAGS. * Tue Nov 28 2023 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -p N instead of deprecated %patchN. * Sun Feb 19 2023 Dirk Müller <dmueller@suse.com> - update to 2.14.12: * Remove a string from the Romanian translation that's breaks the creation of the Windows installer. * Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! * Fix a crash when closing a group chat with spellchk plugin enabled. * Fix network interface detection on Windows to fix broken file transfers. * Update the about box to point people to Discourse instead of the mailing lists. * Sat Jun 11 2022 Andreas Stieger <andreas.stieger@gmx.de> - Update to version 2.14.10: * Minor fixes to emojis, drop QQ smileys * Modernize the desktop file and appdata files * Make privacy settings persist * Fix a use after free that was introduced in 2.14.9 * IRC: Fix a crash if the server sends a short form JOIN message * XMPP: multiple fixes * Fri Apr 29 2022 Alexei Sorokin <sor.alexei@meowr.ru> - Update to version 2.14.9: + Security * Remove _xmppconnect support (CVE-2022-26491, boo#1199025). + libpurple * Fix a GLib CRITICAL message with typing time outs. * Fix an issue where the unit tests for purple_str_to_time would fail. + Pidgin * Fix a memory leak in pidgin_conversations_set_tab_colors. * Fix the majority of the infinite resizing issues in the input box. * Add transient-buddy back which is used to show some context menus and other things. + Translations * Fix a typo in the German translations. * Synchronised all of the translations with Transifex. + IRC * Fix file transfers failing at 99% on IRC. * Default realname and ident name in IRC to the username (nickname) of the account. * Add an advanced account option to IRC accounts for explicitly setting the SASL login name. * Add a rate limiter that should make it impossible to excess flood. + SIMPLE * Fix an issue with the CSeq numbers in SIMPLE. + XMPP * Fix XMPP attention messages being sent to incorrect JIDs. - Drop rb1342.patch: fixed upstream. * Wed Mar 23 2022 Martin Wilck <mwilck@suse.com> - Fix the infinite resizing freeze (boo#1197418, https://issues.imfreedom.org/issue/PIDGIN-17602) * added rb1342.patch (https://reviews.imfreedom.org/r/1342/) * Sat Nov 13 2021 Andreas Stieger <andreas.stieger@gmx.de> - pidgin 2.14.8: * Fix a regression in purple_str_to_time - drop pidgin-fix-double-free-crash.patch, now included * Mon Oct 25 2021 Andrey Karepin <egdfree@opensuse.org> - Extract libpurple.so.* and libpurple-client.so.* to own packages (boo#1191780). * Tue Oct 12 2021 Lukas Müller <expeehaa@outlook.com> - Add pidgin-fix-double-free-crash.patch: fix double free crash * Mon Sep 20 2021 Stanislav Brabec <sbrabec@suse.com> - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Sun Sep 19 2021 Andreas Stieger <andreas.stieger@gmx.de> - update to 2.14.7: * Fix leak in purple_markup_find_tag on error * Fix an assert in purple_markup_html_to_xhtml * Correctly free parse tags at end of purple_html_to_xhtml * Fix leak that may occur when xmlnode_from_str fails * Port purple_str_to_time to use a regular expressions * Fri Jul 09 2021 Paolo Stivanin <info@paolostivanin.com> - Update to 2.14.6: General: * Update references to point to our current websites. * Add a donate link to the help menu. Finch: * Check pkg-config for ncurses before looking for it manually. Pidgin: * Replace newlines in topics with spaces. libpurple: * Added support for the no_proxy environment variable. * Added infrastructure for fuzzing as well as some initial fuzzers. * Fix an out of bounds write in purple_markup_linkify. XMPP: * Enable session management after binding a resource. Zephyr: * Fix a clang logical-not-parentheses warning. - Drop pidgin-add-no_proxy-support.patch * Thu Jun 24 2021 Alynx Zhou <alynx.zhou@suse.com> - Add pidgin-add-no_proxy-support.patch: add support of no_proxy environment variable. (jsc#SLE-17111, pidgin.im#17518) * Sun Jun 13 2021 Andreas Stieger <andreas.stieger@gmx.de> - update to 2.14.5: * static code analysis fixes * Disable UPnP and NAT-PMP by default for new user * IRC: Change the default server to irc.libera.chat * Sat May 08 2021 Dirk Müller <dmueller@suse.com> - update to 2.14.4: * Use LT_LIB_M to find the math library. This should simplify things for various distros including the BSD's. (RR #608) (and, Justin Lechner) libpurple: * Update purple-remote and purple-url-handler to have a Python 3 shebang. Pidgin: * Install our AppData file into the $prefix/share/metainfo. Windows-Specific Changes: * Output pkg-config files so that our Windows builds can be seen by meson. Grim owes a blog post on how this works. * Update the debug symbols download in the installer to the inetc plugin. * Make sure the uninstaller removes all files that we install. libpurple: * Removed the AIM protocol plugin. AIM has been shut down since December 15th of 2017. We left it around because of a third party server, but our plugin no longer works with it. (RR #598) (Gary Kramlich) * Standardize on wprintf in pidgin/win32/winpidgin.c * Use the inetc nsis plugin that supports https * If building under msys2 copy libgcc_s_dw2-1.dll and libwinpthread to the install directory. (RR #593) (PIDGIN-17511) (Gary Kramlich) * Fix a build issue when compiling with gstreamer but without voice and video. * Enable cyrus-sasl by default. * Fix an issue with opening link in Firefox. * Fix a regression from 2.14.0 where extra whitespace would be displayed when pasting <p> elements from HTML. * Require Python 3 for generating the D-Bus bindings. * Fix an issue where pasting <hr>'s and other HTML elements would eventually lead to a crash. * Fri Apr 16 2021 Dirk Müller <dmueller@suse.com> - don't package directories owned by filesystem rpm (bsc#1184786) * Fri Feb 12 2021 Michael Gorse <mgorse@suse.com> - Add pidgin-always-enable-intltool.patch: always enable intltool. Fixes the build with autoconf 2.71.
/etc/purple /usr/bin/purple-client-example /usr/bin/purple-remote /usr/bin/purple-send /usr/bin/purple-send-async /usr/bin/purple-url-handler /usr/lib/purple-2 /usr/lib/purple-2/autoaccept.so /usr/lib/purple-2/buddynote.so /usr/lib/purple-2/dbus-example.so /usr/lib/purple-2/idle.so /usr/lib/purple-2/joinpart.so /usr/lib/purple-2/libbonjour.so /usr/lib/purple-2/libgg.so /usr/lib/purple-2/libirc.so /usr/lib/purple-2/libjabber.so.0 /usr/lib/purple-2/libjabber.so.0.0.0 /usr/lib/purple-2/libnovell.so /usr/lib/purple-2/libsimple.so /usr/lib/purple-2/libxmpp.so /usr/lib/purple-2/libzephyr.so /usr/lib/purple-2/log_reader.so /usr/lib/purple-2/newline.so /usr/lib/purple-2/nss-prefs.so /usr/lib/purple-2/offlinemsg.so /usr/lib/purple-2/perl /usr/lib/purple-2/perl.so /usr/lib/purple-2/perl/Purple.pm /usr/lib/purple-2/perl/auto /usr/lib/purple-2/perl/auto/Purple /usr/lib/purple-2/perl/auto/Purple/Purple.so /usr/lib/purple-2/perl/auto/Purple/autosplit.ix /usr/lib/purple-2/psychic.so /usr/lib/purple-2/ssl-gnutls.so /usr/lib/purple-2/ssl-nss.so /usr/lib/purple-2/ssl.so /usr/lib/purple-2/statenotify.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 19 00:56:05 2024