Received: by mail.netbsd.org (Postfix, from userid 605) id 607D684D3D; Sun, 25 Apr 2021 18:58:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 990F984D12 for ; Sun, 25 Apr 2021 18:58:33 +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 IU74m77PCbUY for ; Sun, 25 Apr 2021 18:58:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A5D184CEF for ; Sun, 25 Apr 2021 18:58:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F10F3FA95; Sun, 25 Apr 2021 18:58:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619377112268940" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 18:58:32 +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: <20210425185832.F10F3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619377112268940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Apr 25 18:58:32 UTC 2021 Modified Files: pkgsrc/net/youtube-dl: Makefile distinfo Log Message: youtube-dl: Update to 20210426 Changes: 20210426 -------- Extractors + [xfileshare] Add support for wolfstream.tv (#28858) * [francetvinfo] Improve video id extraction (#28792) * [medaltv] Fix extraction (#28807) * [tver] Redirect all downloads to Brightcove (#28849) * [go] Improve video id extraction (#25207, #25216, #26058) * [youtube] Fix lazy extractors (#28780) + [bbc] Extract description and timestamp from __INITIAL_DATA__ (#28774) * [cbsnews] Fix extraction for python <3.6 (#23359) To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 pkgsrc/net/youtube-dl/Makefile cvs rdiff -u -r1.220 -r1.221 pkgsrc/net/youtube-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619377112268940 Content-Disposition: inline Content-Length: 2089 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.240 pkgsrc/net/youtube-dl/Makefile:1.241 --- pkgsrc/net/youtube-dl/Makefile:1.240 Sat Apr 17 09:41:52 2021 +++ pkgsrc/net/youtube-dl/Makefile Sun Apr 25 18:58:32 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.240 2021/04/17 09:41:52 leot Exp $ +# $NetBSD: Makefile,v 1.241 2021/04/25 18:58:32 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= 2021.04.17 +VERSION_DATE= 2021.04.26 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.220 pkgsrc/net/youtube-dl/distinfo:1.221 --- pkgsrc/net/youtube-dl/distinfo:1.220 Sat Apr 17 09:41:52 2021 +++ pkgsrc/net/youtube-dl/distinfo Sun Apr 25 18:58:32 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.220 2021/04/17 09:41:52 leot Exp $ +$NetBSD: distinfo,v 1.221 2021/04/25 18:58:32 leot Exp $ -SHA1 (youtube-dl-2021.04.17.tar.gz) = 32806840de4e11a07d5c2996a744492d9cdc458e -RMD160 (youtube-dl-2021.04.17.tar.gz) = ecb912c49f04d1ecc11d2adb3441b381467ab656 -SHA512 (youtube-dl-2021.04.17.tar.gz) = cb8c76063fc3bd66d07995a669fcf29e5b766c4deb05c9d82fc9795ac3a090a4ae2ee152f150208eae22b93157c286c615044f8f5b0a47798266ab219b49632e -Size (youtube-dl-2021.04.17.tar.gz) = 3331721 bytes +SHA1 (youtube-dl-2021.04.26.tar.gz) = 196d1423e11ebcbcb445b04758e47e62f7ce270b +RMD160 (youtube-dl-2021.04.26.tar.gz) = 6df5914fa0dc9a6c40ff832f8e6deb90c73012dc +SHA512 (youtube-dl-2021.04.26.tar.gz) = d187b537fc71ca8e0c9422404f14bab20f66ee9ea10af40d94e9216a79d6b78c1c535600308d18905c34ede0934dbf4f642f58125e898130ce536bc053aa2a10 +Size (youtube-dl-2021.04.26.tar.gz) = 3333530 bytes SHA1 (patch-setup.py) = 56115118d5a263f3b46ff0da0b8315a1459ad7d9 SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490 --_----------=_1619377112268940--