Received: by mail.netbsd.org (Postfix, from userid 605) id 18B9A84DCC; Fri, 12 Oct 2018 23:50:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1563384DC8 for ; Fri, 12 Oct 2018 23:50:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C8ZOmkngqfgu for ; Fri, 12 Oct 2018 23:50:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6484684CD6 for ; Fri, 12 Oct 2018 23:50:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5725DFBEE; Fri, 12 Oct 2018 23:50:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539388203211350" MIME-Version: 1.0 Date: Fri, 12 Oct 2018 23:50:03 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/gajim-plugin-omemo To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181012235003.5725DFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1539388203211350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Oct 12 23:50:03 UTC 2018 Modified Files: pkgsrc/chat/gajim-plugin-omemo: Makefile distinfo Log Message: gajim-plugin-omemo: update to 2.6.2. changes: - Port Fingerprint dialog from openpgp plugin - Add an InfoBar for errors and informations - Add tooltip for device clearing - Remove fingerprints tab from plugin config dialog To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/gajim-plugin-omemo/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/gajim-plugin-omemo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539388203211350 Content-Disposition: inline Content-Length: 1743 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/gajim-plugin-omemo/Makefile diff -u pkgsrc/chat/gajim-plugin-omemo/Makefile:1.2 pkgsrc/chat/gajim-plugin-omemo/Makefile:1.3 --- pkgsrc/chat/gajim-plugin-omemo/Makefile:1.2 Thu Sep 20 00:23:12 2018 +++ pkgsrc/chat/gajim-plugin-omemo/Makefile Fri Oct 12 23:50:03 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2018/09/20 00:23:12 nia Exp $ +# $NetBSD: Makefile,v 1.3 2018/10/12 23:50:03 nia Exp $ -PKGNAME= gajim-plugin-omemo-2.6.1 +PKGNAME= gajim-plugin-omemo-2.6.2 DISTNAME= omemo_${PKGVERSION_NOREV} -PKGREVISION= 1 CATEGORIES= chat security python MASTER_SITES= https://ftp.gajim.org/plugins_releases/ EXTRACT_SUFX= .zip Index: pkgsrc/chat/gajim-plugin-omemo/distinfo diff -u pkgsrc/chat/gajim-plugin-omemo/distinfo:1.1 pkgsrc/chat/gajim-plugin-omemo/distinfo:1.2 --- pkgsrc/chat/gajim-plugin-omemo/distinfo:1.1 Wed Sep 19 20:44:36 2018 +++ pkgsrc/chat/gajim-plugin-omemo/distinfo Fri Oct 12 23:50:03 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2018/09/19 20:44:36 nia Exp $ +$NetBSD: distinfo,v 1.2 2018/10/12 23:50:03 nia Exp $ -SHA1 (omemo_2.6.1.zip) = 6f7d7cc7e3fd2203bc2f949f184ba7b02ab66b5a -RMD160 (omemo_2.6.1.zip) = 660690610d876253f9294b38ef6950b9fc19184a -SHA512 (omemo_2.6.1.zip) = b39125cd6a20dba0ef5223a734f1d2056b9b135eb4a980d2f117f9acb41c65cfa34ec2fb0a1d654cc9bdeac41b0f678937692de5ea38fc38eb908287246b24e3 -Size (omemo_2.6.1.zip) = 65200 bytes +SHA1 (omemo_2.6.2.zip) = d83e630d7cb1629370dccf4d81d18f7436c2213f +RMD160 (omemo_2.6.2.zip) = 5a053ccbe99103fa561408d26ec20968721cbcdf +SHA512 (omemo_2.6.2.zip) = cab2a10cc40d3e5764f3a91e9fda98779b66e9396ccfabfba62a33717c325d6eb087a288a0e66e15bb41c60a04f8e4205565a19915f35b092c38af83008ea0a6 +Size (omemo_2.6.2.zip) = 61912 bytes --_----------=_1539388203211350--