about summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* python3.pkgs.mailman*: check isPy3k inside packageAlyssa Ross2020-01-20
|
* python3.pkgs.mailman: 3.2.2 -> 3.3.0Peter Simons2020-01-20
|
* python3.pkgs.postorius: 1.2.4 -> 1.3.2Alyssa Ross2020-01-20
|
* python3.pkgs.postorius: use checkInputsAlyssa Ross2020-01-20
|
* python3.pkgs.hyperkitty: use checkInputsAlyssa Ross2020-01-20
| | | | | | The previously propagated build inputs are optional, and so are included in checkInputs so the tests can run, but not propagated so they aren't included if unneeded.
* python3.pkgs.hyperkitty: 1.2.2 -> 1.3.2Alyssa Ross2020-01-20
|
* python3.pkgs.mailman: core.nix -> default.nixAlyssa Ross2020-01-20
| | | | | The actual upstream "mailman" name just refers to this, so we should use the Nixpkgs convention of default.nix.
* mailman: remove unused derivation for mailman 2Alyssa Ross2020-01-20
| | | | This isn't referenced anywhere, so it's just dead code.
* jellyfin: use dotnet runtime instead of sdknyanloutre2020-01-19
|
* rabbitmq: make all dependencies explicitAlexey Lebedeff2020-01-19
| | | | | | | | | | | | | Some things were provided by default, some by systemd unit and some were just miraculously working. This turns them into explicit dependencies of the package itself, making everything properly overrideable. + providing glibcLocales fixes elixir compile warnings + providing systemd dependency allows rabbit to use systemctl for unit activation check instead of falling back to sleep. This was seen as a warning during startup.
* esphome: 1.14.1 -> 1.14.3, fix buildFranz Pletz2020-01-19
|
* Merge pull request #77911 from r-ryantm/auto-update/tt-rss-theme-feedlyMario Rodas2020-01-19
|\ | | | | tt-rss-theme-feedly: 2.0.0 -> 2.3.1
| * tt-rss-theme-feedly: 2.0.0 -> 2.3.1R. RyanTM2020-01-17
| |
* | zoneminder: Fix installation location for cgi-bin (#76855)Daniel Fullmer2020-01-18
| | | | | | | | | | Before this change, the build would duplicate the prefix in the installation location for cgi-bin stuff: -- Installing: /nix/store/skg6b81hikd3fvvdf62xbkm6gsbid41a-zoneminder-1.32.3/nix/store/skg6b81hikd3fvvdf62xbkm6gsbid41a-zoneminder-1.32.3/libexec/zoneminder/cgi-bin/zms
* | Merge pull request #77797 from marsam/update-timescaledbMario Rodas2020-01-17
|\ \ | | | | | | postgresqlPackages.timescaledb: 1.5.1 -> 1.6.0
| * | postgresqlPackages.timescaledb: 1.5.1 -> 1.6.0Mario Rodas2020-01-15
| | | | | | | | | | | | Changelog: https://github.com/timescale/timescaledb/releases/tag/1.6.0
* | | mautrix-whatsapp: 2020-01-07 -> 2020-01-12Maximilian Bosch2020-01-17
| | |
* | | Merge pull request #63121 from schneefux/pkg/remove-shaarli-materialworldofpeace2020-01-16
|\ \ \ | | | | | | | | shaarli-material: Mark as broken
| * | | shaarli-material: Mark as brokenschneefux2019-10-03
| | | |
* | | | lwan: 0.1 -> 0.2Leonhard Markert2020-01-16
| | | |
* | | | Merge pull request #77326 from aanderse/apacheHttpdAaron Andersen2020-01-15
|\ \ \ \ | |_|/ / |/| | | nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf for use in the apachectl command
| * | | nixos/httpd: symlink apache configuration to /etc/httpd/httpd.conf for use ↵Aaron Andersen2020-01-08
| | | | | | | | | | | | | | | | in the apachectl command
* | | | grafana: 6.5.2 -> 6.5.3WilliButz2020-01-15
| | | |
* | | | Merge pull request #77720 from bbigras/nginx-ssoMario Rodas2020-01-15
|\ \ \ \ | |_|_|/ |/| | | nginx-sso: 0.23.0 -> 0.24.0
| * | | nginx-sso: 0.23.0 -> 0.24.0Bruno Bigras2020-01-14
| | | |
* | | | Merge pull request #77724 from r-ryantm/auto-update/bftpdMichael Raskin2020-01-15
|\ \ \ \ | |/ / / |/| | | bftpd: 5.2 -> 5.4
| * | | bftpd: 5.2 -> 5.4R. RyanTM2020-01-15
| | | |
* | | | public-inbox: fix buildAlyssa Ross2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | This fixes some two-digit year rounding bugs that started triggering because 2020 is closer to 2070 than 1970. Apparently two digits years are still a thing.
* | | | moodle: 3.8 -> 3.8.1Aaron Andersen2020-01-13
| | | |
* | | | Merge pull request #77440 from xtruder/pkgs/rippled/bump/1.4.0Jaka Hudoklin2020-01-12
|\ \ \ \ | | | | | | | | | | rippled: 1.2.1 -> 1.4.0
| * | | | rippled: 1.2.1 -> 1.4.0Jaka Hudoklin2020-01-12
| | | | |
* | | | | Merge pull request #73746 from Shados/fix-dante-libcmarkuskowa2020-01-12
|\ \ \ \ \ | |_|/ / / |/| | | | dante: fix package under Linux
| * | | | dante: fix package under LinuxAlexei Robyn2019-11-19
| | | | |
* | | | | mautrix-whatsapp: 2019-11-17 -> 2020-01-07Maximilian Bosch2020-01-11
| | | | |
* | | | | kafka: Add 2.4Tim Steinbach2020-01-10
| | | | |
* | | | | matterbridge: 1.11.0 -> 1.16.3 (#77454)zimbatm2020-01-10
| | | | |
* | | | | Merge pull request #77412 from marsam/update-postgresqlPackages.plv8Lancelot SIX2020-01-10
|\ \ \ \ \ | | | | | | | | | | | | postgresqlPackages.plv8: 2.3.13 -> 2.3.14
| * | | | | postgresqlPackages.plv8: 2.3.13 -> 2.3.14Mario Rodas2020-01-09
| | | | | |
* | | | | | mxisd: use latest gradleMilan Pässler2020-01-10
|/ / / / /
* | | | | kafka: 2.3.0 -> 2.3.1Tim Steinbach2020-01-09
| | | | |
* | | | | matrix-synapse: 1.7.3 -> 1.8.0Maximilian Bosch2020-01-09
| | | | | | | | | | | | | | | | | | | | https://github.com/matrix-org/synapse/releases/tag/v1.8.0
* | | | | home-assistant: 0.100.3 -> 0.103.2 (#76088)Jörg Thalheim2020-01-09
|\ \ \ \ \ | | | | | | | | | | | | home-assistant: 0.100.3 -> 0.103.2
| * | | | | home-assistant-cli: fix typo in descriptionJörg Thalheim2020-01-09
| | | | | |
| * | | | | home-assistant-frontend: 20200108.0 -> 20191204.1Jörg Thalheim2020-01-09
| | | | | |
| * | | | | home-assistant: 0.100.3 -> 0.103.6Jörg Thalheim2020-01-09
| | | | | |
* | | | | | Merge pull request #75898 from Scriptkiddi/hass_parse_req_errorJörg Thalheim2020-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | home-assistant: Add error output for missing deps
| * | | | | | home-assistant: Add error output for missing depsScriptkiddi2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print missing dependencies to the console when running the parse requirements script. This allows to spot missing packages that could be added to nixpkgs
* | | | | | | Merge pull request #77011 from r-ryantm/auto-update/mod_wsgiMario Rodas2020-01-09
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mod_wsgi: 4.6.8 -> 4.7.0
| * | | | | | mod_wsgi: 4.6.8 -> 4.7.0R. RyanTM2020-01-05
| | | | | | |