summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-09-09 14:19:25 +0000
committerleot <leot@pkgsrc.org>2017-09-09 14:19:25 +0000
commitc7a75e7224d8253bbb9c2a06449bd35d07141f26 (patch)
treefe4dcc2be7e209e8f9e3c4d0ab5090c7639740a7 /chat
parentd584417a96b83202318fbf3ed16cf7d437e32493 (diff)
downloadpkgsrc-c7a75e7224d8253bbb9c2a06449bd35d07141f26.tar.gz
Update chat/mcabber to 1.1.0
Changes: mcabber (1.1.0) * New "VI" mode (option 'vi_mode') (Holger Weiß) * Fix issues in buddylist rebuild (franky) * Do not use g_slist_free_full() which requires glib2 2.28.0 (Frank Bergmann) * Use UTF-8 validation of file content when sending a message from a file * Documentation updates mcabber (1.0.5) * Much better performances with huge rosters (Frank Zschockelt) * Fix issue with carbons (CVE-2017-5589) * Fix small memory leak * contrib/vim: Support reloading filetype detection mcabber (1.0.4) * Bugfix: Check the origin of roster pushes Cf. Gajim's CVE-2015-8688 and https://gultsch.de/gajim_roster_push_and_message_interception.html mcabber (1.0.3) * Link with the tinfo library * Fix default modules directory on OpenBSD (Tim van der Molen) * Create history log dir if it doesn't exist (Andrey Utkin) * [OTR] Do not send empty subjects when using otr (franky) * [UI] /set does not display password values anymore (Egor Kovetskiy) * [MUC] Use nick to set the role * Misc help/documentation updates mcabber (1.0.2) * Compatible with Loudmouth >=1.5.3 with SHA256 support (Frank Zschockelt) * Ignore the untrusted certificate warning when user sets a fingerprint (Frank Zschockelt) * Stop HTML-escaping OTR messages - only strip known tags (Frank Zschockelt) * Read $HOME/.mcabberrc if there is no mcabber configuration directory * Minor documentation updates mcabber (1.0.1) * [PGP] Improved PGP-encryption support * [PGP] Improved support for GnuPG v2+ * [PGP] Encrypt messages with our own PGP key and decrypt our own encrypted messages when Carbons are enabled * [PGP] New PGP options: 'gpg_path' and 'gpg_home' (Holger Weiß) * [PGP] Check all signatures and stop immediately if one could be verified (Sven Gaerner) * Improved Carbons support (Holger Weiß) * New option: 'clear_unread_on_carbon' (Holger Weiß) * Improve SSL fingerprint management; Display the server SSL fingerprint when we connect * Use XDG configuration directory if it contains a configuration file * Fix a few memory leaks * Fix external password support (especially on OS X) * Fix resizing when mcabber is built with --enable-sigwinch * Fix reading of history log files w/o LF character (Sam Whited) * Minor documentation updates * Other misc. bugfixes and cleanups
Diffstat (limited to 'chat')
-rw-r--r--chat/mcabber/Makefile5
-rw-r--r--chat/mcabber/distinfo12
-rw-r--r--chat/mcabber/patches/patch-aa8
3 files changed, 12 insertions, 13 deletions
diff --git a/chat/mcabber/Makefile b/chat/mcabber/Makefile
index 1466445a9a8..519fbe8acec 100644
--- a/chat/mcabber/Makefile
+++ b/chat/mcabber/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/03/31 10:32:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/09 14:19:25 leot Exp $
-DISTNAME= mcabber-1.0.0
-PKGREVISION= 5
+DISTNAME= mcabber-1.1.0
CATEGORIES= chat
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
EXTRACT_SUFX= .tar.bz2
diff --git a/chat/mcabber/distinfo b/chat/mcabber/distinfo
index ceb57924adf..a741db24c53 100644
--- a/chat/mcabber/distinfo
+++ b/chat/mcabber/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 01:20:22 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/09/09 14:19:25 leot Exp $
-SHA1 (mcabber-1.0.0.tar.bz2) = 209182eb15aa9a1780e88492781c1f0b2282044f
-RMD160 (mcabber-1.0.0.tar.bz2) = 1e723b43de5a9cea41460cb678d779374757a31c
-SHA512 (mcabber-1.0.0.tar.bz2) = bad8af15ed984ac0a568ea497464a3fa9b3ba3dea51cdd4042361be10783bba3578859ced532cd2c1cf19588fc42bdd561486b9fce6ed2da86a509e29c26c497
-Size (mcabber-1.0.0.tar.bz2) = 602173 bytes
-SHA1 (patch-aa) = 6c340bae29a7ba66a911ad94bef4aca8d8a08751
+SHA1 (mcabber-1.1.0.tar.bz2) = 3530831e99007356142325e0e5cdffe4d4885c15
+RMD160 (mcabber-1.1.0.tar.bz2) = ba23cf7541b62f4d8b913416c2a7fabf3406a0b8
+SHA512 (mcabber-1.1.0.tar.bz2) = d12546e9fe9da94b6107f4d38d4083bee74e2702f7f2225e26be291230c6fe1319f60a3204da669dc00b14d69822425bf8214ebb723c3c4a7a33b1247a03093f
+Size (mcabber-1.1.0.tar.bz2) = 608975 bytes
+SHA1 (patch-aa) = 2abb198ee8433d2e7552236242f8fdc92e72979d
diff --git a/chat/mcabber/patches/patch-aa b/chat/mcabber/patches/patch-aa
index cdd9a2d8e04..8979770fa92 100644
--- a/chat/mcabber/patches/patch-aa
+++ b/chat/mcabber/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2014/01/10 09:50:42 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2017/09/09 14:19:26 leot Exp $
Handle correctly panel on NetBSD, not sure it is correct in general
---- mcabber/screen.h.orig 2012-12-02 13:27:32.000000000 +0000
+--- mcabber/screen.h.orig 2017-06-04 21:13:16.000000000 +0000
+++ mcabber/screen.h
@@ -7,14 +7,12 @@
@@ -18,5 +18,5 @@ Handle correctly panel on NetBSD, not sure it is correct in general
#endif
+# include <panel.h>
- #if defined(WITH_ENCHANT) || defined(WITH_ASPELL)
- void spellcheck_init(void);
+ gboolean vi_mode;
+