Up to [cvs.NetBSD.org] / pkgsrc / chat / gajim
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
chat/gajim: Update to 1.0.3 Gajim 1.0.3 (20 May 2018) Bugs fixed: * 8296 Fix errors on roster updates after stream management resume * 9106 Convert font weight from pango to css values * 9124 Bring ChatControl to front when notification is clicked * Set no-store hint on groupchat chatstates * Dont show OOB uri if message body is the same * Add missing bybonjour dependency for Windows zeroconf Flatpak: * Limit dbus access Gajim 1.0.2 (30 April 2018) Bugs fixed: * 7879 Server name is rejected for group chat bookmarks * 8964 setup.py install misses some files if used with "--skip-build" * 9017 Password was sometimes stored in plaintext * 9022 Dont show error when receiving invalid avatars * 9031 Windows: Always hide roster window on X * 9038 No License in About dialog * 9039 Encode filenames before sending * 9044 Catch invalid IQ stanzas and log them * 9049 XMPP logo in "Add New Contact" window instead Gajim logo * 9050 Mark some strings as translatable * 9054 Error on file send completion * 9055 Removing a bookmark causes error * 9057 Avatar is deleted when updating vCard * 9065 Account label isn't change in tooltip of notification area icon * 9066 Placeholder text does't disappear * 9068 Missing pulseaudio in Flatpak image * 9070 Fix History Manager search * 9074 Proxy comobobox in accounts/connections doesn't get update after ManageProxies * 9094 problem receiving file * 9101 Notification never autohides in gnome * Correctly reload Plugins * Save history export with utf8 encoding * Dont allow plain BOSH by default Gajim 1.0.1 (1 April 2018) * Improve MAM support * Image preview in file chooser dialog * Groupchat: Set minimize on auto join default True * Delete bookmark when we destroy a room * Fix account deletion * Fix custom font handling * Fix OpenPGP message decryption * Fix window position restore on multi-head setups * Fix scrolling in message window * Improve Windows build and build for 64 bits Gajim 1.0.0 (17 March 2018) * Ported to GTK3 / Python3 * Integrate HTTPUpload * Add Navigation buttons in History Window * Improvements for HiDPI Screens * Depend on the python keyring package for password storage * Flatpak support * Lots of refactoring * New Emoji support * New Chat Window design * New StartChat Window (Ctrl+N) * New ServerInfo Window * AccountWindow Redesign * Moved some encryption code out into Plugins (see PGP Plugin, Esessions Plugin) * OTR Plugin was not ported, use OMEMO * Added mam:1 and mam:2 support (mam:0 was removed) * Added MAM for MUCs support * Added support for showing XEP-0084 Avatars * Add support for geo: URIs * Added xmpp URI handling directly in Gajim * Removed Gajim-Remote * Removed XEP-0012 (Last Activity) * Removed XEP-0136 (Message Archiving) * Added XEP-0156 (Discovering Alternative XMPP Connection Methods) * Added XEP-0319 (Last User Interaction in Presence) * Added XEP-0368 (SRV records for XMPP over TLS) * Added XEP-0380 (Explicit Message Encryption) * Added Jingle FT:5 support * Lots of other small bugfixes KNOWN ISSUES: - Meta Contacts: Filtering the roster could lead to a crash in some circumstances. Use CTRL + N for starting new chats as a workaround - Audio/Video support is currently not maintained and most likely not working - Windows: Translation is not working currently Gajim 0.16.9 (30 November 2017) * Improve Zeroconf behavior * Fix showing normal message event * remove usage of OpenSSL.rand * a few minor bugfixes Gajim 0.16.8 (04 June 2017) * Fix rejoining MUCs after connection loss * Fix Groupchat invites * Fix encoding problems with newer GnuPG versions * Fix old messages randomly reappearing in the chat window * Fix some problems with IBB filetransfer * Make XEP-0146 Commands opt-in * Improve sending messages to your own resources * Improve reliability of delivery recipes * Many minor bugfixes Gajim 0.16.7 (30 January 2017) * Better compatibility with XEP-0191: Blocking Command * Windows Credential Vault is used for password storage on Windows * Gajim now depends on python-gnupg for PGP encryption * Add portable installer for Windows * Remove usage of demandimport * Many minor bugfixes Gajim 0.16.6 (02 October 2016) * Fix using gpg2 * Improve message receipts usage * Improve roster filtering * several minor bugs Gajim 0.16.5 (28 December 2015) * Improve MAM implementation * Improve security on connexion and for roster managment * Ability for emoticons to be sorted in menu Gajim 0.16.4 (26 September 2015) * Fix trusting GPG keys * Ability to disable synchronization of logs with server * Improve MAM usage Gajim 0.16.3 (31 July 2015) * Fix reading secret file * Fix reconnection after suspend * Fix sending GPG-encrypted file to non-trusted key Gajim 0.16.2 (24 July 2015) * improve Zeroconf under windows and with IPv6 * Fix errors with GnuPG * Minor fixes and improvements Gajim 0.16.1 (28 February 2015) * Fix sending Zeroconf messages * Make ipython compatible to version >= 1.0 * Support XEP-0313 MAM * Minor fixes and improvements Gajim 0.16 (04 October 2014) * Improve File transfer support by adding Jingle file transfer * use external python-nbxmpp library * Improve audio / Video calls and add screensharing feature * Support audio under windows * Support systemd-logind * Support XEP-0308 Last message correction * Support XEP-0224 Attention * Support XEP-0191 Blocking command * Better RTL languages support * use host command to resolve SRV records if it is available Gajim 0.15.4 (25 May 2013) * Fix usage of OTR plugin * Fix connection to non-SSL server * Fix receiving GPG-encrypted messages while offline. Gajim 0.15.3 (17 March 2013) * Better handling of SSL errors * Better handling of canceling file transfer * Improve farstream calls * Minor fixes and improvements Gajim 0.15.2 (30 October 2012) * Show punycode encoded urls if they contain non-ascii chars * Fix crash when pressing Esc in chat window * Support Network Manager 0.9 * decrypt GPG messages in the correct order Gajim 0.15.1 (29 August 2012) * Switch from python-farsight to python-farstream * improve performances * Fix roster filter with unicode chars * Fix connection to msn jabber server * Fix some GPG issues * Fix other small issues
extend PYTHON_VERSIONS_ for Python 3.7
Pullup ticket #5258 - requested by sevan chat/gajim: build fix Revisions pulled up: - chat/gajim/Makefile 1.34 - chat/gajim/options.mk 1.9 --- Module Name: pkgsrc Committed By: riastradh Date: Sat Apr 8 18:08:53 UTC 2017 Modified Files: pkgsrc/chat/gajim: Makefile options.mk Log Message: dbus is optional in gajim.
dbus is optional in gajim.
Add python-3.6 to incompatible versions.
Remove python33: adapt all packages that refer to it.
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Update chat/gajim to 0.15. pkgsrc changes: --------------- - Add a patch to fix CVE-2012-2093, taken from upstream repository. - s/py-amkCrypto/py-crypto (py-amkCrypto is not maintained anymore upstream) upstream changes: ----------------- Gajim 0.15 (18 March 2012) * Plugin system * Whiteboard (via a plugin) * Message archiving * Stream managment * IBB * Nested roster group * Roster filtrering * UPower support * GPG support for windows * Spell checking support for windows Gajim 0.14.4 (22 July 2011) * Fix translation issue * other minor fixes Gajim 0.14.3 (19 June 2011) * Fix history viewer * Fix closing roster window * Prevent some erros with metacontacts Gajim 0.14.2 (07 June 2011) * Fix CPU usage when testing file transfer proxies * Fix invalid XML char regex * Fix subscription request window handling * Fix URL display in chat message banner * Other minor bugfixes
* convert almost python related dependency from buildlink to simple DEPENDS. * require python builtin sqlite3 module, PR#44968. * require python>=25. * drop avahi option from suggested. it require avahi-python, but python option of net/avahi is disabled by default. Bump PKGREVISION.
Initial import of gajim-0.14.1 from wip/gajim. WIP package worked on by tonnerre, shattered, netcap, shindenmorr, rillig, vstakhov. Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, eventhough it exists with it nicely. Gajim is released under the GNU General Public License FEATURES: * Tabbed chat windows * Group chat support (with MUC protocol) * Emoticons, Avatars, File transfer, URL grabber, Bookmarks * Systray icon, Speller * TLS and GPG support (with SSL legacy support) * Transport Registration support * Service Discovery including Nodes * Wikipedia, dictionary and search engine lookup * Multiple accounts support * DBus Capabilities * XML Console
Initial revision