Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wget: Update to v1.25.0 #4634

Merged
merged 1 commit into from
Dec 21, 2024
Merged

wget: Update to v1.25.0 #4634

merged 1 commit into from
Dec 21, 2024

Conversation

malfisya
Copy link
Member

@malfisya malfisya commented Dec 20, 2024

Summary

  • Drop support for shorthand FTP URLs (CVE-2024-10524)
  • Switch to continuous reading from stdin pipes
  • Reimplement user-info parsing based on RFC 2396
  • Fix a build issue with libproxy and --disable-debug

Test Plan

Download a git repo (wget -qO- https://git.io/papirus-folders-install | env PREFIX=$HOME/.local sh)

Checklist

  • Package was built and tested against unstable
  • This change could gainfully be listed in the weekly sync notes once merged

**Summary**

- Drop support for shorthand FTP URLs (CVE-2024-10524)
- Switch to continuous reading from stdin pipes
- Reimplement user-info parsing based on RFC 2396
- Fix a build issue with `libproxy` and `--disable-debug`
@davidjharder davidjharder added the Type: Security Security issue label Dec 20, 2024
@malfisya malfisya marked this pull request as ready for review December 21, 2024 11:27
Copy link
Member

@davidjharder davidjharder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@davidjharder davidjharder merged commit ec58e75 into main Dec 21, 2024
1 check passed
@davidjharder davidjharder deleted the wget branch December 21, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Security Security issue
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants