about summary refs log tree commit diff
path: root/pkgs/servers/http
Commit message (Collapse)AuthorAge
* Merge pull request #2518 from jwiegley/nginxAustin Seipp2014-05-17
|\ | | | | Add -Wno-error=deprecated-declarations for nginx, required to build on Darwin
| * Add -Wno-error=deprecated-declarations for nginx, required to build on DarwinJohn Wiegley2014-05-05
| |
* | nginx: fix syslog moduleJaka Hudoklin2014-05-07
|/
* nginx: upgrade to 1.6.0, expose many more modulesAustin Seipp2014-05-02
| | | | | | | By default, we now build all the optional nginx modules, including the out-of-band ones like moreheaders and rtmp support. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nginx: build http_stub_status moduleAustin Seipp2014-05-02
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* httpd: Update to 2.2.27Eelco Dolstra2014-05-01
| | | | CVE-2013-6438, CVE-2014-0098
* axis2: Remove the extra slash in URLLinquize2014-04-25
|
* mod_dnssd: new apache httpd 2.2 moduleLuca Bruno2014-04-14
| | | | | | Provide Zeroconf support via DNS-SD using Avahi http://0pointer.de/lennart/projects/mod_dnssd
* apacheHttpd_2_4: update from 2.4.7 to 2.4.9Peter Simons2014-04-09
|
* nginx: update from 1.4.6 to 1.4.7Evgeny Egorochkin2014-03-26
|
* tomcat6: update from 6.0.37 to 6.0.39, potentially fixes CVE-2013-4286, ↵Rob Vermaas2014-03-21
| | | | CVE-2013-4322, CVE-2013-4590, CVE-2014-0033
* New package: winstone 0.9.10, a Java Servlet containerRickard Nilsson2014-03-12
|
* lighttpd: add enableMysql option, to build 'mod_mysql_vhost'Bjørn Forsman2014-03-12
| | | | Now we have options to build all available modules/plugins.
* lighttpd: bump 1.4.34 -> 1.4.35 (security fixes)Bjørn Forsman2014-03-12
| | | | | | | | | | | | | | | | | | From http://www.lighttpd.net/: Important changes ----------------- This release contains a lot of bug fixes, many detected by scan.coverity.com (and more to come). The main reason for the release is a fix for an SQL injection (and path traversal) bug triggered by specially crafted (and invalid) Host: headers. Security fixes -------------- http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2014_01.txt (no CVE yet) NOTE: We (nixpkgs) currently don't build the mod_mysql_vhost module mentioned above.
* nginx: update from 1.4.5 to 1.4.6Evgeny Egorochkin2014-03-05
|
* removing unused couchdb filesRok Garbas2014-02-27
|
* update couchdb to 1.5.0(current latest) and add service for itRok Garbas2014-02-27
|
* axis2: bump to version 1.6.2Sander van der Burg2014-02-18
|
* add branch infoEvgeny Egorochkin2014-02-18
|
* nginx: 1.4.4 -> 1.4.5Domen Kožar2014-02-12
|
* mod_wsgi: update from 3.3 to 3.4Peter Simons2014-01-15
|
* lighttpd: update from 1.4.33 to 1.4.34, potentially fixes CVE-2013-4508Nixpkgs Monitor2014-01-14
|
* apache-httpd-2.4: revert "enable building the 'event'-based mpm worker"Peter Simons2014-01-08
| | | | | Commit 0c3d910cd027a926ffc8538ea60cf2da099d7808 didn't have any effect. The 'event' MPM module isn't built because our version of APR is too old.
* apache-httpd-2.4: enable building the 'event'-based mpm workerPeter Simons2013-12-29
| | | | | Adding "LoadModule mpm_event_module modules/mod_mpm_event.so" to httpd.conf enables that worker instead of the default choice.
* jetty61: update from 6.1.21 to 6.1.26Nixpkgs Monitor2013-12-18
|
* Merge pull request #1370 from offlinehacker/pkgs/nginx/module_moreheadersDomen Kožar2013-12-13
|\ | | | | nginx: add headers more nginx module
| * nginx: add headers more nginx moduleJaka Hudoklin2013-12-13
| |
* | nginx: enable ipv6 and spdyJaka Hudoklin2013-12-13
|/
* apacheHttpd_2_4: update from 2.4.6 to 2.4.7Nixpkgs Monitor2013-12-09
|
* apacheHttpd: update from 2.2.25 to 2.2.26Nixpkgs Monitor2013-12-09
|
* tomcat6: update from 6.0.32 to 6.0.37, potentially fixes CVE-2012-0022, ↵Nixpkgs Monitor2013-12-04
| | | | CVE-2012-2733, CVE-2012-3544, CVE-2012-3546, CVE-2012-4431, CVE-2012-4534, CVE-2012-5568, CVE-2012-5885, CVE-2012-5886, CVE-2012-5887, CVE-2013-2067
* Fixing automatic update of NginxMichael Raskin2013-11-25
|
* Updating Nginx to 1.4.4Michael Raskin2013-11-25
|
* nginx: rtmp module - commited to fast. now it works.Rok Garbas2013-11-18
|
* nginx: adding rtmp moduleRok Garbas2013-11-18
|
* lighttpd: update 1.4.32 -> 1.4.33Bjørn Forsman2013-11-17
| | | | Changes in this version: http://www.lighttpd.net/2013/9/27/1-4-33/
* yaws: Update to 1.98.Moritz Ulrich2013-11-12
| | | | | | This fixes the build when compiled with Erlang 16B01 (default). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
|
* Don't build some packages on some platformsEelco Dolstra2013-11-04
|
* apache-httpd: Update to 2.4.6Eelco Dolstra2013-11-04
|
* nginx: Add optional patch for syslog support.Jaka Hudoklin2013-10-20
| | | | close #1055.
* nginx: 1.4.1 -> 1.4.3Domen Kožar2013-10-17
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* lighttpd: Allow to compile with magnet support.aszlig2013-09-27
| | | | | | | | This also adds pkgconfig to the dependency list so we don't need to specify the path to OpenSSL anymore, because we need pkgconfig in order to correctly find Lua anyway. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* unmaintain several packagesLudovic Courtès2013-08-16
|
* thttpd: New package, version 2.25b.aszlig2013-07-30
| | | | | | | | | We already have mini_httpd, but IMHO it is *too* minimal as in not very flexible in configuration (for example, I haven't found any runtime configuration for disabling logging), so that's why I decided to add thttpd, which serves quite well as an ad-hoc HTTPd. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* apache-httpd: Update to 2.2.25Eelco Dolstra2013-07-17
| | | | CVE-2013-1896, CVE-2013-1862.
* Update nginxMichael Raskin2013-07-11
|
* nginx: 1.2.8 -> 1.2.9 (CVE-2013-2070)Domen Kozar2013-07-09
|
* apacheHttpd_2_4: fix build on darwinJason \"Don\" O'Conal2013-07-07
|