Commit graph

3981 commits

Author SHA1 Message Date
Luke Granger-Brown 66c384e30c
Merge pull request #121611 from lukegb/mercurial
mercurial: 5.6 -> 5.8, oxidize
2021-05-04 14:11:36 +01:00
Luke Granger-Brown 35e57e81ae tortoisehg: fix build
tortoisehg intentionally wants to back-date the Mercurial build,
and some of the features we've added to the Mercurial build won't work
correctly under hg 5.6.
2021-05-04 10:24:00 +00:00
Luke Granger-Brown a715d90fb0 mercurial: add patches for Rust status implementation
These fix https://bz.mercurial-scm.org/show_bug.cgi?id=6514, which
breaks haskellPackages.retrie when run with the Rust status
implementation.
2021-05-04 09:54:16 +00:00
Jacek Galowicz 8347379afe
Merge pull request #121404 from VirtusLab/git-machete-3.1.1
gitAndTools.git-machete: 3.1.0 -> 3.1.1
2021-05-03 21:28:33 +02:00
Luke Granger-Brown 53ddf53f2c mercurial: add re2
Mercurial can make use of the RE2 regex engine where available to speed
up evaluation of regexes.
2021-05-03 18:59:14 +00:00
Luke Granger-Brown eb3d65bf19 mercurial: also compile translations
Without gettext as a dependency, we won't compile the .po files.
2021-05-03 18:54:22 +00:00
Luke Granger-Brown 38e505f20a mercurial: add lukegb as maintainer, update metadata 2021-05-03 18:54:09 +00:00
Luke Granger-Brown 0716841463 mercurial: build Rust extensions
The Rust extensions provide speedups for core Mercurial functionality.
We should start building with them.

