summary refs log tree commit diff
path: root/pkgs/servers/http
Commit message (Collapse)AuthorAge
* apt-cacher-ng: 0.8.9 -> 0.9.1Joachim Fasting2016-03-17
| | | | | | | | Tested by doing sandboxed build & running the resulting exectuable. Note that sources for 0.8.9 are no longer available on the Debian mirrors.
* apacheHttpd: add support for HTTP/2zimbatm2016-03-12
| | | | | | | | | In NixOS you can enable HTTP/2 like this: services.httpd.extraModules = [ "http2" ]; services.httpd.extraConfig = '' Protocols h2 http/1.1 '';
* Merge pull request #12525 from knupfer/ngx_brotliLuca Bruno2016-03-11
|\ | | | | add nginxModules.brotli
| * nginxModules.brotli: init at 788615eknupfer2016-01-21
| |
* | apt-cacher-ng: 0.8.6 -> 0.8.9Allan Espinosa2016-03-11
| |
* | tomcat: 6.0.44 -> 6.0.45, 7.0.62 -> 7.0.68, 8.0.23 -> 8.0.32Franz Pletz2016-03-07
| | | | | | | | | | Fixes at least CVE-2015-5174, CVE-2015-5345, CVE-2015-5351, CVE-2016-0706, CVE-2016-0714, CVE-2016-0763.
* | nginx, nginxUnstable: hardening: only use when the compiler is gccMichael Raskin2016-03-04
| |
* | nginx, nginxUnstable: enable hardening. Flags as recommended by @arno01 ↵Michael Raskin2016-03-04
| | | | | | | | (Andrey Arapov) in #7190
* | Add Apache Jena Fuseki instead of obsolete and unavailable Jena JosekiMichael Raskin2016-02-28
| |
* | nginxUnstable: 1.9.10 -> 1.9.11Michael Raskin2016-02-14
| |
* | nginx: 1.8.0->1.8.1, 1.9.9->1.9.10Rok Garbas2016-01-26
| |
* | couchdb: add platform, remove maintainer that was added accidentally, fixes ↵obadz2016-01-24
| | | | | | | | #12502
* | nginx: add statsd to the available modulesBenjamin Staffin2016-01-23
|/
* Merge pull request #12450 from eduarrrd/pshsTobias Geerinckx-Rice2016-01-18
|\ | | | | pshs: 0.2.6 -> 0.3
| * pshs: 0.2.6 -> 0.3Eduard Bachmakov2016-01-17
| |
* | nginxModules.lua: 0.9.19 -> 0.10.0Christoph Hrdinka2016-01-16
| |
* | axis2: 1.6.3 -> 1.6.4Jakob Gillich2016-01-07
| | | | | | | | fixes CVE-2013-0248
* | nginxUnstable: 1.9.7 -> 1.9.9Michael Raskin2016-01-01
| |
* | apacheHttpd: 2.4.17 -> 2.4.18Robin Gloster2015-12-27
| |
* | nginx: 1.9.4 -> 1.9.7, fixes #11515Teo Klestrup Röijezon2015-12-07
|/
* nginxModules.lua: 0.9.16 -> 0.9.19Christoph Hrdinka2015-12-02
|
* webfs: fix mime typeszimbatm2015-11-28
| | | | | | | Unfortunately the shared_mime_info format is not compatible with webfs. Instead of pulling the whole httpd package I opted for just fetching the mime.types file from the apache httpd project.
* darkhttpd: init at 1.11Bob van der Linden2015-11-19
|
* Merge pull request #11034 from zimbatm/webfs-1.21goibhniu2015-11-18
|\ | | | | webfs: init at 1.21
| * webfs: init at 1.21zimbatm2015-11-16
| |
* | apt-cacher-ng: init at 0.8.6makefu2015-11-16
|/
* gatling: fix meta evaluationVladimír Čunát2015-11-11
| | | | /cc maintainer @the-kenny.
* gatling: Init at 0.13.Moritz Ulrich2015-11-10
|
* Merge pull request #10474 from abbradar/nginx-pam-modulesNikolay Amiantov2015-11-02
|\ | | | | nginx: factor out modules into a separate file, add new "pam" module
| * nginxModules.pam: init at 1.4Nikolay Amiantov2015-10-19
| |
| * nginx: factor out modules in a separate fileNikolay Amiantov2015-10-19
| |
* | axis2: bump to version 1.6.3Sander van der Burg2015-10-28
| |
* | apache-httpd: add libiconv for darwinJude Taylor2015-10-23
| |
* | thttpd: Fix SHA256 of the upstream tarball.aszlig2015-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a bit unfortunate to see this, but while looking online to download the old version of the file I found that MacPorts and FreeBSD had the same issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199562 I've checked the diff as well and found no big functional changes, except a function rename, copyright updates and changed syslog priorities: https://bz-attachments.freebsd.org/attachment.cgi?id=155775 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | apacheHttpd: 2.4.16 -> 2.4.17Robin Gloster2015-10-18
|/
* mini-httpd: update to version 1.5Peter Simons2015-10-02
|
* Merge pull request #10132 from matthiasbeyer/update-jettyArseniy Seroka2015-10-01
|\ | | | | jetty: 5.1.4 -> 6.1.4
| * jetty: 5.1.4 -> 6.1.4Matthias Beyer2015-09-29
| |
* | Merge pull request #10023 from offlinehacker/pkgs/modsecurity/addJaka Hudoklin2015-09-30
|\ \ | |/ |/| modsecurity: add modsecurity, and create nginx plugin
| * nginx: add support for modescurityJaka Hudoklin2015-09-23
| |
* | nginx: add an option to build the stream moduleHoang Xuan Phu2015-09-22
| |
* | nginx: bump lua module to fix build errorHoang Xuan Phu2015-09-22
|/ | | | (https://github.com/openresty/lua-nginx-module/pull/500)
* lighttpd: 1.4.35 -> 1.4.37Bjørn Forsman2015-09-16
|
* mini-httpd: Boost 1.59 compatWilliam A. Kennington III2015-09-04
|
* nixpkgs: openresty 1.7.10.1 -> 1.9.3.1Austin Seipp2015-08-31
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: nginxUnstable 1.9.3 -> 1.9.4Austin Seipp2015-08-31
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* yaws: update from 1.99 to 2.0Cillian de Róiste2015-08-05
|
* Merge pull request #8985 from Beauhurst/newapachesEelco Dolstra2015-07-27
|\ | | | | apache-httpd: update minor versions of both 2.2 and 2.4 for security-related fixes
| * apache-httpd: update minor versions of both 2.2 and 2.4 for security-related ↵Robert Scott2015-07-25
| | | | | | | | fixes
* | nixpkgs: nginxUnstable 1.9.2 -> 1.9.3Austin Seipp2015-07-20
|/ | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>