diff options
author | nia <nia@pkgsrc.org> | 2019-01-01 22:40:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-01-01 22:40:10 +0000 |
commit | 8264bd5432798f84a52705f0b66a012003b1780b (patch) | |
tree | eedc8ac7bc1d6128c8c7ebea6513c8aa0cba7de5 | |
parent | 74a265040e08ae8cc6a651092ccdd5ac66645088 (diff) | |
download | pkgsrc-8264bd5432798f84a52705f0b66a012003b1780b.tar.gz |
chat/gajim: Update to 1.1.1
Changes:
Bug fixes
#8362 DBus: Incorrect unread message count
#9427 Placeholder not cleared if pasting text into message input
#9444 Determine the delay timestamp correctly when using mam:1
#9453 Fix opening links inside the group chat subject (MacOS/Windows)
#9465 Allow the full range of possible nicknames in group chats
#9067 Gajim crashes when receiving xhtml messages
#9096 Error when clicking on a subscription notification
#9446 Chatstate error in MUC conversation
#9471 Conversation Textview: Error on key press
#9472 Handle presences without from attr correctly
#9473 Error when creating a new group chat
#9491 Identify group chat subject changes correctly
#9496 Error on MUC roster selection change
Determine soundplayer correctly on unix systems
In some circumstances plugins could not be deleted
Show correct contact status on tabs
Dont answer group chat receipt requests
Fix receipts for private messages
Pressing the back button in the Accounts window leads to an error
Better handle not available keyring backends
Dont show incorrect contact on private messages
Join group chat menu is disabled when there are no bookmarks
Error on start chat menu action
Error when opening sign-in/out notification
Copying text does not work with different keyboard layouts
-rw-r--r-- | chat/gajim/Makefile | 5 | ||||
-rw-r--r-- | chat/gajim/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index f0261395383..f005b144dbc 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2018/11/26 12:29:20 nia Exp $ +# $NetBSD: Makefile,v 1.47 2019/01/01 22:40:10 nia Exp $ -DISTNAME= gajim-1.1.0 -PKGREVISION= 2 +DISTNAME= gajim-1.1.1 CATEGORIES= chat python MASTER_SITES= https://www.gajim.org/downloads/1.1/ diff --git a/chat/gajim/distinfo b/chat/gajim/distinfo index d8dead9e007..d362a2b2c23 100644 --- a/chat/gajim/distinfo +++ b/chat/gajim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2018/11/19 14:50:24 nia Exp $ +$NetBSD: distinfo,v 1.9 2019/01/01 22:40:10 nia Exp $ -SHA1 (gajim-1.1.0.tar.gz) = 222df24c209cfa30346b29505fb88b1b20cfb5e1 -RMD160 (gajim-1.1.0.tar.gz) = 5e691a6f8e69b1ea6b6795bc841c0ac227a47182 -SHA512 (gajim-1.1.0.tar.gz) = 6a78de3e1aed055174b8f9d897a5a93fb1972d38cbd168e3c23d9af7a66ed63236bbc22054c24a31b0fda3c1d73e56240ccb18ccf805f654b0e331d8092ae626 -Size (gajim-1.1.0.tar.gz) = 9530150 bytes +SHA1 (gajim-1.1.1.tar.gz) = 65e8d976e99644b9eec702c1ff3a338feb88871b +RMD160 (gajim-1.1.1.tar.gz) = 1b8f3f88080a140397b8c94a83ea21329d9e1705 +SHA512 (gajim-1.1.1.tar.gz) = 8e7b800b88ca28bc38913e79cee6ffe46bbdd9e472efceabccd9e3228c2fd961cbf4b1ff98d7ac9a0e1c9cf840b644c7a848976f4531645f032170cb4c6ffba6 +Size (gajim-1.1.1.tar.gz) = 9530600 bytes SHA1 (patch-gajim_____init____.py) = 555df1ee88159aa0c9d5232fba46924983d7a17b SHA1 (patch-setup.py) = f8fd2bb45d0ced7c86972218e1a0194ad35127b8 |