pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yt-dlp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 24 11:58:09 UTC 2024

Modified Files:
        pkgsrc/net/yt-dlp: Makefile distinfo

Log Message:
yt-dlp: updated to 2024.12.23

2024.12.23

Core changes

Don't sanitize filename on Unix when --no-windows-filenames
update
Check 64-bitness when upgrading ARM builds
Fix endless update loop for linux_exe builds

Extractor changes

soundcloud: Various fixes
youtube
Add age-gate workaround for some embeddable videos
Fix uploader_id extraction
Player client maintenance
Skip iOS formats that require PO Token


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/yt-dlp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/yt-dlp/Makefile
diff -u pkgsrc/net/yt-dlp/Makefile:1.55 pkgsrc/net/yt-dlp/Makefile:1.56
--- pkgsrc/net/yt-dlp/Makefile:1.55     Sun Dec 15 09:49:06 2024
+++ pkgsrc/net/yt-dlp/Makefile  Tue Dec 24 11:58:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/12/15 09:49:06 adam Exp $
+# $NetBSD: Makefile,v 1.56 2024/12/24 11:58:09 adam Exp $
 
-DISTNAME=      yt_dlp-2024.12.13
+DISTNAME=      yt_dlp-2024.12.23
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yt-dlp/}

Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.50 pkgsrc/net/yt-dlp/distinfo:1.51
--- pkgsrc/net/yt-dlp/distinfo:1.50     Sun Dec 15 09:49:06 2024
+++ pkgsrc/net/yt-dlp/distinfo  Tue Dec 24 11:58:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2024/12/15 09:49:06 adam Exp $
+$NetBSD: distinfo,v 1.51 2024/12/24 11:58:09 adam Exp $
 
-BLAKE2s (yt_dlp-2024.12.13.tar.gz) = eec19d7ae5398b3804764a58269524059d82810d2fee8c0a1ceb3b7655787f42
-SHA512 (yt_dlp-2024.12.13.tar.gz) = 21ee04f3664a916c2c7680d156b55c493d5b243168d9eba8aaf579abeb99641bc405ae8b89516b72d06e5d871f045ba815ceb482cb46e262329235f5202dd3f0
-Size (yt_dlp-2024.12.13.tar.gz) = 2913186 bytes
+BLAKE2s (yt_dlp-2024.12.23.tar.gz) = 8a208a5c349d0fcb7a29c325fc758a56ba7fedf304f424ffd1935a83fe932d79
+SHA512 (yt_dlp-2024.12.23.tar.gz) = b549fa436377cab496d31c5c7f36f577c4402b6028c1855909f896b0c4a9c345cbd88e310998f7adc2944783d3d9aa3ed1b2180809124369b8bcf91be3162e92
+Size (yt_dlp-2024.12.23.tar.gz) = 2914953 bytes



Home | Main Index | Thread Index | Old Index