summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
...
* | | | mariadb: 10.2.15 -> 10.2.16Izorkin2018-07-16
| | | |
* | | | nginxModules: sorting of modules alphabeticallyIzorkin2018-07-16
| | | |
* | | | caddy: 0.10.12 -> 0.11.0Franz Pletz2018-07-16
| | | |
* | | | Merge pull request #43580 from Izorkin/nginx-modulesFranz Pletz2018-07-15
|\ \ \ \ | | | | | | | | | | Update nginx modules
| * | | | nginxModules.develkit: update to v0.3.1rc1Izorkin2018-07-16
| | | | |
| * | | | nginxModules.upstream-check: update to rev 9aecf15Izorkin2018-07-16
| | | | |
| * | | | nginxModules.statsd: update to rev b970e40Izorkin2018-07-16
| | | | |
| * | | | nginxModules.pam: update to v1.5.1Izorkin2018-07-16
| | | | |
| * | | | nginxModules.set-misc: update to v0.32Izorkin2018-07-16
| | | | |
| * | | | nginxModules.lua: update to v0.10.13Izorkin2018-07-16
| | | | |
| * | | | nginxModules.moreheaders: update to v0.33Izorkin2018-07-16
| | | | |
| * | | | nginxModules.ipscrub: update to v1.0.1Izorkin2018-07-16
| | |_|/ | |/| |
* | | | nginxModules.sla: init at 7778f01Izorkin2018-07-15
| | | |
* | | | charybdis: 3.5.5 -> 4.1Franz Pletz2018-07-15
| | | |
* | | | mpd: 0.20.18 -> 0.20.20Franz Pletz2018-07-15
| | | |
* | | | nginxMainline: 1.13.12 -> 1.15.1Franz Pletz2018-07-15
| | | |
* | | | matterircd: 0.16.5 -> 0.18.2Franz Pletz2018-07-15
| | | |
* | | | prometheus-alertmanager: 0.14.0 -> 0.15.1Franz Pletz2018-07-15
| | | |
* | | | nginx-fancyindex: init at 0.4.3Izorkin2018-07-15
|/ / /
* | | timescaledb: 0.9.2 -> 0.10.1Austin Seipp2018-07-14
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | timescaledb: create $out/bin in order to work around a stupid bugAustin Seipp2018-07-14
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #22653 or #38469. 'manveru' reported this on IRC again, but unfortunately a real fix requires a bit more work. In the mean time, this plugs the leak with a bit of duct tape. 'timescale' is an often desired extension and, in the mean time, this workaround means you also do not have to install something like postgis (with a large dependency set) into your closure to get things to work. Ideally in the mean time, *all* postgresql extensions should have $out/bin created for them... Doing this will require more ongoing work, or a proper fix to the buildEnv nonsense going on. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #43477 from r-ryantm/auto-update/dnsdistFrederik Rietdijk2018-07-13
|\ \ | | | | | | dnsdist: 1.3.0 -> 1.3.2
| * | dnsdist: 1.3.0 -> 1.3.2R. RyanTM2018-07-13
| |/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dnsdist/versions.
* | Merge pull request #43475 from r-ryantm/auto-update/couchdbFrederik Rietdijk2018-07-13
|\ \ | | | | | | couchdb2: 2.1.1 -> 2.1.2
| * | couchdb2: 2.1.1 -> 2.1.2R. RyanTM2018-07-13
| |/ | | | | | | 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.
* | xeyes: 1.1.1 -> 1.1.2Pascal Wittmann2018-07-12
| |
* | Merge pull request #43232 from Infinisil/update/xkeyboardconfigSilvan Mosberger2018-07-12
|\ \ | | | | | | xorg.xkeyboardconfig: 2.23.1 -> 2.24, Fixes issue with polish symbols syntax
| * | xorg.xkeyboardconfig: 2.23.1 -> 2.24Silvan Mosberger2018-07-09
| | |
* | | prometheus-jmx-httpserver: init at 0.10 (#43336)Jaka Hudoklin2018-07-11
| | | | | | | | | prometheus-jmx-httpserver: init at 0.10
* | | dovecot: 2.3.2 -> 2.3.2.1 (#43351)R. RyanTM2018-07-11
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dovecot/versions.
* | | Merge pull request #42937 from gavinrogers/init_holochainEelco Dolstra2018-07-11
|\ \ \ | | | | | | | | holochain-go: init at 0.1.0-alpha
| * | | Add: GoEndian dependancyGavin Rogers2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm a little confused as to why this buils and runs on darwin, but fails to build without it on linux. The error was: ```go/src/github.com/gxed/eventfd/eventfd.go:17:2: cannot find package "github.com/gxed/GoEndian" in any of:```
| * | | Fix: remove platform declaration, add eventfdGavin Rogers2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | "if platforms is not set it will default to go.meta.platforms which is probably what you want" And that does sound like what we want. Also, the linux build was complaining about eventfd, or the lack thereof.
| * | | Fix: switch expression to use fetchFromGitHubGavin Rogers2018-07-03
| | | |
| * | | Fix: Capitalisation of downloadPageGavin Rogers2018-07-03
| | | |
| * | | Cleanup: remove v from version and use fetchFromGithubGavin Rogers2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | More housecleaning, also as per @Mic92. He's right, as it says in the manual, to use fetchFromGithub instead of fetchgit > Best: Fetches a snapshot archive and you get the rev you want.
| * | | Cleanup: remove line left over from templateGavin Rogers2018-07-03
| | | | | | | | | | | | | | | | As per @Mic92: can be removed
| * | | Cleanup: remove autogenerated lineGavin Rogers2018-07-03
| | | | | | | | | | | | | | | | | | | | Agree with @Mic92: "Since this was manually edited, we should not claim it was auto generated.
| * | | init: holochain-go at 0.1.0-alphaGavin Rogers2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | Holochain is a platform for creating an unenclosable carrier upon which highly-scalable dApps and smart contracts can be built. This is the holochain team's initial implimentation in go. A rust version is under development.
* | | | Merge pull request #43337 from r-ryantm/auto-update/memcachedFrederik Rietdijk2018-07-11
|\ \ \ \ | | | | | | | | | | memcached: 1.5.8 -> 1.5.9
| * | | | memcached: 1.5.8 -> 1.5.9R. RyanTM2018-07-11
| | |_|/ | |/| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/memcached/versions.
* | | | Merge pull request #43317 from r-ryantm/auto-update/uwsgiFrederik Rietdijk2018-07-11
|\ \ \ \ | | | | | | | | | | uwsgi: 2.0.17 -> 2.0.17.1
| * | | | uwsgi: 2.0.17 -> 2.0.17.1R. RyanTM2018-07-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/uwsgi/versions.
* / / / coredns: Fix hashadisbladis2018-07-11
|/ / /
* | | knot-dns: 2.6.7 -> 2.6.8 (maintenance)Vladimír Čunát2018-07-10
| | | | | | | | | | | | https://lists.nic.cz/pipermail/knot-dns-users/2018-July/001409.html
* | | home-assistant: 0.73.0 -> 0.73.1Robert Schütz2018-07-09
| | |
* | | Merge pull request #43153 from dotlambda/home-assistant-0.73.0Peter Hoeg2018-07-09
|\ \ \ | | | | | | | | home-assistant: 0.72.1 -> 0.73.0
| * | | home-assistant: 0.72.1 -> 0.73.0Robert Schütz2018-07-08
| | | |
* | | | jackett: 0.8.1138 -> 0.8.1209 (#42999)R. RyanTM2018-07-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/jackett/versions. These checks were done: - built on NixOS - /nix/store/hlpqjm3nia27yrsvss57828qla6a1x5m-jackett-0.8.1209/bin/Jackett passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 0.8.1209 with grep in /nix/store/hlpqjm3nia27yrsvss57828qla6a1x5m-jackett-0.8.1209 - directory tree listing: https://gist.github.com/73cb9952f51705ba06c4c820c3466ffa - du listing: https://gist.github.com/c6920225e6de6c9be6afa6799f4b17d6
* | | Merge pull request #43201 from dotlambda/vobject-0.9.6Robert Schütz2018-07-08
|\ \ \ | | | | | | | | python.pkgs.vobject: 0.9.5 -> 0.9.6