Received: by mail.netbsd.org (Postfix, from userid 605) id B236584D76; Sun, 8 Mar 2020 11:48:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 333EC84D6B for ; Sun, 8 Mar 2020 11:48:04 +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 ZMAZfEZ_kGhw for ; Sun, 8 Mar 2020 11:48:03 +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 A543384CFD for ; Sun, 8 Mar 2020 11:48:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EC14FB27; Sun, 8 Mar 2020 11:48:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158366808336000" MIME-Version: 1.0 Date: Sun, 8 Mar 2020 11:48:03 +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: <20200308114803.9EC14FB27@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. --_----------=_158366808336000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Mar 8 11:48:03 UTC 2020 Modified Files: pkgsrc/net/youtube-dl: Makefile distinfo Log Message: youtube-dl: Update to 20200308 Changes: 20200308 -------- Core + [utils] Add support for cookie files with spaces Extractors + [pornhub] Add support for pornhubpremium.com (#24288) - [youtube] Remove outdated code and unnecessary requests * [youtube] Improve extraction in 429 HTTP error conditions (#24283) * [nhk] Update API version (#24270) To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 pkgsrc/net/youtube-dl/Makefile cvs rdiff -u -r1.184 -r1.185 pkgsrc/net/youtube-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158366808336000 Content-Disposition: inline Content-Length: 2082 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.202 pkgsrc/net/youtube-dl/Makefile:1.203 --- pkgsrc/net/youtube-dl/Makefile:1.202 Thu Mar 5 18:20:22 2020 +++ pkgsrc/net/youtube-dl/Makefile Sun Mar 8 11:48:03 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.202 2020/03/05 18:20:22 leot Exp $ +# $NetBSD: Makefile,v 1.203 2020/03/08 11:48:03 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= 2020.03.06 +VERSION_DATE= 2020.03.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.184 pkgsrc/net/youtube-dl/distinfo:1.185 --- pkgsrc/net/youtube-dl/distinfo:1.184 Thu Mar 5 18:20:22 2020 +++ pkgsrc/net/youtube-dl/distinfo Sun Mar 8 11:48:03 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.184 2020/03/05 18:20:22 leot Exp $ +$NetBSD: distinfo,v 1.185 2020/03/08 11:48:03 leot Exp $ -SHA1 (youtube-dl-2020.03.06.tar.gz) = 5bca7521ea480773a67c05723c00139062691c36 -RMD160 (youtube-dl-2020.03.06.tar.gz) = 5fd6fb0afe4f48c01fe95854d5295d18b1f99144 -SHA512 (youtube-dl-2020.03.06.tar.gz) = 364e5955b233e7b5870b18f7e3eb3ec128cafd70feb86384aace36a42f85e793d2eb8f9e940cb7a45854d0cca2886f75f913c461dd27520f4cd023e0ff979d1e -Size (youtube-dl-2020.03.06.tar.gz) = 3164364 bytes +SHA1 (youtube-dl-2020.03.08.tar.gz) = 80517f18c9d3e1d1bc06584cda835183f1cc85a4 +RMD160 (youtube-dl-2020.03.08.tar.gz) = 83fd943ff94d27aad5d177b121cccfe53da3e11f +SHA512 (youtube-dl-2020.03.08.tar.gz) = 09636e3ec526dbcb043cf61ed4dda5c5c00fac2ecd741bf3cb338ca8de72d1395a95a6189bccced140ca1c37eb3f693332e757ff01eb1a25279b100ccdf39b65 +Size (youtube-dl-2020.03.08.tar.gz) = 3164037 bytes SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_extractor_la7.py) = d104c32abb21f9dfe982c0f42e049aeff0f50d67 SHA1 (patch-youtube__dl_extractor_rai.py) = ae67a6fb599c90491fd68b72bf71821659a2eca4 --_----------=_158366808336000--