They're only CI-tested on Linux, so they're disabled for non-Linux
platforms for now by default.
2021-05-03 18:05:36 +00:00
Luke Granger-Brown ae894f63f5 mercurial: drop unnecessary unzip dep 2021-05-03 17:35:26 +00:00
Luke Granger-Brown 63f3e26505 mercurial: 5.6 -> 5.8 2021-05-03 17:32:36 +00:00
Luke Granger-Brown dfd8ae4ca0
Merge pull request #121280 from aanderse/redmine
redmine: 4.2.0 -> 4.2.1
2021-05-03 10:40:33 +01:00
Git Machete Release Bot ed3439be2f gitAndTools.git-machete: 3.1.0 -> 3.1.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-05-01 15:46:24 +00:00
Aaron Andersen bddecd3510 redmine: 4.2.0 -> 4.2.1 2021-04-30 10:33:25 -04:00
Sandro 536ae468d2
Merge pull request #120018 from blargg/yadm
yadm: 2.5.0 -> 3.1.0
2021-04-30 14:45:44 +02:00
ajs124 1e7720531a subversion: 1.12.2 -> 1.14.1 2021-04-29 18:41:18 +02:00
R. RyanTM b79d1b517d cvs_fast_export: 1.55 -> 1.56 2021-04-29 00:35:12 -04:00
Milan 5e2bfae1b8
gitlab: 13.10.2 -> 13.11.2 (#120947) 2021-04-28 15:16:06 +02:00
Vladyslav M 267761cf44
Merge pull request #120917 from a12l/update-pijul
pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48
2021-04-28 08:14:19 +03:00
R. RyanTM d3e48342a3 gitui: 0.14.0 -> 0.15.0 2021-04-27 23:45:06 -04:00
blargg b7387c5cf4 yadm: 2.5.0 -> 3.1.0
Updated completions to pull from the new location.
Switch to using the install helpers.
Update license, gpl3 -> gpl3Plus.
2021-04-27 19:17:18 -07:00
Albin Otterhäll 056eb56f77 pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48 2021-04-27 20:39:06 +02:00
talyz 7a67a2d1a8
gitlab: Add patch for db_key_base length bug, fix descriptions
The upstream recommended minimum length for db_key_base is 30 bytes,
which our option descriptions repeated. Recently, however, upstream
has, in many places, moved to using aes-256-gcm, which requires a key
of exactly 32 bytes. To allow for shorter keys, the upstream code pads
the key in some places. However, in many others, it just truncates the
key if it's too long, leaving it too short if it was to begin
with. This adds a patch that fixes this and updates the descriptions
to recommend a key of at least 32 characters.

See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53602
2021-04-27 17:49:43 +02:00
Arnout Engelen 1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.

There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
Sandro 45c4ce6635
Merge pull request #120562 from risicle/ris-subversion-1.12.2-CVE-2020-17525
subversion: add patch for CVE-2020-17525
2021-04-26 06:46:05 +02:00
Fabian Affolter 632292a4db
Merge pull request #120485 from MetaDark/git-review
git-review: 2.0.0 -> 2.1.0
2021-04-25 15:13:52 +02:00
Robert Scott c94fa93440 subversion: add patch for CVE-2020-17525 2021-04-24 20:31:07 +01:00
Kira Bruneau f3a2bf7109 git-review: 2.0.0 -> 2.1.0 2021-04-24 12:24:19 -04:00
hdhog 793562da34
git-chglog: 0.9.1 -> 0.14.2 (#120097) 2021-04-24 09:16:07 +02:00
Norbert Melzer 65499c8a82
lefthook: 0.7.2 -> 0.7.3 (#120346)
Co-authored-by: Louis Bettens <lourkeur@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-24 03:57:36 +02:00
R. RyanTM a48b8974ee bit: 1.0.6 -> 1.1.1 2021-04-22 06:27:11 +00:00
Sandro def594ee27
Merge pull request #119978 from SuperSandro2000/git-interactive-rebase-tool
git-interactive-rebase-tool: 2.0.0 -> 2.1.0
2021-04-21 05:10:17 +02:00
Sandro Jäckel 431db0eaad
git-interactive-rebase-tool: 2.0.0 -> 2.1.0 2021-04-21 03:12:11 +02:00
zowoq 00fe267003 gh: 1.9.1 -> 1.9.2
https://github.com/cli/cli/releases/tag/v1.9.2
2021-04-21 07:13:02 +10:00
Rouven Czerwinski d18df82226 subversion: remove extraBuildInputs
No longer required since all subversion versions now share the same
buildInputs.
2021-04-19 16:54:11 +02:00
Thomas Gerbet b660a15ba8 subversion_1_10: 1.10.6 -> 1.10.7
Fixes CVE-2020-17525.

Release announcement:
https://lists.apache.org/thread.html/r86eb93bd4e12c126203f61e9bd42f9a3905117842b481d20e15fd61f%40%3Cannounce.subversion.apache.org%3E
2021-04-17 11:58:21 +02:00
Kim Lindberger 37f49597e3
Merge pull request #118861 from talyz/gitlab-shell-fix
gitlab-shell: 13.15.1 -> 13.17.0
2021-04-16 16:17:58 +02:00
kolaente 01fa878ebc
gitea: 1.14.0 -> 1.14.1 2021-04-16 08:48:50 +02:00
zowoq 2f8a54eb09 gh: 1.9.0 -> 1.9.1
https://github.com/cli/cli/releases/tag/v1.9.1
2021-04-16 06:19:34 +10:00
zowoq 9c8cb61854 gh: 1.8.1 -> 1.9.0
https://github.com/cli/cli/releases/tag/v1.9.0
2021-04-15 10:22:29 +02:00
Alyssa Ross 715d5a73ae
git-cinnabar: 0.5.6 -> 0.5.7 2021-04-13 12:16:02 +00:00
Sandro eeb3107a08
Merge pull request #119269 from rhoriguchi/gitkraken
gitkraken: 7.5.4 -> 7.5.5
2021-04-13 01:54:16 +02:00
Sandro 380f281978
Merge pull request #118930 from alyssais/cvs
cvs: fix cross; clarify license
2021-04-13 01:53:51 +02:00
Ryan Horiguchi a12bb7e8f9
gitkraken: 7.5.4 -> 7.5.5 2021-04-13 00:25:41 +02:00
Maximilian Bosch d1572b7161
Merge pull request #119212 from jshholland/stgit-1.0
gitAndTools.stgit: 0.23 -> 1.0
2021-04-12 17:51:11 +02:00
Maximilian Bosch db47ed4382
Merge pull request #119127 from Ma27/bump-gitea
gitea: 1.13.7 -> 1.14.0
2021-04-12 17:46:19 +02:00
Antonio Yang e81d95ebcd gitui: 0.13.0 -> 0.14.0 2021-04-12 21:11:39 +08:00
Josh Holland 248a6da7f6 gitAndTools.stgit: 0.23 -> 1.0 2021-04-12 08:18:06 +01:00
Maximilian Bosch f17950c5b7
gitea: 1.13.7 -> 1.14.0
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.14.0
2021-04-11 13:39:39 +02:00
Leah Ives f9cc32641f git-review: 1.28.0 -> 2.0.0
* Updates git-review to latest version
* Fixes build error due to dependency on old version of six library
2021-04-10 19:59:31 -07:00
Alyssa Ross 25628c6454
cvs: fix cross; clarify license 2021-04-10 23:52:50 +00:00