aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
mmit/gnu/packages/curl.scm?id=f4a5faa9dcadc698383e15743ac5f974ee0e3c8b'>Merge branch 'master' into core-updatesMarius Bakke 2018-10-31gnu: curl: Update grafted replacement to 7.62.0 [security fixes]....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. Leo Famulari 2018-09-09gnu: curl: Remove graft for 7.61.1....* gnu/packages/curl.scm (curl): Update to 7.61.1. (curl-7.61.1): Remove variable. Marius Bakke 2018-09-09Merge branch 'master' into core-updatesMarius Bakke 2018-09-06gnu: curl: Update replacement to 7.61.1 [fixes CVE-2018-14618]....* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.1. (curl-7.61.0): Replace variable with ... (curl-7.61.1): ... new variable. Leo Famulari 2018-08-13Merge branch 'staging' into core-updatesRicardo Wurmus 2018-08-09gnu: kurly: Removed unused input....* gnu/packages/curl.scm (kurly)[inputs]: Remove go-github-com-davidjpeacock-cli. Leo Famulari 2018-08-09gnu: kurly: Update to 1.2.2....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. Tobias Geerinckx-Rice 2018-07-30gnu: curl: Don't build static library....* gnu/packages/curl.scm (curl)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke 2018-07-24gnu: curl: Remove graft for 7.61.0....* gnu/packages/curl.scm (curl): Update to 7.61.0. [replacement]: Remove field. (curl-7.61.0): Remove variable. Marius Bakke 2018-07-12gnu: curl: Update replacement to 7.61.0 [fixes CVE-2018-0500]....* gnu/packages/curl.scm (curl)[replacement]: Update to 7.61.0. (curl-7.60.0): Replace with ... (curl-7.61.0): ... new variable. Leo Famulari 2018-05-21Merge branch 'master' into core-updatesMark H Weaver 2018-05-21gnu: curl: Update replacement to 7.60.0 [Fixes CVE-2018-{1000300,1000301}]....* gnu/packages/curl.scm (curl)[replacement]: Update to 7.60.0. (curl-7.59.0): Replace with ... (curl-7.60.0): ... new variable. Leo Famulari 2018-04-21Merge branch 'master' into core-updatesMark H Weaver 2018-04-19gnu: guile-curl: Use invoke....* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*. Roel Janssen 2018-04-18gnu: Add guile-curl....* gnu/packages/curl.scm (guile-curl): New variable. Roel Janssen 2018-03-28gnu: curl: Use nghttp2's ‘lib’ output....This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813, which was based on a monolithic nghttp2. * gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output. Tobias Geerinckx-Rice