summary refs log tree commit diff
path: root/pkgs/servers/http
Commit message (Collapse)AuthorAge
* nginxMainline: 1.15.8 -> 1.15.9 (#56416)Alyssa Ross2019-02-28
|
* Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
|\
| * unit: 1.7 -> 1.7.1Izorkin2019-02-08
| |
* | Merge branch 'staging-next' into stagingVladimír Čunát2019-02-01
|\|
| * nginx: expose list of additional modules (#53897)Vincent Bernat2019-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, it seems there is no easy way to override package to add modules. For example, if we want to add the `ipscrub` module, we can do: pkgs.nginxStable.override { modules = [ pkgs.nginxModules.ipscrub ]; }; But, then, we loose `rtmp`, `dav` and `moreheaders` which are defined in `all-packages.nix`. With this modification, we can now do: pkgs.nginxStable.override { modules = pkg.nginxStable.passthru.modules ++ [ pkgs.nginxModules.ipscrub ]; };
* | apacheHttpd: 2.4.37 -> 2.4.38R. RyanTM2019-01-28
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apache-httpd/versions
* tengine: 2.2.2 -> 2.2.3 (security)Franz Pletz2019-01-17
| | | | Fixes CVE-2018-16843, CVE-2018-16844 and CVE-2018-16845.
* lighttpd: fix tests on LinuxMichael Raskin2019-01-11
| | | | | | | | | | | | | | The tests were enabled in #53488 and succeeded on Darwin; on Linux they still failed because of empty hostname inside the sandbox (we have no UTS-namespace hostname and I think no /etc/hosts). Nix on Darwin lacks powerful enough sandboxing, so there were no problems on Darwin. Patching the tests to fallback to "127.0.0.1" if hostname of the localhost cannot be retrieved matches the behaviour of lighttpd itself and allows the tests to pass. Not sure if having no hostname in the test environment is a bit too weird for the upstream to care.
* nginxMainline: 1.15.7 -> 1.15.8Franz Pletz2019-01-11
|
* lighttpd: Enable testsKirill Elagin2019-01-06
| | | | They seem to pass now, so why not.
* lighttpd: Hide attr dependency behind an optionKirill Elagin2019-01-06
| | | | | | * Unbreak darwin * It was unused anyway, as it is disabled by default * Now there is an feature-argument to enable it
* lighttpd: Disable WebDAV by defaultKirill Elagin2019-01-06
| | | | | * It is disabled by default in lighttpd itself * Darwin doesn’t seem to have a function in libuiid that it needs
* Merge master into staging-nextFrederik Rietdijk2018-12-31
|\
| * Merge #51561: tomcat: update minor versions (security)Vladimír Čunát2018-12-30
| |\
| | * tomcat: update minor versionsAverell Dalton2018-12-05
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2018-12-27
|\| |
| * | couchdb2: 2.2.0 -> 2.3.0R. RyanTM2018-12-25
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/couchdb/versions
* | | Merge branch 'master' into stagingJan Tojnar2018-12-24
|\| |
| * | unit: 1.6 -> 1.7Izorkin2018-12-22
| | |
* | | Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar2018-12-16
|\| |
| * | unit: remove perl526, which is EOLJörg Thalheim2018-12-14
| | | | | | | | | | | | related to https://github.com/NixOS/nixpkgs/pull/52062
| * | unit: add php module 7.3Izorkin2018-12-11
| | |
| * | Merge pull request #51612 from Izorkin/nginx-unitGraham Christensen2018-12-08
| |\ \ | | | | | | | | unit: init at v1.6
| | * | unit: init at v1.6Izorkin2018-12-08
| | | |
| * | | lighttpd: 1.4.51 -> 1.4.52Will Dietz2018-12-07
| |/ / | | | | | | | | | https://www.lighttpd.net/2018/11/28/1.4.52/
* / / nginx: fix cross-buildJörg Thalheim2018-12-11
|/ /
* / nginx: 1.14.1 -> 1.14.2Alyssa Ross2018-12-05
|/
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* Merge master into staging-nextFrederik Rietdijk2018-11-29
|\
| * nginxMainline: 1.15.6 -> 1.15.7Alyssa Ross2018-11-27
| |
* | Merge master into staging-nextFrederik Rietdijk2018-11-21
|\|
| * jetty: 9.4.12.v20180830 -> 9.4.14.v20181114R. RyanTM2018-11-19
| | | | | | | | | | | | | | 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
* | Merge staging-next into stagingFrederik Rietdijk2018-11-18
|\|
| * nginxMainline: 1.15.5 -> 1.15.6Alyssa Ross2018-11-15
| | | | | | | | | | | | CVE-2018-16843, CVE-2018-16844 https://nginx.org/en/security_advisories.html
| * nginxStable: 1.14.0 -> 1.14.1Alyssa Ross2018-11-15
| | | | | | | | | | | | CVE-2018-16843, CVE-2018-16844 https://nginx.org/en/security_advisories.html
| * Merge pull request #50104 from r-ryantm/auto-update/hiawathaRenaud2018-11-14
| |\ | | | | | | hiawatha: 10.8.1 -> 10.8.3
| | * hiawatha: 10.8.1 -> 10.8.3R. RyanTM2018-11-09
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hiawatha/versions
| * | Merge pull request #50204 from r-ryantm/auto-update/mod_wsgiRenaud2018-11-14
| |\ \ | | | | | | | | mod_wsgi: 4.6.4 -> 4.6.5
| | * | mod_wsgi: 4.6.4 -> 4.6.5R. RyanTM2018-11-10
| | |/ | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mod_wsgi/versions
* | | Merge staging-next into stagingFrederik Rietdijk2018-11-11
|\| |
| * | nginx: init ngx_aws_auth at 2.1.1Daiderd Jordan2018-11-08
| |/
* / apacheHttpd: 2.4.35 -> 2.4.37R. RyanTM2018-11-10
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apache-httpd/versions
* tomcat_connectors: 1.2.41-dev-1613051 -> 1.2.46Franz Pletz2018-11-01
| | | | Fixes CVE-2018-11759, CVE-2018-1323, CVE-2016-6808.
* lighttpd: 1.4.50 -> 1.4.51 (#49238)R. RyanTM2018-10-27
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lighttpd/versions
* nginx-opentracing: init at 0.7.0Rob Vermaas2018-10-23
| | | | (cherry picked from commit 9d6184f1bcd2a57db31c48fd0e1847147d44715a)
* Merge pull request #48503 from r-ryantm/auto-update/jettyJörg Thalheim2018-10-19
|\ | | | | jetty: 9.4.8.v20171121 -> 9.4.12.v20180830
| * 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
* | apacheHttpd: add lynx binary path to apachectlAaron Andersen2018-10-11
|/
* nginxMainline: 1.15.3 -> 1.15.5 (#48127)Thilo Uttendorfer2018-10-10
|
* webhook: init at 2.6.8Alyssa Ross2018-10-05
|