Skip to content

Commit

Permalink
wget: Update to v1.25.0
Browse files Browse the repository at this point in the history
**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`
  • Loading branch information
malfisya committed Dec 20, 2024
1 parent 14f554b commit 7b7b532
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions packages/w/wget/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : wget
version : 1.24.5
release : 33
version : 1.25.0
release : 34
source :
- https://ftp.gnu.org/gnu/wget/wget-1.24.5.tar.gz : fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de
- https://ftp.gnu.org/gnu/wget/wget-1.25.0.tar.gz : 766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784
homepage : https://www.gnu.org/software/wget/
license : GPL-3.0-or-later
component : network.clients
Expand All @@ -20,7 +20,6 @@ checkdeps :
- perl-http-daemon
- valgrind
setup : |
%patch -p1 -i $pkgfiles/CVE-2024-38428.patch
# TODO switch this back to openssl after we figure out why it breaks TLS, or just keep using gnutls until wget2
%configure --with-ssl=gnutls \
--enable-valgrind-tests
Expand Down
14 changes: 7 additions & 7 deletions packages/w/wget/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>wget</Name>
<Homepage>https://www.gnu.org/software/wget/</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>network.clients</PartOf>
Expand Down Expand Up @@ -106,12 +106,12 @@
</Files>
</Package>
<History>
<Update release="33">
<Date>2024-06-26</Date>
<Version>1.24.5</Version>
<Update release="34">
<Date>2024-12-20</Date>
<Version>1.25.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 7b7b532

Please sign in to comment.