Received: by mail.netbsd.org (Postfix, from userid 605) id CAF0484D9B; Thu, 1 Aug 2019 21:40:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4620D84D98 for ; Thu, 1 Aug 2019 21:40:16 +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 caEFr5io9fwl for ; Thu, 1 Aug 2019 21:40:15 +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 60D6A84D3C for ; Thu, 1 Aug 2019 21:40:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A59CFBF4; Thu, 1 Aug 2019 21:40:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564695615215440" MIME-Version: 1.0 Date: Thu, 1 Aug 2019 21:40:15 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/gallery-dl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190801214015.5A59CFBF4@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. --_----------=_1564695615215440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Aug 1 21:40:15 UTC 2019 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.10.0 Changes: 1.10.0 ------ ### Warning - Prior to version 1.10.0 all cache files were created world readable (mode `644`) leading to possible sensitive information disclosure on multi-user systems. It is recommended to restrict access permissions of already existing files (`/tmp/.gallery-dl.cache`) with `chmod 600`. Windows users should not be affected. ### Additions - Support for - `vsco` (#331) - `imgbb` (#361) - `adultempire` (#340) - `restrict-filenames` option to create Windows-compatible filenames on any platform (#348) - `forward-cookies` option to control cookie forwarding to youtube-dl (#352) ### Changes - The default cache file location on non-Windows systems is now `$XDG_CACHE_HOME/gallery-dl/cache.sqlite3` or `~/.cache/gallery-dl/cache.sqlite3` - New cache files are created with mode `600` - `exhentai` extractors will always use `e-hentai.org` as domain ### Fixes - Logging into `exhentai` now collects more cookies than just `ipb_member_id` and `ipb_pass_hash` - Better handling of `exhentai` image limits and errors (#356, #360) - Try to prevent ZIP file corruption (#355) - Miscellaneous fixes for `behance`, `ngomik` To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564695615215440 Content-Disposition: inline Content-Length: 3685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gallery-dl/Makefile diff -u pkgsrc/net/gallery-dl/Makefile:1.37 pkgsrc/net/gallery-dl/Makefile:1.38 --- pkgsrc/net/gallery-dl/Makefile:1.37 Fri Jul 19 20:38:40 2019 +++ pkgsrc/net/gallery-dl/Makefile Thu Aug 1 21:40:15 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2019/07/19 20:38:40 leot Exp $ +# $NetBSD: Makefile,v 1.38 2019/08/01 21:40:15 leot Exp $ -DISTNAME= gallery_dl-1.9.0 +DISTNAME= gallery_dl-1.10.0 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} Index: pkgsrc/net/gallery-dl/PLIST diff -u pkgsrc/net/gallery-dl/PLIST:1.31 pkgsrc/net/gallery-dl/PLIST:1.32 --- pkgsrc/net/gallery-dl/PLIST:1.31 Fri Jul 19 20:38:40 2019 +++ pkgsrc/net/gallery-dl/PLIST Thu Aug 1 21:40:15 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2019/07/19 20:38:40 leot Exp $ +@comment $NetBSD: PLIST,v 1.32 2019/08/01 21:40:15 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -66,6 +66,9 @@ ${PYSITELIB}/gallery_dl/extractor/8muses ${PYSITELIB}/gallery_dl/extractor/__init__.py ${PYSITELIB}/gallery_dl/extractor/__init__.pyc ${PYSITELIB}/gallery_dl/extractor/__init__.pyo +${PYSITELIB}/gallery_dl/extractor/adultempire.py +${PYSITELIB}/gallery_dl/extractor/adultempire.pyc +${PYSITELIB}/gallery_dl/extractor/adultempire.pyo ${PYSITELIB}/gallery_dl/extractor/artstation.py ${PYSITELIB}/gallery_dl/extractor/artstation.pyc ${PYSITELIB}/gallery_dl/extractor/artstation.pyo @@ -162,6 +165,9 @@ ${PYSITELIB}/gallery_dl/extractor/imagef ${PYSITELIB}/gallery_dl/extractor/imagehosts.py ${PYSITELIB}/gallery_dl/extractor/imagehosts.pyc ${PYSITELIB}/gallery_dl/extractor/imagehosts.pyo +${PYSITELIB}/gallery_dl/extractor/imgbb.py +${PYSITELIB}/gallery_dl/extractor/imgbb.pyc +${PYSITELIB}/gallery_dl/extractor/imgbb.pyo ${PYSITELIB}/gallery_dl/extractor/imgbox.py ${PYSITELIB}/gallery_dl/extractor/imgbox.pyc ${PYSITELIB}/gallery_dl/extractor/imgbox.pyo @@ -339,6 +345,9 @@ ${PYSITELIB}/gallery_dl/extractor/twitte ${PYSITELIB}/gallery_dl/extractor/vanillarock.py ${PYSITELIB}/gallery_dl/extractor/vanillarock.pyc ${PYSITELIB}/gallery_dl/extractor/vanillarock.pyo +${PYSITELIB}/gallery_dl/extractor/vsco.py +${PYSITELIB}/gallery_dl/extractor/vsco.pyc +${PYSITELIB}/gallery_dl/extractor/vsco.pyo ${PYSITELIB}/gallery_dl/extractor/wallhaven.py ${PYSITELIB}/gallery_dl/extractor/wallhaven.pyc ${PYSITELIB}/gallery_dl/extractor/wallhaven.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.35 pkgsrc/net/gallery-dl/distinfo:1.36 --- pkgsrc/net/gallery-dl/distinfo:1.35 Fri Jul 19 20:38:40 2019 +++ pkgsrc/net/gallery-dl/distinfo Thu Aug 1 21:40:15 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2019/07/19 20:38:40 leot Exp $ +$NetBSD: distinfo,v 1.36 2019/08/01 21:40:15 leot Exp $ -SHA1 (gallery_dl-1.9.0.tar.gz) = 9aa6ffe7189843e646f82188f22771b64c8076c4 -RMD160 (gallery_dl-1.9.0.tar.gz) = faa2cdc59327d446dd2a77d360b40f2e8b73fafe -SHA512 (gallery_dl-1.9.0.tar.gz) = 7facea1846af427d8afb28b4cd8fea627974b0a777a6018231615dc561ac7c95d95d8da16e7ac3947d3abbd27c0bf5c4b4b732e5f79f6e45530922baa4ddec28 -Size (gallery_dl-1.9.0.tar.gz) = 216014 bytes +SHA1 (gallery_dl-1.10.0.tar.gz) = e63caeb30054820d0bf471b9227ae6f4b0e73dac +RMD160 (gallery_dl-1.10.0.tar.gz) = dd8397425a8cd56da559de522811292357913cd1 +SHA512 (gallery_dl-1.10.0.tar.gz) = 2cc986c098354ca89c40d836701b94633b72c2ded65f2ac737346501b0c65533df78130196cb2667b397501c1d967f82a751d5c3ad24162893db7202b524ce35 +Size (gallery_dl-1.10.0.tar.gz) = 219992 bytes SHA1 (patch-gallery__dl_version.py) = 140cf782ac60597849b6efca686b12b737bc1956 --_----------=_1564695615215440--