pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/mcabber Update chat/mcabber to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdfceb3b3329
branches:  trunk
changeset: 367975:cdfceb3b3329
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Sep 09 14:19:25 2017 +0000

description:
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:

 chat/mcabber/Makefile         |   5 ++---
 chat/mcabber/distinfo         |  12 ++++++------
 chat/mcabber/patches/patch-aa |   8 ++++----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (52 lines):

diff -r 88ac26f7e013 -r cdfceb3b3329 chat/mcabber/Makefile
--- a/chat/mcabber/Makefile     Sat Sep 09 12:10:19 2017 +0000
+++ b/chat/mcabber/Makefile     Sat Sep 09 14:19:25 2017 +0000
@@ -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 -r 88ac26f7e013 -r cdfceb3b3329 chat/mcabber/distinfo
--- a/chat/mcabber/distinfo     Sat Sep 09 12:10:19 2017 +0000
+++ b/chat/mcabber/distinfo     Sat Sep 09 14:19:25 2017 +0000
@@ -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 -r 88ac26f7e013 -r cdfceb3b3329 chat/mcabber/patches/patch-aa
--- a/chat/mcabber/patches/patch-aa     Sat Sep 09 12:10:19 2017 +0000
+++ b/chat/mcabber/patches/patch-aa     Sat Sep 09 14:19:25 2017 +0000
@@ -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 @@
  #endif
 +# include <panel.h>
  
- #if defined(WITH_ENCHANT) || defined(WITH_ASPELL)
- void spellcheck_init(void);
+ gboolean vi_mode;
+ 



Home | Main Index | Thread Index | Old Index