summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* allow postgresql cross compilingDing Xiang Fei2018-07-25
|
* Merge staging-next into master (#44009)Frederik Rietdijk2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
* Merge pull request #44042 from flokli/træfik-1.6.5lewo2018-07-24
|\ | | | | traefik: 1.6.2 -> 1.6.5
| * traefik: 1.6.2 -> 1.6.5Florian Klink2018-07-24
| |
* | atlassian-jira: 7.9.2 -> 7.11.0Simon Lackerbauer2018-07-23
| |
* | axis2: add licensePascal Wittmann2018-07-22
| | | | | | | | see issue #43716
* | Merge staging-next into masterFrederik Rietdijk2018-07-22
|\ \
| * \ Merge master into staging-nextFrederik Rietdijk2018-07-21
| |\ \
| * \ \ Merge master into staging-nextFrederik Rietdijk2018-07-19
| |\ \ \
| * \ \ \ Merge staging-next into stagingFrederik Rietdijk2018-07-16
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into stagingRobert Schütz2018-07-15
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #43315 from ryantm/cpanxeji2018-07-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | treewide: replace search.cpan.org with metacpan.org
| | * | | | | | perlPackages: remove search.cpan.org; add metacpan.org default homepageRyan Mulligan2018-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.perl.com/article/saying-goodbye-to-search-cpan-org/ maybe one operation less ..with unifying recursiveUpdate and first // although not tested fix whitespace
* | | | | | | | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| |_|_|_|_|/ / |/| | | | | | | | | | | | | fixes build with disallowed aliases
* | | | | | | Merge pull request #43826 from ryantm/mattermostJörg Thalheim2018-07-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mattermost: 5.0.0 -> 5.1.0
| * | | | | | | mattermost: 5.0.0 -> 5.1.0Ryan Mulligan2018-07-19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #43862 from volth/unused3Frederik Rietdijk2018-07-21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [bot] treewide: remove unused 'args@' in lambdas
| | * | | | | | | [bot] treewide: remove unused 'args@' in lambdasvolth2018-07-20
| | | | | | | | |
| * | | | | | | | Merge pull request #43860 from volth/unused2Frederik Rietdijk2018-07-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | treewide: remove unused 'inherit' in let blocks
| | * | | | | | | | [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
| | |/ / / / / / /
| * / / / / / / / foundationdb: bump to 5.2.6, 6.0.2-preleaseAustin Seipp2018-07-20
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* / / / / / / / pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/ / / / / / /
* | | | | | | Merge pull request #43857 from volth/unusedFrederik Rietdijk2018-07-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [bot] treewide: remove unreferenced code
| * | | | | | | [bot]: remove unreferenced codevolth2018-07-20
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | postgresql100: 10.3 -> 10.4Silvan Mosberger2018-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-1115 Release notes: https://www.postgresql.org/docs/10/static/release-10-4.html
* | | | | | | postgresql96: 9.6.8 -> 9.6.9Silvan Mosberger2018-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-1115 Release notes: https://www.postgresql.org/docs/10/static/release-9-6-9.html
* | | | | | | postgresql95: 9.5.12 -> 9.5.13Silvan Mosberger2018-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.postgresql.org/docs/10/static/release-9-5-13.html
* | | | | | | postgresql94: 9.4.17 -> 9.4.18Silvan Mosberger2018-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.postgresql.org/docs/10/static/release-9-4-18.html
* | | | | | | postgresql93: 9.3.22 -> 9.3.23Silvan Mosberger2018-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://www.postgresql.org/docs/10/static/release-9-3-23.html
* | | | | | | knot-dns: libidn -> libidn2Vladimír Čunát2018-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's only used by the `kdig` tool.
* | | | | | | Merge pull request #43834 from ryantm/https2Graham Christensen2018-07-19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | treewide: http -> https
| * | | | | | treewide: http -> httpsRyan Mulligan2018-07-19
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #43782 from Ma27/fix-simpleldap-python3Robert Schütz2018-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3Packages.simpleldap: remove
| * | | | | | inginious: removeMaximilian Bosch2018-07-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fallout of 9db7f15ea3ce57eee25458daf87cce7a04ea98b2 which removed simpleldap. @layus suggests to remove: * https://github.com/NixOS/nixpkgs/pull/43782#issuecomment-406186881 * https://github.com/NixOS/nixpkgs/pull/31975#issuecomment-346647857
* | | | | | Merge pull request #43788 from r-ryantm/auto-update/apache-httpdPeter Simons2018-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | apacheHttpd: 2.4.33 -> 2.4.34
| * | | | | | apacheHttpd: 2.4.33 -> 2.4.34R. RyanTM2018-07-18
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #43692 from matthewbauer/disallow-aliases-in-releaseMatthew Bauer2018-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Avoid using aliases, disallow aliases in release
| * | | | | | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* / | | | | gpm: patch to fix w/musl, good for general useWill Dietz2018-07-18
|/ / / / /
* | | | | arangodb: 3.3.11 -> 3.3.12 (#43485)R. RyanTM2018-07-18
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/arangodb/versions.
* | | | | Merge pull request #43308 from Chiiruno/dev/hydronSilvan Mosberger2018-07-18
|\ \ \ \ \ | | | | | | | | | | | | hydron: init at 2018-07-11
| * | | | | hydron: init at 2018-07-15Okina Matara2018-07-18
| | |/ / / | |/| | |
* | | | | home-assistant: 0.73.1 -> 0.73.2Robert Schütz2018-07-17
| |/ / / |/| | | | | | | | | | | | | | | This fixes a security hole allowing man in the middle attacks. See https://www.home-assistant.io/blog/2018/07/16/release-73-2/.
* | | | jackett: 0.8.1209 -> 0.9.1 (#43467)R. RyanTM2018-07-16
| | | | | | | | | | | | 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.
* | | | xkbcomp: 1.4.0 -> 1.4.2 (#43589)Yegor Timoshenko2018-07-16
| | | |
* | | | aerospike: fix ofborg eval (#43603)Vaibhav Sagar2018-07-16
| | | | | | | | | | | | s/maintainer/maintainers/
* | | | aerospike: fix ofborg evalUli Baum2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | platforms = [ "x86_64-linux" ] broke ofborg eval of nixos manual because the aerospike module references this package. Fixed for now by setting platforms to platforms.linux, even if aarch64 isn't really supported.
* | | | aerospike: init at 4.2.0.4Wael M. Nasreddine2018-07-16
| | | | | | | | | | | | | | | | Co-authored-by: Volth <volth@webmaster.ms>
* | | | shairport-sync: 3.1.7 -> 3.2R. RyanTM2018-07-16
| | | |