about summary refs log tree commit diff
path: root/pkgs/servers
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16mosquitto: use cmake for darwinMatthew Bauer1-2/+3
Makefile says this: Please compile using CMake on Mac OS X.
2016-08-11mariadb: use jemalloc on every platformVladimír Čunát1-2/+2
It seems to be failing to configure without it on Darwin: http://hydra.nixos.org/build/38440660/nixlog/1/raw This doesn't cause a rebuild on Linux platforms.
2016-08-11nginx: 1.11.2 -> 1.11.3Michael Raskin1-2/+2
2016-08-10Merge branch 'staging'Vladimír Čunát7-118/+114
2016-08-10mariadb: remove darwin patch that no longer appliesVladimír Čunát2-20/+0
Hopefully it isn't needed anymore.
2016-08-10Merge pull request #17464 from cransom/cassandraFrederik Rietdijk5-193/+61
Cassandra
2016-08-09matrix-synapse: 0.16.1-r1 -> 0.17.0 (#17605)Benjamin Saunders1-2/+3
2016-08-08fix invalid antiquotationsNikolay Amiantov1-1/+1
See https://github.com/NixOS/nix/issues/1017
2016-08-07mariadb: make the attribute point to the full buildVladimír Čunát1-5/+5
It will create least surprises. Only those who want to go light have to choose.
2016-08-07opensmtpd-extras: fixup after mariadb changesVladimír Čunát1-1/+1
I hope this was the only package I've forgotten.
2016-08-07ghost-one: mark as brokenVladimír Čunát1-2/+4
It doesn't even download and I can't see any alternative mirror. /cc maintainer @phreedom.
2016-08-07treewide: fixup various mysql ocurrences after re-splitVladimír Čunát3-3/+3
2016-08-07mariadb: completely separate a server-less buildVladimír Čunát1-94/+108
libmysqlclient is all that most closures need; now it's smaller and quick to build. For cases that need a server (via executable or lib), there's a full build for now; later it could be slimmed by removing the client stuff.
2016-08-07emby: 3.0.6020 -> 3.0.6030 (#17565)Tristan Helmich1-2/+2
2016-08-06libe: Broken on i686Tuomas Tynkkynen1-0/+1
http://hydra.nixos.org/build/38264907/nixlog/1/raw
2016-08-04xorg.libpciaccess: Not supported on DarwinTuomas Tynkkynen1-0/+4
http://hydra.nixos.org/build/38160825/nixlog/1/raw
2016-08-04varnish: fix localstatedir for varnish* tools (#17508)Christian Kauhaus1-0/+2
The varnish tools (varnishstat, varnishlog, ...) tried to load the VSM file from a spurious var directory in the Nix store. Fix the default so the tools "just work" when also keeping services.varnish.stateDir at the default. Notes: - The tools use $localstatedir/$HOSTNAME so I've adapted the default for stateDir as well to contain hostName. - Added postStop action to remove the localstatedir. There is no point in keeping it around when varnish does not run, as it regenerates it on startup anyway. Fixes #7495
2016-08-02cassandra: refactor versioningCasey Ransom5-193/+61
This change: - refactors the packages so it is easier to create and update new versions of cassandra. - fixes a bug where Cassandra will not connect to another member unless LD_PRELOADing libstdc++.so. Without that change, it generates a stack trace and dies with exceptions regarding org.xerial.snappy. - restricts platform to linux as procps is also linux only.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen33-1/+34
Build-tested on x86_64 Linux & Mac.
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen7-0/+28
Build-tested on x86_64 Linux and on Darwin.
2016-08-02xorg.xcbutilcursor: Don't wipe out most meta attrsTuomas Tynkkynen1-1/+1
2016-08-02treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen1-1/+1
In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
2016-08-02treewide: Fix meta.platforms related typosTuomas Tynkkynen1-1/+1
2016-08-01Merge pull request #17387 from cko/redisGabriel Ebner1-2/+2
redis: 3.0.7 -> 3.2.2
2016-07-31Merge pull request #17412 from Ralith/matrix-synapse-cursesFrederik Rietdijk1-1/+1
matrix-synapse: fix missing curses dependency
2016-07-31matrix-synapse: fix missing curses dependencyBenjamin Saunders1-1/+1
2016-07-30redis: 3.0.7 -> 3.2.2Christine Koppelt1-2/+2
2016-07-30xorg.xorgserver: enable glamor supportGabriel Ebner3-20/+5
2016-07-30emby: 3.0.6000 -> 3.0.6020 (#17368)Tristan Helmich1-2/+2
2016-07-28Revert "mariadb: 10.1.9 -> 10.1.16 (security)"Franz Pletz1-2/+2
This reverts commit 55bd6da9fbd1f25b5aab94b045fbc89777d45b7b. Fixes #17340.
2016-07-28mariadb: 10.1.9 -> 10.1.16 (security)Franz Pletz1-2/+2
2016-07-28mysql51: remove, not maintained anymoreFranz Pletz1-42/+0
2016-07-28matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216)Robin Lambertz1-1/+1
2016-07-27elasticsearch2: 2.3.1 -> 2.3.4Christian Lask1-2/+2
2016-07-26emby: 3.0.5986 -> 3.0.6000Tristan Helmich1-2/+2
2016-07-24Merge pull request #17231 from womfoo/bump/dovecot-2.2.25Gabriel Ebner1-2/+2
dovecot: 2.2.24 -> 2.2.25
2016-07-23postfix: 3.0.4 -> 3.1.1Gabriel Ebner1-2/+2
2016-07-23mysql: 5.5.49 -> 5.5.50 for CVEs (#17160)Graham Christensen1-2/+2
Problems include buffer overflows, null pointer dereferences, and other bugfixes. - CVE-2016-3477 - CVE-2016-3521 - CVE-2016-3615 - CVE-2016-5440 Details: https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html
2016-07-23influxdb: parametrize default.nix to prepare packaging of 1.0 (#17161)Christine Koppelt2-9/+16
2016-07-21Merge pull request #17077 from LnL7/fix-newrelic-sysmondGraham Christensen1-11/+9
newrelic-sysmond: 1.5.1 -> 2.3.0
2016-07-21Merge pull request #16132 from zohl/tt-rssRok Garbas1-0/+28
tt-rss service: init at 16.3
2016-07-21tt-rss service: init at 16.3Al Zohali1-0/+28
2016-07-21Gofish: nit at 1.2 (#16532)Anderson Torres1-0/+20
Gofish is a lightweight Gopher server.
2016-07-20Adding intel-gpu-tools to xorg.Lluís Batlle i Rossell3-0/+16
2016-07-19lighttpd: 1.4.39 -> 1.4.40Bjørn Forsman1-2/+2
Major bug-fix release; hundreds of issues resolved in issue tracker. https://www.lighttpd.net/2016/7/16/1.4.40/
2016-07-19newrelic-sysmond: use archive urlDaiderd Jordan1-9/+8
2016-07-19nginx: refactor and add mainline versionFranz Pletz5-3/+15
Upstream calls the unstable version mainline.
2016-07-19nixos/grafana: set plugins path, fix image generationFranz Pletz1-2/+3
Also add options to configure which organization should have anonymous access.
2016-07-19grafana: 3.0.1 -> 3.1.0 (#17084)cransom1-4/+5
2016-07-18newrelic-sysmond: 1.5.1 -> 2.3.0Daiderd Jordan1-4/+3