From unknown Mon Aug 18 11:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48900] [PATCH] gnu: youtube-dl: Update to 2021.06.06. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Jun 2021 12:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48900 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48900@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162306890223427 (code B ref -1); Mon, 07 Jun 2021 12:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Jun 2021 12:28:22 +0000 Received: from localhost ([127.0.0.1]:54696 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqEMb-00065k-Tg for submit@debbugs.gnu.org; Mon, 07 Jun 2021 08:28:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:50726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqEMW-00065Z-Gk for submit@debbugs.gnu.org; Mon, 07 Jun 2021 08:28:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34322) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqEMW-0005L4-9q for guix-patches@gnu.org; Mon, 07 Jun 2021 08:28:12 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:48104 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqEMR-00066v-Dq for guix-patches@gnu.org; Mon, 07 Jun 2021 08:28:11 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623068883; bh=G3DnAP5swzUoJHtAea+JsXXlIWzeqTzCkJNCSKR9v74=; h=From:To:Subject:Date; b=cvjCgWnY0BspqSfC11Db7QGmkulrlzIfjZ9F3no0GcF1dZVVt49FynbJLFv2Ey+Ok 2hXR9r+b+33OVsTJb64rGQks6PWTMGawNrBG5wC+vBOrzTfB+j4hgxo167pQZcuNt2 PEapTHhwMzICf8p9TSQMiHFmDedT50S34h7kEUHg= Message-Id: Date: Mon, 07 Jun 2021 14:28:02 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.594, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.8 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/video.scm (youtube-dl): Update to 2021.06.06. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e352cbf6fd..a694d4bb43 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2191,14 +2191,14 @@ To load this plugin, [...] Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.6 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/video.scm (youtube-dl): Update to 2021.06.06. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e352cbf6fd..a694d4bb43 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2191,14 +2191,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2021.05.16") + (version "2021.06.06") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "1z8sdzvkxhscnzy7cnjag308glif0k8jylr11biqwzypm1f2l0fl")) + "1hqan9h55x9gfdakw554vic68w9gpvhblchwxlw265zxp56hxjrw")) (snippet '(begin ;; Delete the pre-generated files, except for the man page base-commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f -- 2.31.1 From unknown Mon Aug 18 11:32:17 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#48900: closed (Pushed isync & youtube-dl updates) Message-ID: References: X-Gnu-PR-Message: they-closed 48900 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48900@debbugs.gnu.org Date: Mon, 07 Jun 2021 20:06:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1623096363-6016-1" This is a multi-part message in MIME format... ------------=_1623096363-6016-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48900: [PATCH] gnu: youtube-dl: Update to 2021.06.06. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48900@debbugs.gnu.org. --=20 48900: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48900 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1623096363-6016-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48900-done) by debbugs.gnu.org; 7 Jun 2021 20:05:46 +0000 Received: from localhost ([127.0.0.1]:56733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqLVK-0001Xz-9f for submit@debbugs.gnu.org; Mon, 07 Jun 2021 16:05:46 -0400 Received: from tobias.gr ([80.241.217.52]:43934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqLVI-0001Xm-5O; Mon, 07 Jun 2021 16:05:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=cxCq4d31OYpvhV1lczG/etko5tQmVzDZSdulkmwFTfM=; h=references: in-reply-to:subject:to:from:date; b=YTANOwSKz5saeiIlwIVEoNUrVz/zve+M6a Qq8h4n+TK10XXwaJTvxRIBfWnWt9+uXNPYjUZNEXKikby4sCfDrGyqlwio1M0C7jIrsfpw T3XcrYTqyl2EK7XvVaROAz5x1zQ7l7NB6XkQN4kkKsMBLd21izZhr3IuVoOC3jtxEq+uMw HNYroKlT6Mj9gxxmtGcGcopBizaNxCmp81Aq8owlKU6pmDInGVoHtHnIX1jBvr9fws67xh Uciflq/JBDWjD4yA1UQC4q34ycs7xfc0a3Fk2YbujbyiFwvBWF4wKilhKX5y5cAp9mmKB8 shADg+ywGTmmZnPz+ndy93QbQHpQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 14ab9d16; Mon, 7 Jun 2021 20:05:41 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 07 Jun 2021 22:05:40 +0200 From: Tobias Geerinckx-Rice To: 48898-done@debbugs.gnu.org, 48900-done@debbugs.gnu.org Subject: Pushed isync & youtube-dl updates In-Reply-To: <20210607200318.EEE6221148@vcs0.savannah.gnu.org> References: <20210607200317.12851.17276@vcs0.savannah.gnu.org> <20210607200318.EEE6221148@vcs0.savannah.gnu.org> Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48900-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Pushed as 920dd34a3428e44a4bc60d01f870b7ec49b8df43 et al. Thanks! Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity. ------------=_1623096363-6016-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Jun 2021 12:28:22 +0000 Received: from localhost ([127.0.0.1]:54696 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqEMb-00065k-Tg for submit@debbugs.gnu.org; Mon, 07 Jun 2021 08:28:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:50726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqEMW-00065Z-Gk for submit@debbugs.gnu.org; Mon, 07 Jun 2021 08:28:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34322) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqEMW-0005L4-9q for guix-patches@gnu.org; Mon, 07 Jun 2021 08:28:12 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:48104 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lqEMR-00066v-Dq for guix-patches@gnu.org; Mon, 07 Jun 2021 08:28:11 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1623068883; bh=G3DnAP5swzUoJHtAea+JsXXlIWzeqTzCkJNCSKR9v74=; h=From:To:Subject:Date; b=cvjCgWnY0BspqSfC11Db7QGmkulrlzIfjZ9F3no0GcF1dZVVt49FynbJLFv2Ey+Ok 2hXR9r+b+33OVsTJb64rGQks6PWTMGawNrBG5wC+vBOrzTfB+j4hgxo167pQZcuNt2 PEapTHhwMzICf8p9TSQMiHFmDedT50S34h7kEUHg= To: guix-patches@gnu.org Subject: [PATCH] gnu: youtube-dl: Update to 2021.06.06. Message-Id: Date: Mon, 07 Jun 2021 14:28:02 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.594, PDS_OTHER_BAD_TLD=1.997, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.8 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/video.scm (youtube-dl): Update to 2021.06.06. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e352cbf6fd..a694d4bb43 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2191,14 +2191,14 @@ To load this plugin, [...] Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.6 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/video.scm (youtube-dl): Update to 2021.06.06. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e352cbf6fd..a694d4bb43 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2191,14 +2191,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2021.05.16") + (version "2021.06.06") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "1z8sdzvkxhscnzy7cnjag308glif0k8jylr11biqwzypm1f2l0fl")) + "1hqan9h55x9gfdakw554vic68w9gpvhblchwxlw265zxp56hxjrw")) (snippet '(begin ;; Delete the pre-generated files, except for the man page base-commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f -- 2.31.1 ------------=_1623096363-6016-1--