summary refs log tree commit diff
path: root/pkgs/servers/http/jetty
Commit message (Collapse)AuthorAge
* jetty: 9.4.8.v20171121 -> 9.4.12.v20180830R. RyanTM2018-10-15
| | | | | | | 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
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* jetty: 9.3.10.v20160621 -> 9.4.8.v20171121Yorick van Pelt2018-04-12
|
* jetty: 9.3.9 -> 9.3.10Rickard Nilsson2016-06-26
|
* jetty: Remove obsolete versions and init new default to 9.3.9.v20160517Rickard Nilsson2016-06-10
|
* jetty: 5.1.4 -> 6.1.4Matthias Beyer2015-09-29
|
* Unmaintain a bunch of packagesShea Levy2015-07-01
|
* jetty: Update from 9.2.5 to 9.2.11Rickard Nilsson2015-06-11
|
* Add jetty 9.2.5Shea Levy2014-11-23
|
* change md5sum to sha256sum for a few packagesLongrin Wischnewski2014-10-12
|
* jetty61: update from 6.1.21 to 6.1.26Nixpkgs Monitor2013-12-18
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Upgraded Jetty 6.1.x to 6.1.21Sander van der Burg2009-10-19
| | | | svn path=/nixpkgs/trunk/; revision=17886
* Added jetty 6.1Sander van der Burg2008-02-26
| | | | svn path=/nixpkgs/trunk/; revision=10858
* * Go back to the previous Jetty, this one produces several megabytesEelco Dolstra2008-02-18
| | | | | | | 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
* * Jetty 5.1.12 (couldn't get 5.1.14 to work quickly).Eelco Dolstra2008-02-15
| | | | svn path=/nixpkgs/trunk/; revision=10702
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | 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
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* Update of JettyMartin Bravenboer2005-09-11
| | | | svn path=/nixpkgs/trunk/; revision=3805
* Upgrades of postgresql, jetty, and ant to the latest versions.Martin Bravenboer2005-05-24
| | | | svn path=/nixpkgs/trunk/; revision=3122
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* Add Jetty codeMartin Bravenboer2004-08-30
svn path=/nixpkgs/trunk/; revision=1369