Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
R. RyanTM
9ee9cd1e37
jetty: 9.4.41.v20210516 -> 9.4.43.v20210629
2021-07-10 01:40:14 +00:00
R. RyanTM
8bfc237eb3
jetty: 9.4.39.v20210325 -> 9.4.41.v20210516
2021-05-18 18:36:30 +00:00
Emmanuel Rosa
aeb90f9956
jetty: 9.4.37.v20210219 -> 9.4.39.v20210325
...
Closes #120392
2021-04-27 18:20:46 +07:00
R. RyanTM
9c04b881b2
jetty: 9.4.36.v20210114 -> 9.4.37.v20210219
2021-02-24 02:43:25 +00:00
Robert Schütz
4368be4851
jetty: 9.4.35.v20201120 -> 9.4.36.v20210114
2021-01-31 18:39:59 +01:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
R. RyanTM
5df56b087d
jetty: 9.4.34.v20201102 -> 9.4.35.v20201120
2020-11-28 05:54:25 +00:00
R. RyanTM
d4da5f9d3d
jetty: 9.4.31.v20200723 -> 9.4.34.v20201102
2020-11-13 18:09:23 +00:00
R. RyanTM
c5564e176a
jetty: 9.4.29.v20200521 -> 9.4.31.v20200723
2020-08-07 00:09:20 -07:00
R. RyanTM
c13c38c75a
jetty: 9.4.26.v20200117 -> 9.4.29.v20200521
2020-05-25 23:49:59 +00:00
R. RyanTM
bc74bdedae
jetty: 9.4.25.v20191220 -> 9.4.26.v20200117
2020-05-02 10:15:25 +02:00
R. RyanTM
359f235769
jetty: 9.4.24.v20191120 -> 9.4.25.v20191220
2020-01-21 16:06:08 -08:00
R. RyanTM
fffce07e96
jetty: 9.4.22.v20191022 -> 9.4.24.v20191120 ( #74417 )
...
* jetty: 9.4.22.v20191022 -> 9.4.24.v20191120
* jetty: homepage over https
2019-11-30 22:03:40 +01:00
R. RyanTM
f28fad5e2f
jetty: 9.4.16.v20190411 -> 9.4.22.v20191022
...
(#72533 )
2019-11-06 19:30:58 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
8d55d7f64f
jetty: 9.4.14.v20181114 -> 9.4.16.v20190411
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jetty/versions
2019-05-01 11:10:54 +02:00
R. RyanTM
2fbbf2fc48
jetty: 9.4.12.v20180830 -> 9.4.14.v20181114
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jetty/versions
2018-11-19 05:11:10 -08:00
R. RyanTM
43d79c4b9e
jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jetty/versions
2018-10-15 20:47:19 -07:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Yorick van Pelt
28a74fa109
jetty: 9.3.10.v20160621 -> 9.4.8.v20171121
2018-04-12 16:45:14 +02:00
Rickard Nilsson
5193c3e1b9
jetty: 9.3.9 -> 9.3.10
2016-06-26 05:58:35 +00:00
Rickard Nilsson
b9922661b8
jetty: Remove obsolete versions and init new default to 9.3.9.v20160517
2016-06-10 07:59:59 +00:00
Matthias Beyer
e547393fac
jetty: 5.1.4 -> 6.1.4
2015-09-29 10:41:26 +02:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
Rickard Nilsson
8a7c23456d
jetty: Update from 9.2.5 to 9.2.11
2015-06-11 13:33:32 +02:00
Shea Levy
2db4171978
Add jetty 9.2.5
2014-11-23 19:27:11 -05:00
Longrin Wischnewski
6e7de2155b
change md5sum to sha256sum for a few packages
2014-10-12 16:13:21 +02:00
Nixpkgs Monitor
3f39947054
jetty61: update from 6.1.21 to 6.1.26
2013-12-18 18:18:33 +02:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Sander van der Burg
9f659e14d2
Upgraded Jetty 6.1.x to 6.1.21
...
svn path=/nixpkgs/trunk/; revision=17886
2009-10-19 15:24:55 +00:00
Sander van der Burg
a40f5bee8a
Added jetty 6.1
...
svn path=/nixpkgs/trunk/; revision=10858
2008-02-26 09:26:17 +00:00
Eelco Dolstra
90a5f1fec4
* Go back to the previous Jetty, this one produces several megabytes
...
of debug info per request and I can't be bothered to figure out
how to turn it off.
svn path=/nixpkgs/trunk/; revision=10728
2008-02-18 14:26:03 +00:00
Eelco Dolstra
4b009da5fd
* Jetty 5.1.12 (couldn't get 5.1.14 to work quickly).
...
svn path=/nixpkgs/trunk/; revision=10702
2008-02-15 10:56:31 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Martin Bravenboer
60aff851a5
Update of Jetty
...
svn path=/nixpkgs/trunk/; revision=3805
2005-09-11 18:05:21 +00:00
Martin Bravenboer
e3a47a07ed
Upgrades of postgresql, jetty, and ant to the latest versions.
...
svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Martin Bravenboer
c9bcdda7c6
Add Jetty code
...
svn path=/nixpkgs/trunk/; revision=1369
2004-08-30 18:22:14 +00:00