Package wget: Information

    Source package: wget
    Version: 1.25.0-alt4
    Latest version according to Repology
    Build time:  Feb 10, 2025, 12:16 PM in the task #374167
    Category: Networking/WWW
    Report package bug
    Summary: A free utility for non-interactive download of files from the Web
    Description: 
    GNU Wget is a free utility for non-interactive download of files from
    the Web. It supports HTTP, HTTPS, and FTP protocols. Wget features
    include the ability to work in the background while you're logged out,
    recursive retrieval of directories, file name wildcard matching, remote
    file timestamp storage and comparison, use of Rest with FTP servers
    and Range with HTTP servers to retrieve files over slow or unstable
    connections, support for Proxy servers, and configurability.

    List of RPM packages built from this SRPM:
    wget (x86_64, ppc64le, i586, aarch64)
    wget-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Vitaly Chikunov



      1. perl-HTTP-Daemon
      2. perl-IO-Socket-SSL
      3. perl-Pod-Usage
      4. libseccomp-devel
      5. libssl-devel
      6. libunistring-devel
      7. libcap-devel
      8. libcares-devel
      9. makeinfo
      10. autoconf-archive
      11. flex
      12. libidn2-devel
      13. strace
      14. texinfo
      15. zlib-devel
      16. gperf
      17. gnulib

    Last changed


    Feb. 10, 2025 Vitaly Chikunov 1.25.0-alt4
    - Update seccomp filter for gettimeofday (ALT#52946).
    Feb. 1, 2025 Vitaly Chikunov 1.25.0-alt3
    - spec: Enable more SSL tests.
    Jan. 25, 2025 Vitaly Chikunov 1.25.0-alt2
    - Use less strict seccomp (and thus more robust) hardening by default (without
      aborting whole process).
    - Add '--no-sandbox' command line and 'sandbox = off' config options to make it
      easier to turn off sandboxing for end users.