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.
This commit is contained in:
parent
9d53beb1a1
commit
f138f504e7
3 changed files with 14 additions and 25 deletions
|
@ -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
|
DISTNAME= megatools-1.11.0-git-20200404
|
||||||
PKGREVISION= 8
|
PKGNAME= megatools-1.11.0.20200404
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://megatools.megous.com/builds/
|
MASTER_SITES= https://megatools.megous.com/builds/experimental/
|
||||||
|
|
||||||
MAINTAINER= root@zta.lk
|
MAINTAINER= root@zta.lk
|
||||||
HOMEPAGE= https://megatools.megous.com/
|
HOMEPAGE= https://megatools.megous.com/
|
||||||
COMMENT= Command line client for Mega.co.nz
|
COMMENT= Command line client for Mega.co.nz
|
||||||
LICENSE= gnu-gpl-v2
|
LICENSE= gnu-gpl-v2
|
||||||
|
|
||||||
TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
USE_TOOLS+= pkg-config gmake
|
USE_TOOLS+= pkg-config gmake
|
||||||
|
|
||||||
.include "../../devel/glib2/buildlink3.mk"
|
.include "../../devel/glib2/buildlink3.mk"
|
||||||
.include "../../www/curl/buildlink3.mk"
|
.include "../../www/curl/buildlink3.mk"
|
||||||
|
.include "../../devel/meson/build.mk"
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
|
@ -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/megacopy
|
||||||
bin/megadf
|
bin/megadf
|
||||||
bin/megadl
|
bin/megadl
|
||||||
|
bin/megaexport
|
||||||
bin/megaget
|
bin/megaget
|
||||||
bin/megals
|
bin/megals
|
||||||
bin/megamkdir
|
bin/megamkdir
|
||||||
bin/megaput
|
bin/megaput
|
||||||
bin/megareg
|
bin/megareg
|
||||||
bin/megarm
|
bin/megarm
|
||||||
man/man1/megacopy.1
|
bin/megatest
|
||||||
man/man1/megadf.1
|
bin/megatools
|
||||||
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
|
|
||||||
share/doc/megatools/LICENSE
|
share/doc/megatools/LICENSE
|
||||||
share/doc/megatools/NEWS
|
share/doc/megatools/NEWS
|
||||||
share/doc/megatools/README
|
share/doc/megatools/README
|
||||||
|
|
|
@ -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
|
SHA1 (megatools-1.11.0-git-20200404.tar.gz) = 7d9fe2770d52f6e265d2840fcad23d87e7be6151
|
||||||
RMD160 (megatools-1.10.2.tar.gz) = 01a2437f40da4112e496de15682268cb0da70bd9
|
RMD160 (megatools-1.11.0-git-20200404.tar.gz) = 2cdffc72a9214d3407b24ecaf6ed168f8fe91ba5
|
||||||
SHA512 (megatools-1.10.2.tar.gz) = 6d9a5dcba6be12bce38313c3481565b2f8671e354d2e021614b62c2cf30963b9e4a87574dd80b36613290db7721e3ef4d32072a19efee76ff292b17bc6c2bafe
|
SHA512 (megatools-1.11.0-git-20200404.tar.gz) = 874b569e3a9d1311f169a5b4e3c40aa3be053344389abae67541f64cb253f5a13bb6f64634524ff10d493772519121206ab7bb535367635cee6194ceb6c603b7
|
||||||
Size (megatools-1.10.2.tar.gz) = 300486 bytes
|
Size (megatools-1.11.0-git-20200404.tar.gz) = 102383 bytes
|
||||||
|
|
Loading…
Reference in a new issue