pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Update to 1.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/332c140ab18e
branches:  trunk
changeset: 337255:332c140ab18e
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Aug 01 21:40:15 2019 +0000

description:
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`

diffstat:

 net/gallery-dl/Makefile |   4 ++--
 net/gallery-dl/PLIST    |  11 ++++++++++-
 net/gallery-dl/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (67 lines):

diff -r 9cafd05773c9 -r 332c140ab18e net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Thu Aug 01 20:31:47 2019 +0000
+++ b/net/gallery-dl/Makefile   Thu Aug 01 21:40:15 2019 +0000
@@ -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/}
diff -r 9cafd05773c9 -r 332c140ab18e net/gallery-dl/PLIST
--- a/net/gallery-dl/PLIST      Thu Aug 01 20:31:47 2019 +0000
+++ b/net/gallery-dl/PLIST      Thu Aug 01 21:40:15 2019 +0000
@@ -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/__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/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/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
diff -r 9cafd05773c9 -r 332c140ab18e net/gallery-dl/distinfo
--- a/net/gallery-dl/distinfo   Thu Aug 01 20:31:47 2019 +0000
+++ b/net/gallery-dl/distinfo   Thu Aug 01 21:40:15 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index