summary refs log tree commit diff
path: root/pkgs/tools/networking/curl
Commit message (Collapse)AuthorAge
* Merge pull request #145610 from Izorkin/update-curlBernardo Meurer2022-01-10
|\ | | | | curl: update build configuration
| * curl: add support http3 protocolIzorkin2021-12-03
| |
| * curl: cleanup build configurationIzorkin2021-12-03
| |
| * curl: add psl supportIzorkin2021-12-03
| |
| * curl: add support rtmp protocolIzorkin2021-12-03
| |
| * curl: add support sasl authenticationIzorkin2021-12-03
| |
| * curl: add support zstd compressionIzorkin2021-12-03
| |
| * curl: IDN support requires libidn2 packageIzorkin2021-12-03
| |
* | curl: 7.80.0 -> 7.81.0zowoq2022-01-06
|/ | | | https://curl.se/changes.html#7_81_0
* curl: 7.79.1 -> 7.80.0Izorkin2021-12-02
|
* curl: use lib.getDev to allow building with boringsslIvan Babrou2021-11-24
| | | | As suggested here: https://github.com/NixOS/nixpkgs/pull/143477#issuecomment-974180167
* curl: use --with/without-openssl instead of --with/without-sslMartin Weinelt2021-10-16
| | | | | This also migrates sslSupport to opensslSupport, which affects packages overriding the curl package in that regard.
* curl: 7.76.1 -> 7.79.1Robert Scott2021-10-16
| | | | | patching out SystemConfiguration requirement on darwin as we can't use it from within the curl bootstrap loop
* curl: add patch for CVE-2021-22945Robert Scott2021-09-28
| | | | | included as all curl patches need to be in-repo due to bootstrapping issues
* pkgsStatic.curl: fix buildRyan Burns2021-09-07
| | | | | | | 904625852d535bbe53cadb006c9e1137ab481818 removed the overlay which disables gss and brotli for static curl. Although we can now build them statically, attempting to build curl against them results in 'undefined reference' linker errors.
* curl: reenable ca-fallback when not using wolfsslSupportLuke Granger-Brown2021-09-07
| | | | | | | 904625852d535bbe53cadb006c9e1137ab481818 accidentally swapped the behaviour, and enabled ca-fallback when using wolfssl and disabled it without. This effectively disables curl's ability to use the built in CA stack.
* pkgsStatic: Inline more of static overlayJohn Ericson2021-08-19
|
* curl: add strictDeps = trueGuillaume Girol2021-08-19
|
* curl: fix static build by disabling gssSupportGuillaume Girol2021-08-19
|
* curl: add patches for CVE-2021-22897, CVE-2021-22898 & CVE-2021-22901Robert Scott2021-05-30
|
* curl: disable gssSupport for Apple SiliconAndrew Childs2021-05-17
|
* curl: 7.74.0 -> 7.76.1Martin Weinelt2021-04-14
|
* curl: add patches for CVE-2021-22876, CVE-2021-22890Robert Scott2021-04-02
| | | | hand-backported from upstream fixes
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Inline more of the static overlayJohn Ericson2021-01-03
| | | | | Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this.
* curl: 7.73.0 -> 7.74.0Martin Weinelt2020-12-09
| | | | | | | | https://curl.se/docs/CVE-2020-8284.html https://curl.se/docs/CVE-2020-8285.html https://curl.se/docs/CVE-2020-8286.html Fixes: CVE-2020-8284, CVE-2020-8285, CVE-2020-8286
* Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-26
| | | | | | | | | This reverts commit c778945806b44d46ec16bc4302e7e7163e6bab97. I believe this is exactly what brings the staging branch into the right shape after the last merge from master (through staging-next); otherwise part of staging changes would be lost (due to being already reachable from master but reverted).
* Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-25
| | | | | | | I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
* curl: 7.72.0 -> 7.73.0Tim Steinbach2020-10-17
|
* curl: 7.71.1 -> 7.72.0Stig Palmquist2020-08-20
| | | | | https://curl.haxx.se/changes.html#7_72_0 https://curl.haxx.se/docs/CVE-2020-8231.html
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* curl: 7.70.0 -> 7.71.1Daniel Șerbănescu2020-07-04
|
* curl: 7.69.1 -> 7.70.0Peter Hoeg2020-05-11
|
* Merge branch 'master' into staging-nextJan Tojnar2020-04-13
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | curl: 7.68.0 -> 7.69.1R. RyanTM2020-04-05
|/
* curl: 7.67.0 -> 7.68.0zowoq2020-01-15
| | | | https://curl.haxx.se/changes.html#7_68_0
* curl: add option to use wolfssl backendMarco A L Barbosa2019-12-10
|
* curl: 7.66.0 -> 7.67.0Izorkin2019-11-12
|
* curl: install completions (zsh, fish)Will Dietz2019-09-18
|
* curl: 7.65.3 -> 7.66.0Will Dietz2019-09-18
|
* curl: 7.65.0 -> 7.65.3R. RyanTM2019-07-20
|
* curl: 7.64.0 -> 7.65.0Will Dietz2019-05-22
| | | | https://curl.haxx.se/changes.html#7_65_0
* curl: 7.64.0 -> 7.64.1 (#58659)R. RyanTM2019-04-07
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/curl/versions
* fetchurl: use fetchurlBoot for zlib depsDylan Simon2019-03-25
|
* curl: 7.63.0 -> 7.64.0Will Dietz2019-02-06
| | | | | | | | CVE-2018-16890 CVE-2019-3822 CVE-2019-3823 https://curl.haxx.se/changes.html#7_64_0
* Revert "nix: point at curl 7.59.0 (#41452)"Vladimír Čunát2019-01-19
| | | | | | This reverts commit 5574df35497a228a437873e48655edbca1bdcdcc. I also can't reproduce the problem anymore; discussion: #41312. Fixes #53569, fixes #53948. (Vulnerabilities in old curl.)
* curl: 7.62.0 -> 7.63.0Will Dietz2018-12-19
| | | | | https://curl.haxx.se/mail/lib-2018-12/0036.html https://curl.haxx.se/changes.html