Received: by mail.netbsd.org (Postfix, from userid 605) id 518B484D7F; Thu, 31 Oct 2019 14:09:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD8FE84D58 for ; Thu, 31 Oct 2019 14:09:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9GtkKTmbaADN for ; Thu, 31 Oct 2019 14:09:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 509DC84CF7 for ; Thu, 31 Oct 2019 14:09:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4821BFA92; Thu, 31 Oct 2019 14:09:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157253094936520" MIME-Version: 1.0 Date: Thu, 31 Oct 2019 14:09:09 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/kpcli To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191031140909.4821BFA92@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. --_----------=_157253094936520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 31 14:09:09 UTC 2019 Modified Files: pkgsrc/security/kpcli: Makefile distinfo Log Message: kpcli: Update to 3.3 2019-Aug-16 v3.3 - Allow open and save with key-only authentication, as requested in SF bug #35. - Prevent "multiple entries titled" warning in the /_found/ area, as reports in SF bug #36. - Fix two bugs affecting Windows, as reported in SourceForge patch #11. - Mark /_found entries as "*OLD" when listed, if they reside in a group named old. Addresses an issue where searches turn up "old" accounts. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/kpcli/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/kpcli/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157253094936520 Content-Disposition: inline Content-Length: 1555 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/kpcli/Makefile diff -u pkgsrc/security/kpcli/Makefile:1.19 pkgsrc/security/kpcli/Makefile:1.20 --- pkgsrc/security/kpcli/Makefile:1.19 Sun Aug 11 13:22:46 2019 +++ pkgsrc/security/kpcli/Makefile Thu Oct 31 14:09:09 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/08/11 13:22:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/10/31 14:09:09 nia Exp $ -DISTNAME= kpcli-3.2 -PKGREVISION= 1 +DISTNAME= kpcli-3.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/} EXTRACT_SUFX= .pl Index: pkgsrc/security/kpcli/distinfo diff -u pkgsrc/security/kpcli/distinfo:1.9 pkgsrc/security/kpcli/distinfo:1.10 --- pkgsrc/security/kpcli/distinfo:1.9 Mon May 20 11:41:09 2019 +++ pkgsrc/security/kpcli/distinfo Thu Oct 31 14:09:09 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2019/05/20 11:41:09 nia Exp $ +$NetBSD: distinfo,v 1.10 2019/10/31 14:09:09 nia Exp $ -SHA1 (kpcli-3.2.pl) = 6d91295f420a64776708710353384b358d3548af -RMD160 (kpcli-3.2.pl) = 1a9e29904d66fdbb670c24eb7a74961d05dd7a5a -SHA512 (kpcli-3.2.pl) = 72374da627075a2a0a18932f0f4d48c77e23a8a3ac13599d7cebb6b3b685c2d1678bf8035651adeb471538b4da3825443a9e2a9a393e85be175637b0bfa611b9 -Size (kpcli-3.2.pl) = 197369 bytes +SHA1 (kpcli-3.3.pl) = 6b6ea995ef69d8f0a153100e25fb0d56e4d18265 +RMD160 (kpcli-3.3.pl) = bf717c80b1c6448c01250509ac966b99011b045d +SHA512 (kpcli-3.3.pl) = 5a837891a29dc65f0900015124fe3fdd1b7b9878ed2094d7c299c24590feee8e704212bcabf45c63064f97deca1dd2da96aa80c5be4305692f181db45b7e241a +Size (kpcli-3.3.pl) = 199249 bytes --_----------=_157253094936520--