summary refs log tree commit diff
path: root/pkgs/build-support/fetchurl
Commit message (Collapse)AuthorAge
* fetch-*: remove md5 supportRobin Gloster2017-03-20
| | | | fixes #4491
* Merge pull request #20444 from NeQuissimus/java_packagesDaniel Peebles2017-02-27
|\ | | | | Java packages
| * javaPackages: Use artifactId/groupIdTim Steinbach2017-02-13
| |
| * Build supportTim Steinbach2016-11-14
| |
* | pythonPackages: use a more direct mirror (#22833)Profpatsch2017-02-15
| | | | | | | | The pypi.io domain is redirected two (!) times and lands on the URL added by this commit.
* | samba: Fix URLEelco Dolstra2017-02-07
| | | | | | | | Fixes #22527.
* | fetchurl: change to grep -E to fix #8561Vladimír Čunát2017-01-13
| | | | | | | | Close #21861.
* | Remove fetchMD5warnEelco Dolstra2016-11-30
|/ | | | | | | | Deprecation warnings should not be used in Nixpkgs because they spam innocent "nix-env -qa" users with (in this case) dozens of messages that they can't do anything about. This also reverts commit 2ca883338389b7ab995924a0cab0211993bdf1da.
* fetch*: print a trace warning about md5 deprecationMichael Raskin2016-10-09
|
* openssl: 1.0.1t -> 1.0.1u, 1.0.2h -> 1.0.2i, 1.1.0 -> 1.1.0aEelco Dolstra2016-09-22
| | | | https://www.openssl.org/news/secadv/20160922.txt
* lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch2016-09-17
| | | | Apparently everyone just copied those variables, instead of creating a library constant for them. Some even removed the comment. -.-
* fetchurl: update Savannah mirrorscmfwyp2016-08-20
|
* sage: update mirrorscmfwyp2016-08-07
| | | | The list of mirrors is at https://www.sagemath.org/mirrors.html.
* mirrors: add downloads.sourceforge.netJ Phani Mahesh2016-07-15
| | | | | | | | | | | | downloads.sourceforge.net is the official way to download tarballs from SourceForge. However, it is reported as unreliable due to SF's weird load balancing system. This commit gives the official mirror utmost priority, and will use other configured mirrors (which may be temporary) as a fallback only when the official one can't be reached/download fails/hangs. References: NixOs/nixpkgs#16900
* fetchurl mirrors: fix gnupg URLsVladimír Čunát2016-05-17
| | | | | Some mirrors were missing /gcrypt. Now they should be consistent. Fixes 15510. Closes 15511.
* Add mirror://mozilla schemeEelco Dolstra2016-05-09
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* fetchurl: assert required Nix version for sha512Domen Kožar2016-04-14
|
* fetchurl: Support SHA-512 hashesEelco Dolstra2016-04-13
|
* fetchurlBoot: Use Nix's builtin fetchurl functionEelco Dolstra2016-02-27
| | | | | This removes the need for curl in bootstrapTools, and enables https for bootstrap tarballs.
* fetchurl: use kernel.org cdn by defaultTony White2016-02-26
| | | | | | | - use http://cdn.kernel.org/pub/ as the default mirror for kernel source requests. Discovered by browsing : https://www.kernel.org/introducing-fastly-cdn.html
* Merge pull request #13111 from tsion/simplify-assertzimbatm2016-02-23
|\ | | | | Simplify fetchurl assertion logic.
| * Require at least one of url or urls in fetchurl.Scott Olson2016-02-19
| |
| * Simplify fetchurl assertion logic.Scott Olson2016-02-18
| | | | | | | | | | | | The two lines I removed technically assert the exact same thing, since `!a -> b` is equivalent to `a || b`. So, I replaced the two lines with the more symmetric form to make it clearer.
* | steamPackages.runtime: use mirrors, add my mirrorNikolay Amiantov2016-02-19
|/
* fetchurl: support executablesDomen Kožar2016-01-19
|
* fetchurl: Always use tarballs.nixos.orgEelco Dolstra2015-12-10
| | | | | | Otherwise, if the upstream mirror changes (rather than deletes) a file, then tarballs.nixos.org won't be used even if it has a copy of the original file, and so we'll get a hash mismatch.
* Update list of gnupg.org mirror sites.Peter Simons2015-12-04
| | | | | | The list we had before contained a lot of junk, i.e. sites that were no longer online or no longer in sync. The new list of sites comes from https://gnupg.org/download/index.html.
* r-modules: use HTTPS, allow passing args from generated set, use MRANNikolay Amiantov2015-11-25
|
* fetchurl/builder.sh: style fix, close #10260ts4682015-10-07
|
* mirrors: add httpredir.debian.org as the first debian mirror宋文武2015-09-08
|
* cassandra: use mirrorsTobias Geerinckx-Rice2015-09-02
| | | | | | | | | Upstream likes to move "old" releases to an archive mirror as soon as a new one is released. This is now handled for free by mirrors.nix. (No idea why cs.utah.edu was used to begin with; it's now added to mirrors.nix. Note that it doesn't support SSL, but that applies to several others so I don't see the harm.)
* mirrors: more imagemagick mirrors (close #8695)John Chee2015-07-18
| | | | This is more-or-less the mirrors modifications from #8302.
* R: improve support for CRAN and Bioconductor package setsPeter Simons2015-06-17
| | | | | | - Update the instructions for re-generating each of the package set files. - Provide test-evaluation.nix expression to verify that the package sets evaluates. - Update list of known broken packages.
* R: add support for Bioconductor packagesJeffrey David Johnson2015-06-17
|
* imagemagick: remove mirrors that don't workVladimír Čunát2015-06-15
| | | | /cc #8302.
* sourceforge: remove unreachable mirrorsPascal Wittmann2015-06-11
|
* cran: remove bad mirrorMateusz Kowalczyk2015-06-10
| | | | Gives ‘welcome to nginix’ pages
* fetchurl: allow adding meta info; fetchFrom*: add meta.homepageJan Malakhovski2015-05-24
| | | | | | The point of this is to be able to do `meta.homepage = src.meta.homepage;` instead of the usual copy-paste for the packages that are hosted on these hosting services.
* Get rid of fetchurlGnomeRyan Mulligan2015-04-04
| | | | closes #1707
* fetchurl: fix typo from 105154afed pushed todayVladimír Čunát2015-02-22
|
* fetchurl: build the mirror list locallyVladimír Čunát2015-02-22
|
* R: update mirrorsNikolay Amiantov2015-02-18
|
* mirrors: move more reliable postgresql mirror upFlorian Friesdorf2015-02-14
| | | | Picked from #6101.
* Add Fedora 21Eelco Dolstra2015-02-10
|
* fetchurl: collate samba project urls into a mirrorEdward Tjörnhammar2015-02-08
|
* solr: 4.10.2 -> 4.10.3, CVE-2014-3628Domen Kožar2015-02-04
| | | | | (cherry picked from commit 4fa25ee93a45df61d97cf7ddd0149bbd954216d0) Signed-off-by: Domen Kožar <domen@dev.si>
* gpgme: use different mirrorCharles Strahan2015-01-24
|
* fetchurl: add mirrors for OpenBSD (close #5551)Franz Pletz2015-01-20
| | | | This changes source URLs for openssh and libressl accordingly.
* Added mirrors for MySQL.vi2014-12-17
|