Received: by mail.netbsd.org (Postfix, from userid 605) id B53A884D99; Sun, 11 Feb 2018 12:24:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EEF084D98 for ; Sun, 11 Feb 2018 12:24:25 +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 3bbAh5w6Ebq5 for ; Sun, 11 Feb 2018 12:24:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A206084CD9 for ; Sun, 11 Feb 2018 12:24:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 984DEFB40; Sun, 11 Feb 2018 12:24:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518351864164020" MIME-Version: 1.0 Date: Sun, 11 Feb 2018 12:24:24 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/youtube-dl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20180211122424.984DEFB40@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. --_----------=_1518351864164020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Feb 11 12:24:24 UTC 2018 Modified Files: pkgsrc/net/youtube-dl: Makefile distinfo Log Message: youtube-dl: Update net/youtube-dl to 20180208 Changes: version 2018.02.08 Extractors + [myvi] Extend URL regular expression + [myvi:embed] Add support for myvi.tv embeds (#15521) + [prosiebensat1] Extend URL regular expression (#15520) * [pokemon] Relax URL regular expression and extend title extraction (#15518) + [gameinformer] Use geo verification headers * [la7] Fix extraction (#15501, #15502) * [gameinformer] Fix brightcove id extraction (#15416) + [afreecatv] Pass referrer to video info request (#15507) + [telebruxelles] Add support for live streams * [telebruxelles] Relax URL regular expression * [telebruxelles] Fix extraction (#15504) * [extractor/common] Respect secure schemes in _extract_wowza_formats version 2018.02.04 Core * [downloader/http] Randomize HTTP chunk size + [downloader/http] Add ability to pass downloader options via info dict * [downloader/http] Fix 302 infinite loops by not reusing requests + Document http_chunk_size Extractors + [brightcove] Pass embed page URL as referrer (#15486) + [youtube] Enforce using chunked HTTP downloading for DASH formats version 2018.02.03 Core + Introduce --http-chunk-size for chunk-based HTTP downloading + Add support for IronPython * [downloader/ism] Fix Python 3.2 support Extractors * [redbulltv] Fix extraction (#15481) * [redtube] Fix metadata extraction (#15472) * [pladform] Respect platform id and extract HLS formats (#15468) - [rtlnl] Remove progressive formats (#15459) * [6play] Do no modify asset URLs with a token (#15248) * [nationalgeographic] Relax URL regular expression * [dplay] Relax URL regular expression (#15458) * [cbsinteractive] Fix data extraction (#15451) + [amcnetworks] Add support for sundancetv.com (#9260) To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 pkgsrc/net/youtube-dl/Makefile cvs rdiff -u -r1.114 -r1.115 pkgsrc/net/youtube-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518351864164020 Content-Disposition: inline Content-Length: 2003 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/youtube-dl/Makefile diff -u pkgsrc/net/youtube-dl/Makefile:1.129 pkgsrc/net/youtube-dl/Makefile:1.130 --- pkgsrc/net/youtube-dl/Makefile:1.129 Sat Jan 27 18:14:06 2018 +++ pkgsrc/net/youtube-dl/Makefile Sun Feb 11 12:24:24 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.129 2018/01/27 18:14:06 leot Exp $ +# $NetBSD: Makefile,v 1.130 2018/02/11 12:24:24 leot Exp $ # XXX: VERSION_DATE can contains also an optional part that indicates # XXX: possible same day revisions. PKGNAME preserves that dotted part as is. -VERSION_DATE= 2018.01.27 +VERSION_DATE= 2018.02.08 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= ${DISTNAME:S/.//:S/.//} CATEGORIES= net Index: pkgsrc/net/youtube-dl/distinfo diff -u pkgsrc/net/youtube-dl/distinfo:1.114 pkgsrc/net/youtube-dl/distinfo:1.115 --- pkgsrc/net/youtube-dl/distinfo:1.114 Sat Jan 27 18:14:06 2018 +++ pkgsrc/net/youtube-dl/distinfo Sun Feb 11 12:24:24 2018 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.114 2018/01/27 18:14:06 leot Exp $ +$NetBSD: distinfo,v 1.115 2018/02/11 12:24:24 leot Exp $ -SHA1 (youtube-dl-2018.01.27.tar.gz) = d820cc789d78ed68dbbaf8b93d06d2d9ae59624e -RMD160 (youtube-dl-2018.01.27.tar.gz) = 478e41d97f4e62cd95ac34e4c2669624e2de95f8 -SHA512 (youtube-dl-2018.01.27.tar.gz) = dfe43d855ed6162542531a471f3683e6fd0c3aa094f736a5a53b4efc298106e609787063380d112a2cd0888791e677c11e70fbc90aad096cbbc0aa82442eecff -Size (youtube-dl-2018.01.27.tar.gz) = 2893288 bytes +SHA1 (youtube-dl-2018.02.08.tar.gz) = b1b59b729d03d7622a0cc392a52928c87cf09ec2 +RMD160 (youtube-dl-2018.02.08.tar.gz) = dd17cb64c8404faf3855ec4edc776782fb904944 +SHA512 (youtube-dl-2018.02.08.tar.gz) = e0a7ff99f7ff1bfeb105d45b45584cff5d134d8d1b26fe9ddbc40dcce37b46f068af15e0e906cc26f85a282aaa3707aebc00103f6687d0f6314c092d6a048e02 +Size (youtube-dl-2018.02.08.tar.gz) = 2897318 bytes SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30 --_----------=_1518351864164020--