Received: by mail.netbsd.org (Postfix, from userid 605) id 7CAEC84DCD; Tue, 7 Apr 2020 14:14:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 036F684D6D for ; Tue, 7 Apr 2020 14:14:56 +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 X0OHk-MkIvRc for ; Tue, 7 Apr 2020 14:14:55 +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 5BA4E84D2A for ; Tue, 7 Apr 2020 14:14:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 552B5FB27; Tue, 7 Apr 2020 14:14:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586268895294210" MIME-Version: 1.0 Date: Tue, 7 Apr 2020 14:14:55 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/net/megatools To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20200407141455.552B5FB27@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. --_----------=_1586268895294210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Apr 7 14:14:55 UTC 2020 Modified Files: pkgsrc/net/megatools: Makefile PLIST distinfo Log Message: megatools: update to a pre-release snapshot, megatools-1.11.0.20200404 - Omit docs because it requires wip/docbook2X. megatools 1.10.3 - 2018-08-?? ============================= This release introduces new features. Improvements: - Megatools now install a single `megatools` executable, where former `megaXYZ ...` commands now have to be executed as `megatools XYZ ...`. - Implemented PKP (public key pinning for mega.nz's API server). Megatools no longer use public certificate authorities to verify API server's authenticity. If you use software that MITM's your web traffic, megatools will not allow this anymore. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/megatools/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/megatools/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/megatools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586268895294210 Content-Disposition: inline Content-Length: 3099 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/megatools/Makefile diff -u pkgsrc/net/megatools/Makefile:1.19 pkgsrc/net/megatools/Makefile:1.20 --- pkgsrc/net/megatools/Makefile:1.19 Sun Mar 8 16:50:56 2020 +++ pkgsrc/net/megatools/Makefile Tue Apr 7 14:14:55 2020 @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.19 2020/03/08 16:50:56 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2020/04/07 14:14:55 maya Exp $ -DISTNAME= megatools-1.10.2 -PKGREVISION= 8 +DISTNAME= megatools-1.11.0-git-20200404 +PKGNAME= megatools-1.11.0.20200404 CATEGORIES= net -MASTER_SITES= https://megatools.megous.com/builds/ +MASTER_SITES= https://megatools.megous.com/builds/experimental/ MAINTAINER= root@zta.lk HOMEPAGE= https://megatools.megous.com/ COMMENT= Command line client for Mega.co.nz LICENSE= gnu-gpl-v2 -TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake .include "../../devel/glib2/buildlink3.mk" .include "../../www/curl/buildlink3.mk" +.include "../../devel/meson/build.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/megatools/PLIST diff -u pkgsrc/net/megatools/PLIST:1.2 pkgsrc/net/megatools/PLIST:1.3 --- pkgsrc/net/megatools/PLIST:1.2 Tue Oct 9 12:21:20 2018 +++ pkgsrc/net/megatools/PLIST Tue Apr 7 14:14:55 2020 @@ -1,26 +1,16 @@ -@comment $NetBSD: PLIST,v 1.2 2018/10/09 12:21:20 leot Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/04/07 14:14:55 maya Exp $ bin/megacopy bin/megadf bin/megadl +bin/megaexport bin/megaget bin/megals bin/megamkdir bin/megaput bin/megareg bin/megarm -man/man1/megacopy.1 -man/man1/megadf.1 -man/man1/megadl.1 -man/man1/megaget.1 -man/man1/megals.1 -man/man1/megamkdir.1 -man/man1/megaput.1 -man/man1/megareg.1 -man/man1/megarm.1 -man/man5/megarc.5 -man/man7/megatools.7 -share/doc/megatools/HACKING -share/doc/megatools/INSTALL +bin/megatest +bin/megatools share/doc/megatools/LICENSE share/doc/megatools/NEWS share/doc/megatools/README Index: pkgsrc/net/megatools/distinfo diff -u pkgsrc/net/megatools/distinfo:1.3 pkgsrc/net/megatools/distinfo:1.4 --- pkgsrc/net/megatools/distinfo:1.3 Tue Oct 9 12:21:20 2018 +++ pkgsrc/net/megatools/distinfo Tue Apr 7 14:14:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/10/09 12:21:20 leot Exp $ +$NetBSD: distinfo,v 1.4 2020/04/07 14:14:55 maya Exp $ -SHA1 (megatools-1.10.2.tar.gz) = a1ab8663549ca9ddc1173604eb850371b28cca94 -RMD160 (megatools-1.10.2.tar.gz) = 01a2437f40da4112e496de15682268cb0da70bd9 -SHA512 (megatools-1.10.2.tar.gz) = 6d9a5dcba6be12bce38313c3481565b2f8671e354d2e021614b62c2cf30963b9e4a87574dd80b36613290db7721e3ef4d32072a19efee76ff292b17bc6c2bafe -Size (megatools-1.10.2.tar.gz) = 300486 bytes +SHA1 (megatools-1.11.0-git-20200404.tar.gz) = 7d9fe2770d52f6e265d2840fcad23d87e7be6151 +RMD160 (megatools-1.11.0-git-20200404.tar.gz) = 2cdffc72a9214d3407b24ecaf6ed168f8fe91ba5 +SHA512 (megatools-1.11.0-git-20200404.tar.gz) = 874b569e3a9d1311f169a5b4e3c40aa3be053344389abae67541f64cb253f5a13bb6f64634524ff10d493772519121206ab7bb535367635cee6194ceb6c603b7 +Size (megatools-1.11.0-git-20200404.tar.gz) = 102383 bytes --_----------=_1586268895294210--