summaryrefslogtreecommitdiff
path: root/gnu/packages/wget.scm
Commit message (Collapse)AuthorAge
* gnu: wget2: Simplify inputs.Marius Bakke2022-02-15
| | | | * gnu/packages/wget.scm (wget2): Simplify inputs.
* gnu: Remove unneeded uses of 'libiconv'.Marius Bakke2022-02-15
| | | | | | | | | | | | | | | | | iconv is part of glibc, there is no need to add it as input. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV. * gnu/packages/compression.scm (innoextract)[inputs]: Likewise. * gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise. * gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise. * gnu/packages/mail.scm (mailutils)[inputs]: Likewise. * gnu/packages/maths.scm (libqalculate)[inputs]: Likewise. * gnu/packages/pep.scm (pep-engine)[inputs]: Likewise. * gnu/packages/vim.scm (neovim)[inputs]: Likewise. * gnu/packages/wget.scm (wget2)[inputs]: Likewise. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise. * gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\
| * gnu: wget2: Update to 2.0.0.Efraim Flashner2021-10-03
| | | | | | | | * gnu/packages/wget.scm (wget2): Update to 2.0.0.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: wgetpaste: Update to 2.32.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | | | | | | | * gnu/packages/wget.scm (wgetpaste): Update to 2.32. [source]: Remove patch. * gnu/packages/patches/wgetpaste-update-bpaste.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: wgetpaste: Build from Git.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | * gnu/packages/wget.scm (wgetpaste)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| * gnu: wgetpaste: Don't install LICENSE file twice.Tobias Geerinckx-Rice2021-06-05
| | | | | | | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Leave LICENSE file installation to the aptly-named 'install-license-files default phase.
* | gnu: wget: Update to 1.21.1.Marius Bakke2021-05-22
|/ | | | * gnu/packages/wget.scm (wget): Update to 1.21.1.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2020-09-05
|\
| * gnu: wgetpaste: Update bpaste URL & regular expressions.Tobias Geerinckx-Rice2020-09-01
| | | | | | | | | | | | * gnu/packages/wget.scm (wgetpaste)[source]: Add patch. * gnu/packages/patches/wgetpaste-update-bpaste.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: wgetpaste: Update to 2.30.Tobias Geerinckx-Rice2020-09-01
| | | | | | | | * gnu/packages/wget.scm (wgetpaste): Update to 2.30.
| * gnu: wgetpaste: Use HTTPS home page.Tobias Geerinckx-Rice2020-09-01
| | | | | | | | * gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.
| * gnu: wgetpaste: Fix historical confusion.Tobias Geerinckx-Rice2020-09-01
| | | | | | | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Fix the reversed substitution and clarify its purpose.
* | gnu: wget: Cross-build fix.Jan (janneke) Nieuwenhuizen2020-07-03
|/ | | | | * gnu/packages/wget.scm (wget)[inputs]: Move lzip to ... [native-inputs]: ... here.
* gnu: wget2: Add support for gnu updater.Efraim Flashner2020-04-22
| | | | | * gnu/packages/wget.scm (wget2)[properties]: New field. Add ftp-directory.
* gnu: wgetpaste: Fix license.Efraim Flashner2019-12-30
| | | | * gnu/packages/wget.scm (wgetpaste)[license]: Update license.
* gnu: wget2: Update to 1.99.2.Efraim Flashner2019-09-08
| | | | | | | | | | * gnu/packages/wget.scm (wget2): Update to 1.99.2. [source]: Download from gnu mirrors. [arguments]: Remove custom 'bootstrap phase, update custom 'skip-network-tests phase. Don't build static library. [inputs]: Add bzip2, gpgme, zlib. [native-inputs]: Remove autoconf, automake, flex, gettext-minimal, libtool, python-2.
* gnu: wget.scm: Use license: prefix.Efraim Flashner2019-09-08
| | | | | * gnu/packages/wget.scm (wget, wgetpaste, wget2)[license]: Use 'license:' prefix.
* gnu: wgetpaste: Update to 2.29.Efraim Flashner2019-07-09
| | | | | * gnu/packages/wget.scm (wgetpaste): Update to 2.29. [arguments]: Replace default paste service. Install license file.
* gnu: wget: Update to 1.20.3.Ludovic Courtès2019-06-15
| | | | * gnu/packages/wget.scm (wget): Update to 1.20.3.
* gnu: wget.scm: List inputs alphabetically.Efraim Flashner2019-06-12
| | | | * gnu/packages/wget.scm: List inputs alphabetically.
* gnu: wget: Change default paste site.Efraim Flashner2019-06-12
| | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste site in custom 'remove-dead-paste-site phase.
* gnu: wgetpaste: Add xclip to wrapper program list.Efraim Flashner2019-06-12
| | | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Add xclip to list of wrapper programs in custom 'wrap-program phase. [inputs]: Add xclip.
* gnu: wgetpaste: Remove dead paste site.Efraim Flashner2019-05-23
| | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Add custom phase to remove newly defunct paste site.
* gnu: wgetpaste: Make all dependencies explicit.Tobias Geerinckx-Rice2019-05-05
| | | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Replace limited ‘use-inputs’ phase with a ‘wrap-program’ one.
* gnu: wgetpaste: Return #t from all phases.Tobias Geerinckx-Rice2019-05-05
| | | | * gnu/packages/wget.scm (wgetpaste)[arguments]: Return #t from ‘install’ phase.
* gnu: wgetpaste: Add and use wget input.Tobias Geerinckx-Rice2019-04-26
| | | | | | | This package has but one purpose; late binding's overkill. * gnu/packages/wget.scm (wgetpaste)[arguments]: Add ‘use-inputs’ phase. [inputs]: Add wget.
* gnu: wget2: Update to 1.99.1.Efraim Flashner2019-03-05
| | | | | | | | | | | This fixes https://issues.guix.info/issue/34718. * gnu/packages/wget.scm (wget2): Update to 1.99.1. [arguments]: Add phase to skip network tests. Update custom 'bootstrap phase to not require unnecessary binaries. [inputs]: Remove doxygen, python. Move autoconf, automake, flex, gettext-minimal, libtool ... [native-inputs]: ... to here. Add python-2.
* gnu: wget: Enable previously failing test.Efraim Flashner2018-12-28
| | | | | * gnu/packages/wget.scm (wget)[arguments]: Remove custom phase skipping SSL tests.
* gnu: wget: Update to 1.20.1.Efraim Flashner2018-12-28
| | | | * gnu/packages/wget.scm (wget): Update to 1.20.1.
* gnu: wget: Update to 1.20.Rutger Helling2018-12-17
| | | | * gnu/packages/wget.scm (wget): Update to 1.20.
* gnu: wget2: Return #t from phases.Tobias Geerinckx-Rice2018-06-30
| | | | * gnu/packages/wget.scm (wget2)[arguments]: Substitute INVOKE for SYSTEM*.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-08
|\
| * gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494].Marius Bakke2018-05-06
| | | | | | | | * gnu/packages/wget.scm (wget): Update to 1.19.5.
* | Merge branch 'master' into core-updatesMark H Weaver2018-03-20
|\|
| * gnu: Fix common unquote typos.Tobias Geerinckx-Rice2018-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works). Fix such typos for the proper edification of our young. * gnu/packages/android.scm: Move unquotes to their operands. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/build-tools.scm: Likewise. * gnu/packages/chemistry.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/connman.scm: Likewise. * gnu/packages/django.scm: Likewise. * gnu/packages/emulators.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/file-systems.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gimp.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/graphics.scm: Likewise. * gnu/packages/haskell.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/julia.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lua.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/make-bootstrap.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/ocaml.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/qt.scm: Likewise. * gnu/packages/ratpoison.scm: Likewise. * gnu/packages/sdl.scm: Likewise. * gnu/packages/sml.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/text-editors.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/virtualization.scm: Likewise. * gnu/packages/vulkan.scm: Likewise. * gnu/packages/wget.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise. * gnu/packages/xorg.scm: Likewise.
* | build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
* gnu: wget: Update to 1.19.4.Ludovic Courtès2018-01-23
| | | | * gnu/packages/wget.scm (wget): Update to 1.19.4.
* gnu: wget2: Switch to official URL.Rutger Helling2017-11-20
| | | | | | * gnu/packages/wget.scm (wget2): Switch to official URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wget: Add wget2.Rutger Helling2017-11-16
| | | | | | * gnu/packages/wget.scm (wget2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090].Marius Bakke2017-10-26
| | | | | | | | | | | * gnu/packages/wget.scm (wget): Update to 1.19.2. [source](uri): Change to '.lz' tarball. [source](patches): Remove. [native-inputs]: Add LZIP. * gnu/packages/patches/wget-CVE-2017-6508.patch, gnu/packages/patches/wget-fix-504-test-timeout.patch, gnu/packages/patches/wget-perl-5.26.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: wget: Update comment about test failures.Ludovic Courtès2017-07-08
| | | | * gnu/packages/wget.scm (wget)[arguments]: Update comment.
* gnu: wget: Fix compilation with Perl 5.26; skip faulty tests.Ludovic Courtès2017-07-07
| | | | | | | * gnu/packages/wget.scm (wget)[arguments]: New field. [source](patches): Add "wget-perl-5.26.patch". * gnu/packages/patches/wget-perl-5.26.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: wget: Fix test-504 failures.Efraim Flashner2017-03-20
| | | | | | * gnu/packages/wget.scm (wget)[source]: Add patch. * gnu/packages/patches/wget-fix-504-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: wget: Fix CVE-2017-6508.Leo Famulari2017-03-10
| | | | | | * gnu/packages/patches/wget-CVE-2017-6508.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/wget.scm (wget)[source]: Use it.
* gnu: wget: Update to 1.19.1.Marius Bakke2017-02-12
| | | | * gnu/packages/wget.scm (wget): Update to 1.19.1.
* gnu: wget: Use libidn2.Leo Famulari2017-02-06
| | | | | | | | Suggested by Efraim Flashner <efraim@flashner.co.il>. Fixes support for internationalized domain names. * gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2.
* gnu: wget: Update to 1.19.Marius Bakke2017-02-04
| | | | | * gnu/packages/wget.scm (wget): Update to 1.19. [home-page]: Use HTTPS.