Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lux for openSUSE:Factory checked in at 2026-07-17 01:44:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lux (Old) and /work/SRC/openSUSE:Factory/.lux.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lux" Fri Jul 17 01:44:02 2026 rev:5 rq:1366141 version:0.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lux/lux.changes 2024-04-25 20:48:14.247998474 +0200 +++ /work/SRC/openSUSE:Factory/.lux.new.24530/lux.changes 2026-07-17 01:44:50.231992303 +0200 @@ -1,0 +2,16 @@ +Thu Jul 16 09:54:47 UTC 2026 - Michael Vetter <[email protected]> + +- CVE-2026-25680,CVE-2026-42502,CVE-2026-27136,CVE-2026-25681,CVE-2026-42506: Issues when parsing HTML files (bsc#1267110) +- CVE-2024-45338: Denial of service due to non-linear parsing of case-insensitive content (bsc#1235304) +- CVE-2025-22872: Incorrectly interpreted tags can cause content to be placed wrong scope during DOM construction (bsc#1241766) +- CVE-2025-47911: Various algorithms with quadratic complexity when parsing HTML documents (bsc#1251460) +- CVE-2025-58190: Excessive memory consumption (bsc#1251627) + Bump x/net to 0.57.0 + +------------------------------------------------------------------- +Mon May 6 08:37:13 UTC 2024 - Michael Vetter <[email protected]> + +- Update to 0.24.1: + * ci: bump go version to 1.22 #1350 + +------------------------------------------------------------------- Old: ---- lux-0.24.0.tar.gz New: ---- lux-0.24.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lux.spec ++++++ --- /var/tmp/diff_new_pack.cIdaP4/_old 2026-07-17 01:44:51.572037518 +0200 +++ /var/tmp/diff_new_pack.cIdaP4/_new 2026-07-17 01:44:51.572037518 +0200 @@ -1,7 +1,7 @@ # # spec file for package lux # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: lux -Version: 0.24.0 +Version: 0.24.1 Release: 0 Summary: A video downloader built with Go License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.cIdaP4/_old 2026-07-17 01:44:51.604038598 +0200 +++ /var/tmp/diff_new_pack.cIdaP4/_new 2026-07-17 01:44:51.608038733 +0200 @@ -1,6 +1,7 @@ <services> <service name="go_modules" mode="disabled"> <param name="compression">zst</param> + <param name="replace">golang.org/x/net=golang.org/x/[email protected]</param> </service> </services> ++++++ lux-0.24.0.tar.gz -> lux-0.24.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/builder.yml new/lux-0.24.1/.github/workflows/builder.yml --- old/lux-0.24.0/.github/workflows/builder.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/builder.yml 2024-05-06 03:31:30.000000000 +0200 @@ -88,25 +88,25 @@ GOMIPSLE: ${{ matrix.mipsle }} steps: - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 - name: Check out code base if: github.event_name == 'push' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Check out code base if: github.event_name == 'pull_request' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Cache go module - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/ci.yml new/lux-0.24.1/.github/workflows/ci.yml --- old/lux-0.24.0/.github/workflows/ci.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/ci.yml 2024-05-06 03:31:30.000000000 +0200 @@ -11,12 +11,12 @@ timeout-minutes: 30 strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest, macOS-latest] name: Go ${{ matrix.go }} in ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Environment @@ -26,7 +26,7 @@ - name: Lint uses: golangci/golangci-lint-action@v3 with: - version: v1.54.1 + version: v1.58.0 only-new-issues: true - name: Test env: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/goreleaser.yml new/lux-0.24.1/.github/workflows/goreleaser.yml --- old/lux-0.24.0/.github/workflows/goreleaser.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/goreleaser.yml 2024-05-06 03:31:30.000000000 +0200 @@ -14,9 +14,9 @@ with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_acfun.yml new/lux-0.24.1/.github/workflows/stream_acfun.yml --- old/lux-0.24.0/.github/workflows/stream_acfun.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_acfun.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_bcy.yml new/lux-0.24.1/.github/workflows/stream_bcy.yml --- old/lux-0.24.0/.github/workflows/stream_bcy.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_bcy.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_bilibili.yml new/lux-0.24.1/.github/workflows/stream_bilibili.yml --- old/lux-0.24.0/.github/workflows/stream_bilibili.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_bilibili.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_douyin.yml new/lux-0.24.1/.github/workflows/stream_douyin.yml --- old/lux-0.24.0/.github/workflows/stream_douyin.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_douyin.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_douyu.yml new/lux-0.24.1/.github/workflows/stream_douyu.yml --- old/lux-0.24.0/.github/workflows/stream_douyu.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_douyu.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_eporner.yml new/lux-0.24.1/.github/workflows/stream_eporner.yml --- old/lux-0.24.0/.github/workflows/stream_eporner.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_eporner.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_facebook.yml new/lux-0.24.1/.github/workflows/stream_facebook.yml --- old/lux-0.24.0/.github/workflows/stream_facebook.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_facebook.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_geekbang.yml new/lux-0.24.1/.github/workflows/stream_geekbang.yml --- old/lux-0.24.0/.github/workflows/stream_geekbang.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_geekbang.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_haokan.yml new/lux-0.24.1/.github/workflows/stream_haokan.yml --- old/lux-0.24.0/.github/workflows/stream_haokan.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_haokan.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_hupu.yml new/lux-0.24.1/.github/workflows/stream_hupu.yml --- old/lux-0.24.0/.github/workflows/stream_hupu.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_hupu.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_huya.yml new/lux-0.24.1/.github/workflows/stream_huya.yml --- old/lux-0.24.0/.github/workflows/stream_huya.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_huya.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_instagram.yml new/lux-0.24.1/.github/workflows/stream_instagram.yml --- old/lux-0.24.0/.github/workflows/stream_instagram.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_instagram.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_iqiyi.yml new/lux-0.24.1/.github/workflows/stream_iqiyi.yml --- old/lux-0.24.0/.github/workflows/stream_iqiyi.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_iqiyi.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_ixigua.yml new/lux-0.24.1/.github/workflows/stream_ixigua.yml --- old/lux-0.24.0/.github/workflows/stream_ixigua.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_ixigua.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_kuaishou.yml new/lux-0.24.1/.github/workflows/stream_kuaishou.yml --- old/lux-0.24.0/.github/workflows/stream_kuaishou.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_kuaishou.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_mgtv.yml new/lux-0.24.1/.github/workflows/stream_mgtv.yml --- old/lux-0.24.0/.github/workflows/stream_mgtv.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_mgtv.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_miaopai.yml new/lux-0.24.1/.github/workflows/stream_miaopai.yml --- old/lux-0.24.0/.github/workflows/stream_miaopai.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_miaopai.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_netease.yml new/lux-0.24.1/.github/workflows/stream_netease.yml --- old/lux-0.24.0/.github/workflows/stream_netease.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_netease.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_pinterest.yml new/lux-0.24.1/.github/workflows/stream_pinterest.yml --- old/lux-0.24.0/.github/workflows/stream_pinterest.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_pinterest.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_pixivision.yml new/lux-0.24.1/.github/workflows/stream_pixivision.yml --- old/lux-0.24.0/.github/workflows/stream_pixivision.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_pixivision.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_pornhub.yml new/lux-0.24.1/.github/workflows/stream_pornhub.yml --- old/lux-0.24.0/.github/workflows/stream_pornhub.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_pornhub.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_qq.yml new/lux-0.24.1/.github/workflows/stream_qq.yml --- old/lux-0.24.0/.github/workflows/stream_qq.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_qq.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_reddit.yml new/lux-0.24.1/.github/workflows/stream_reddit.yml --- old/lux-0.24.0/.github/workflows/stream_reddit.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_reddit.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_rumble.yml new/lux-0.24.1/.github/workflows/stream_rumble.yml --- old/lux-0.24.0/.github/workflows/stream_rumble.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_rumble.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_streamtape.yml new/lux-0.24.1/.github/workflows/stream_streamtape.yml --- old/lux-0.24.0/.github/workflows/stream_streamtape.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_streamtape.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_tangdou.yml new/lux-0.24.1/.github/workflows/stream_tangdou.yml --- old/lux-0.24.0/.github/workflows/stream_tangdou.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_tangdou.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_tiktok.yml new/lux-0.24.1/.github/workflows/stream_tiktok.yml --- old/lux-0.24.0/.github/workflows/stream_tiktok.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_tiktok.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_tumblr.yml new/lux-0.24.1/.github/workflows/stream_tumblr.yml --- old/lux-0.24.0/.github/workflows/stream_tumblr.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_tumblr.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_twitter.yml new/lux-0.24.1/.github/workflows/stream_twitter.yml --- old/lux-0.24.0/.github/workflows/stream_twitter.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_twitter.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_udn.yml new/lux-0.24.1/.github/workflows/stream_udn.yml --- old/lux-0.24.0/.github/workflows/stream_udn.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_udn.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_vimeo.yml new/lux-0.24.1/.github/workflows/stream_vimeo.yml --- old/lux-0.24.0/.github/workflows/stream_vimeo.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_vimeo.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_vk.yml new/lux-0.24.1/.github/workflows/stream_vk.yml --- old/lux-0.24.0/.github/workflows/stream_vk.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_vk.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_weibo.yml new/lux-0.24.1/.github/workflows/stream_weibo.yml --- old/lux-0.24.0/.github/workflows/stream_weibo.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_weibo.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_xiaohongshu.yml new/lux-0.24.1/.github/workflows/stream_xiaohongshu.yml --- old/lux-0.24.0/.github/workflows/stream_xiaohongshu.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_xiaohongshu.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_ximalaya.yml new/lux-0.24.1/.github/workflows/stream_ximalaya.yml --- old/lux-0.24.0/.github/workflows/stream_ximalaya.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_ximalaya.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_xinpianchang.yml new/lux-0.24.1/.github/workflows/stream_xinpianchang.yml --- old/lux-0.24.0/.github/workflows/stream_xinpianchang.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_xinpianchang.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_xvideos.yml new/lux-0.24.1/.github/workflows/stream_xvideos.yml --- old/lux-0.24.0/.github/workflows/stream_xvideos.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_xvideos.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_yinyuetai.yml new/lux-0.24.1/.github/workflows/stream_yinyuetai.yml --- old/lux-0.24.0/.github/workflows/stream_yinyuetai.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_yinyuetai.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_youku.yml new/lux-0.24.1/.github/workflows/stream_youku.yml --- old/lux-0.24.0/.github/workflows/stream_youku.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_youku.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_youtube.yml new/lux-0.24.1/.github/workflows/stream_youtube.yml --- old/lux-0.24.0/.github/workflows/stream_youtube.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_youtube.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_zhihu.yml new/lux-0.24.1/.github/workflows/stream_zhihu.yml --- old/lux-0.24.0/.github/workflows/stream_zhihu.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_zhihu.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.github/workflows/stream_zingmp3.yml new/lux-0.24.1/.github/workflows/stream_zingmp3.yml --- old/lux-0.24.0/.github/workflows/stream_zingmp3.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.github/workflows/stream_zingmp3.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/.golangci.yml new/lux-0.24.1/.golangci.yml --- old/lux-0.24.0/.golangci.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/.golangci.yml 2024-05-06 03:31:30.000000000 +0200 @@ -1,7 +1,7 @@ run: concurrency: 2 timeout: 5m - go: 1.21 + go: 1.22 linter-settings: goconst: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/go.mod new/lux-0.24.1/go.mod --- old/lux-0.24.0/go.mod 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/go.mod 2024-05-06 03:31:30.000000000 +0200 @@ -1,6 +1,6 @@ module github.com/iawia002/lux -go 1.21 +go 1.22 require ( github.com/EDDYCJY/fake-useragent v0.2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lux-0.24.0/script/github_action_template.yml new/lux-0.24.1/script/github_action_template.yml --- old/lux-0.24.0/script/github_action_template.yml 2024-04-22 02:54:55.000000000 +0200 +++ new/lux-0.24.1/script/github_action_template.yml 2024-05-06 03:31:30.000000000 +0200 @@ -18,12 +18,12 @@ runs-on: ${{ matrix.os }} strategy: matrix: - go: ["1.21"] + go: ["1.22"] os: [ubuntu-latest] name: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} ++++++ vendor.tar.zst ++++++ ++++ 142117 lines of diff (skipped)
