aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/curl.scm
Commit message (Collapse)AuthorAge
* gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CVE-2019-5436]Marius Bakke2019-05-22
| | | | | | * gnu/packages/curl.scm (curl-7.64.0): Rename to ... (curl-7.65.0): ... this. Update to 7.65.0. (curl)[replacement]: Adjust accordingly.
* gnu: libssh2@1.8.0: Move to ssh.scm.Ludovic Courtès2019-04-07
| | | | | | | | This fixes a top-level circular dependency introduced in c1f4e6491cecc5d121ef371a8fb2aa0a07030d36. * gnu/packages/curl.scm (libssh2-1.8.0): Move to... * gnu/packages/ssh.scm (libssh2-1.8.0): ... here.
* gnu: curl: Use hidden-package for curl's libssh2.Leo Famulari2019-03-21
| | | | | | | This is a followup to commits c1f4e6491cecc5d121ef371a8fb2aa0a07030d36 and af8f7eb4f2a664c2d0fb3faabaf2e80c72993ef6. * gnu/packages/curl.scm (libssh2-1.8.0): Use hidden-package.
* gnu: curl: Restore derivation.Marius Bakke2019-03-21
| | | | | | | | | | | Commit af8f7eb4f2a664c2d0fb3faabaf2e80c72993ef6 accidentally changed the cURL derivation. Remove use of HIDDEN-PACKAGE and restore input order to prevent a large number of rebuilds. * gnu/packages/ssh.scm (libssh2-1.8.0): Move from here ... * gnu/packages/curl.scm (libssh2-1.8.0): ... to here. Don't use HIDDEN-PACKAGE and make it non-public. (curl)[inputs]: Move LIBSSH2-1.8.0 where it was before af8f7eb4f2a66.
* gnu: libssh2: Update to 1.8.1 [security fixes].Leo Famulari2019-03-21
| | | | | | | | Fixes CVE-2019-{3855,3856,3857,3858,3859,3860,3861,3862,3863}. * gnu/packages/ssh.scm (libssh2): Update to 1.8.1. (libssh2-1.8.0): New variable. * gnu/packages/curl.scm (curl)[inputs]: Use libssh2-1.8.0.
* Remove traces of "GuixSD".Ludovic Courtès2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Remove mentions of "GuixSD". * gnu/bootloader/grub.scm (install-grub-efi): Likewise. * gnu/build/vm.scm (make-iso9660-image): Change default #:volume-id to "Guix_image". (initialize-hard-disk): Search for the "Guix_image" label. * gnu/ci.scm (system-test-jobs, tarball-jobs): Remove "GuixSD". * gnu/installer/newt/welcome.scm (run-welcome-page): Likewise. * gnu/packages/audio.scm (supercollider)[description]: Likewise. * gnu/packages/curl.scm (curl): Likewise. * gnu/packages/emacs.scm (emacs): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/julia.scm (julia): Likewise. * gnu/packages/linux.scm (alsa-plugins): Likewise. (powertop, wireless-regdb): Likewise. * gnu/packages/package-management.scm (guix): Likewise. * gnu/packages/polkit.scm (polkit): Likewise. * gnu/packages/tex.scm (texlive-bin): Likewise. * gnu/services/base.scm (file-systems->fstab): Likewise. * gnu/services/cups.scm (%cups-activation): Likewise. * gnu/services/mail.scm (%dovecot-activation): Likewise. * gnu/services/messaging.scm (prosody-configuration)[log]: Likewise. * gnu/system/examples/vm-image.tmpl (vm-image-motd): Likewise. * gnu/system/install.scm (installation-os)[file-systems]: Change root file system label to "Guix_image". * gnu/system/mapped-devices.scm (check-device-initrd-modules): Remove "GuixSD". * gnu/system/vm.scm (system-docker-image): Likewise. (system-disk-image)[root-label]: Change to "Guix_image". * gnu/tests/install.scm (run-install): Remove "GuixSD". * guix/modules.scm (guix-module-name?): Likewise. * nix/libstore/optimise-store.cc: Likewise.
* gnu: guile-curl: Update to 0.6.Ricardo Wurmus2019-02-17
| | | | * gnu/packages/curl.scm (guile-curl): Update to 0.6.
* gnu: curl: Update to 7.64.0 [fixes CVE-2018-16890 and CVE-2019-{3822,3823}].Leo Famulari2019-02-10
| | | | | * gnu/packages/curl.scm (curl)[replacement]: New field. (curl-7.64.0): New variable.
* gnu: curl: Update to 7.63.0.Marius Bakke2018-12-12
| | | | * gnu/packages/curl.scm (curl): Update to 7.63.0.
* gnu: curl: Remove replacement for 7.62.0.Marius Bakke2018-12-12
| | | | | | * gnu/packages/curl.scm (curl): Update to 7.62.0. [replacement]: Remove field. (curl-7.62.0): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\
| * gnu: curl: Update grafted replacement to 7.62.0 [security fixes].Leo Famulari2018-10-31
| | | | | | | | | | | | | | | | Fixes CVE-2018-{16839,16840,16842}. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.62.0. (curl-7.61.1): Replace with ... (curl-7.62.0): ... new variable.
* | gnu: curl: Remove graft for 7.61.1.Marius Bakke2018-09-09
| | | | | | | | | | * gnu/packages/curl.scm (curl): Update to 7.61.1. (curl-7.61.1): Remove variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-09
|\|
| * gnu: curl: Update replacement to 7.61.1 [fixes CVE-2018-14618].Leo Famulari2018-09-06
| | | | | | | | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.1. (curl-7.61.0): Replace variable with ... (curl-7.61.1): ... new variable.
* | Merge branch 'staging' into core-updatesRicardo Wurmus2018-08-13
|\|
| * gnu: kurly: Removed unused input.Leo Famulari2018-08-09
| | | | | | | | * gnu/packages/curl.scm (kurly)[inputs]: Remove go-github-com-davidjpeacock-cli.
| * gnu: kurly: Update to 1.2.2.Tobias Geerinckx-Rice2018-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update both the project home page & the package version in a single commit because of Go. From the previous home page[0]: “2018-06-12 - THE KURLY PROJECT HAS MOVED HOME! kurly can now be found at GitLab [...]” [0]: https://github.com/davidjpeacock/kurly * gnu/packages/curl.scm (kurly): Update to 1.2.2. [source, home-page]: Update URIs. [arguments]: Likewise. Adjust location of ‘kurly.man’. [inputs]: Add go-github-com-urfave-cli.
* | gnu: curl: Don't build static library.Marius Bakke2018-07-30
| | | | | | | | | | * gnu/packages/curl.scm (curl)[arguments]: Add "--disable-static" to #:configure-flags.
* | gnu: curl: Remove graft for 7.61.0.Marius Bakke2018-07-24
|/ | | | | | * gnu/packages/curl.scm (curl): Update to 7.61.0. [replacement]: Remove field. (curl-7.61.0): Remove variable.
* gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500].Leo Famulari2018-07-12
| | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0. (curl-7.60.0): Replace with ... (curl-7.61.0): ... new variable.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-21
|\
| * gnu: curl: Update replacement to 7.60.0 [Fixes CVE-2018-{1000300,1000301}].Leo Famulari2018-05-21
| | | | | | | | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.60.0. (curl-7.59.0): Replace with ... (curl-7.60.0): ... new variable.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: guile-curl: Use invoke.Roel Janssen2018-04-19
| | | | | | | | * gnu/packages/curl.scm (guile-curl): Use invoke instead of system*.
| * gnu: Add guile-curl.Roel Janssen2018-04-18
| | | | | | | | * gnu/packages/curl.scm (guile-curl): New variable.
* | gnu: curl: Use nghttp2's ‘lib’ output.Tobias Geerinckx-Rice2018-03-28
| | | | | | | | | | | | | | This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813, which was based on a monolithic nghttp2. * gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
* | gnu: curl: Use invoke.Mark H Weaver2018-03-23
| | | | | | | | * gnu/packages/curl.scm (curl)[arguments]: Use invoke in the check phase.
* | gnu: curl: Ungraft.Mark H Weaver2018-03-17
| | | | | | | | | | | | * gnu/packages/curl.scm (curl): Update to 7.59.0. [replacement]: Remove field. (curl-7.59.0): Remove variable.
* | gnu: curl: Add HTTP/2 support.Tobias Geerinckx-Rice2018-03-14
|/ | | | * gnu/packages/curl.scm (curl)[inputs]: Add nghttp2.
* gnu: curl: Update replacement to 7.59.0 [security fixes].Marius Bakke2018-03-14
| | | | | | | | This fixes CVE-2018-1000120, CVE-2018-1000121, and CVE-2018-1000122. * gnu/packages/curl.scm (curl-7.58.0): Rename to ... (curl-7.59.0): ... this. Update source hash. (curl)[replacement]: Adjust accordingly.
* gnu: kurly: Update to 1.2.1.Tobias Geerinckx-Rice2018-03-14
| | | | | | * gnu/packages/curl.scm (kurly): Update to 1.2.1. [arguments]: Install the man page, and put README.md in its right place. Rename ‘install-readme’ to ‘install-documentation’ to match this change.
* gnu: kurly: Declare a source file-name.Efraim Flashner2018-03-04
| | | | * gnu/packages/curl.scm (kurly)[source]: Declare a source file-name.
* Merge branch 'master' into core-updatesMark H Weaver2018-01-24
|\
| * gnu: curl: Update replacement to 7.58.0 [fixes CVE-2018-{1000005,1000007}].Leo Famulari2018-01-24
| | | | | | | | | | * gnu/packages/curl.scm (curl)[replacement]: Update to 7.58.0. (curl-7.57.0): Replace with curl-7.58.0.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-11
|\|
| * gnu: kurly: Install some documentation.Leo Famulari2018-01-08
| | | | | | | | | | * gnu/packages/curl.scm (kurly)[arguments]: Install the README in an 'install-readme' phase and don't install the source code.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-03
|\|
| * gnu: Add kurly.Leo Famulari2017-12-31
| | | | | | | | * gnu/packages/curl.scm (kurly): New variable.
* | gnu: curl: Remove obsolete workaround.Marius Bakke2017-12-13
| | | | | | | | * gnu/packages/curl.scm (curl)[arguments]: Remove 'fix-Makefile' phase.
* | gnu: curl: Add a search path for CURL_CA_BUNDLE.Marius Bakke2017-12-13
| | | | | | | | | | * gnu/packages/curl.scm (curl)[native-search-paths]: New field. * gnu/packages/image-viewers.scm (feh)[native-search-paths]: Inherit.
* | gnu: curl: Remove graft for 7.57.0.Marius Bakke2017-12-05
| | | | | | | | | | * gnu/packages/curl.scm (curl): Update to 7.57.0. (curl-7.57.0): Remove variable.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-05
|\|
| * gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}].Leo Famulari2017-11-29
| | | | | | | | | | | | * gnu/packages/curl.scm (curl): Update replacement to 7.57.0. (curl-7.56.1): Replace with ... (curl-7.57.0): ... new variable.
* | gnu: curl: Remove graft for 7.56.1.Marius Bakke2017-10-24
| | | | | | | | | | * gnu/packages/curl.scm (curl): Update to 7.56.1. (curl-7.56.1): Remove variable.
* | Merge branch 'master' into core-updatesMarius Bakke2017-10-24
|\|
| * gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257].Marius Bakke2017-10-24
| | | | | | | | | | | | * gnu/packages/curl.scm (curl-7.56.0): Rename to ... (curl-7.56.1): ... this. Update to 7.56.1. (curl)[replacement]: Adjust accordingly.
* | gnu: curl: Incorporate grafted changes.Marius Bakke2017-10-10
| | | | | | | | | | * gnu/packages/curl.scm (curl-7.56.0): Remove variable. (curl): Update to 7.56.0.
* | Merge branch 'master' into core-updatesMarius Bakke2017-10-10
|\|
| * Merge branch 'master' into stagingMarius Bakke2017-10-06
| |\