summary refs log tree commit diff
path: root/pkgs/applications/version-management
Commit message (Collapse)AuthorAge
...
| * | | | gitAndTools.tig: 2.4.0 -> 2.4.1R. RyanTM2018-08-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/tig/versions.
* / / / gitkraken: 3.6.6 -> 4.0.1Meghea Iulian2018-08-16
|/ / /
* | / gitea: 1.4.3 -> 1.5.0 (#44939)Elis Hirwing2018-08-13
| |/ |/| | | Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.5.0
* | subversion: add licenseOrivej Desh2018-08-09
| |
* | cgit: 1.1 -> 1.2.1Bjørn Forsman2018-08-09
|/ | | | Fixes CVE-2018-14912.
* reposurgeon: 3.28 -> 3.44Cray Elliott2018-08-01
| | | | | also switch from cython to pypy as cyreposurgeon was dropped upstream in favor of using pypy
* monotone: fix build against pcre 8.42Cray Elliott2018-08-01
|
* bazaar: fix buidIzorkin2018-08-01
|
* Merge pull request #44239 from borisbabic/feature/init-pre-commitRobert Schütz2018-07-31
|\ | | | | gitAndTools.pre-commit: init at 1.10.4
| * gitAndTools.pre-commit: init at 1.10.4Boris Babic2018-07-31
| |
* | Merge pull request #43929 from r-ryantm/auto-update/mercurial-fullxeji2018-07-31
|\ \ | |/ |/| mercurialFull: 4.5.2 -> 4.6.2
| * tortoisehg: 4.5.2 -> 4.6.1Uli Baum2018-07-30
| |
| * mercurialFull: 4.5.2 -> 4.6.2R. RyanTM2018-07-21
| | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mercurial-full/versions.
* | grv: 0.1.2 -> 0.2.0Will Dietz2018-07-26
| | | | | | | | | | Needs libgit2 0.27 apparently, doesn't build with 0.26 or 0.25 in-tree.
* | 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 #44008 from dtzWill/update/tig-2.4.0Jörg Thalheim2018-07-23
|\ \ | | | | | | tig: 2.3.3 -> 2.4.0
| * | tig: 2.3.3 -> 2.4.0Will Dietz2018-07-23
| | | | | | | | | | | | https://github.com/jonas/tig/releases/tag/tig-2.4.0
* | | Merge pull request #43957 from danieldk/gitea-1.4.3Jörg Thalheim2018-07-23
|\ \ \ | |/ / |/| | gitea: 1.4.2 -> 1.4.3
| * | gitea: 1.4.2 -> 1.4.3Daniël de Kok2018-07-22
| | |
* | | gitFull: build libsecret credential helper (#43616)Benjamin Staffin2018-07-22
| | | | | | | | | ...except on Darwin, where it won't be useful.
* | | Merge pull request #43914 from r-ryantm/auto-update/peruFrederik Rietdijk2018-07-22
|\ \ \ | |/ / |/| | peru: 1.1.3 -> 1.1.4
| * | peru: 1.1.3 -> 1.1.4R. RyanTM2018-07-21
| |/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/peru/versions.
* | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | | | | fixes build with disallowed aliases
* | Merge pull request #43906 from r-ryantm/auto-update/subversionFrederik Rietdijk2018-07-21
|\ \ | | | | | | subversion_1_10: 1.10.0 -> 1.10.2
| * | subversion_1_10: 1.10.0 -> 1.10.2R. RyanTM2018-07-21
| |/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/subversion/versions.
* | Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\ \
| * \ 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
| | | |
| * | | Merge pull request #43835 from ryantm/mercurialFrederik Rietdijk2018-07-21
| |\ \ \ | | | | | | | | | | mercurial: fix homepage
| | * | | mercurial: fix homepageRyan Mulligan2018-07-19
| | | | |
| * | | | gitkraken: 3.6.4 -> 3.6.6Meghea Iulian2018-07-21
| | |/ / | |/| |
* / | | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/ / /
* | | 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
* | | config.skipAliases -> config.allowAliasesvolth2018-07-17
| | |
* | | config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliasesvolth2018-07-17
| | |
* | | Merge pull request #43617 from dtzWill/update/hub-2.5.0lewo2018-07-17
|\ \ \ | |_|/ |/| | hub: 2.4.0 -> 2.5.0
| * | hub: 2.4.0 -> 2.5.0Will Dietz2018-07-16
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2018-07-14
|\| | | | | | | | | | | Hydra: ?compare=1468896
| * | tig: zsh completion should be named _tigJörg Thalheim2018-07-12
| | |
| * | tig: add zsh completionMatthieu Coudron2018-07-12
| |/ | | | | | | along with contrib/vim.tigrc config in case users want to use it.
| * meld: 3.18.1 → 3.18.2Jan Tojnar2018-07-06
| |
| * p4v: update sha256Robert Hensing2018-07-04
| |
* | Merge branch 'master' into stagingVladimír Čunát2018-06-30
|\|
| * treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | | | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
| * treewide: http -> https (#42665)Ryan Mulligan2018-06-27
| |
| * Merge pull request #41876 from IvanMalison/addGitSyncxeji2018-06-26
| |\ | | | | | | Add git sync
| | * git-sync: move to gitAndTools.git-syncUli Baum2018-06-26
| | | | | | | | | | | | | | | By convention, git-related tools in nixpkgs are not added to the top level but bundled under gitAndTools.
| | * git-sync: init at 20151024Ivan Malison2018-06-12
| | |
* | | Revert "Revert "Merge pull request #42376 from dtzWill/update/git-2.18.0""Will Dietz2018-06-28
|/ / | | | | | | This reverts commit 6d1955e0c49720074505e090dac8b576a77efdd0.
* | Revert "Merge pull request #42376 from dtzWill/update/git-2.18.0"Will Dietz2018-06-24
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 2624f9079617df6b1fffda8c10f6a7a35068ecdc, reversing changes made to 37aab4cbb5552bf021b20cf05d64e8ded6f3538a. See: https://github.com/NixOS/nixpkgs/pull/42376#issuecomment-399789096 Basically this breaks at least some users of fetchgit, so let's revert this until this is sorted out.