Bug 273336 - multimedia/streamlink: Update to 6.1.0
Summary: multimedia/streamlink: Update to 6.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://streamlink.github.io/changelo...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 03:06 UTC by takefu
Modified: 2023-08-30 07:56 UTC (History)
1 user (show)

See Also:


Attachments
py-streamlink-6.1.0.patch (2.61 KB, patch)
2023-08-25 03:06 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2023-08-25 03:06:02 UTC
Created attachment 244328 [details]
py-streamlink-6.1.0.patch

Upstream update

https://streamlink.github.io/changelog.html#streamlink-6-1-0-2023-08-16

fix
  MASTER_SITES
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-29 12:23:34 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-30 07:56:23 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-08-30 07:56:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3aaaca643f37c602a21a8bc4d085845391774bef

commit 3aaaca643f37c602a21a8bc4d085845391774bef
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-08-29 12:24:03 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-08-30 07:56:05 +0000

    multimedia/streamlink: Update to 6.1.0

    ChangeLog:
    https://streamlink.github.io/changelog.html#streamlink-6-1-0-2023-08-16

    * Added: --hls-segment-queue-threshold for being able to configure when to stop
      HLS streams early on missing segments (#5478)
    * Fixed: config file parsing issues and made parsing argument values more strict
    * Fixed: race condition when reading and validating the FFmpeg version string
    * Fixed plugins: atresplayer
    * Docs: added code examples for the removal of Streamlink.{g,s}et_plugin_option
    * Build: fixed entry-points config issues with setuptools 68.1.0

    PR:             273336
    Reported by:    takefu@airport.fm

 multimedia/streamlink/Makefile | 15 +++++++--------
 multimedia/streamlink/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 11 deletions(-)