Commit Graph

4006 Commits

Author SHA1 Message Date
Bruno Bigras
e0e62c8804 git-repo: 2.13.1 -> 2.14.5 2021-05-09 17:34:52 +02:00
Michael Raskin
0bb11cb37b
Merge pull request #122251 from 7c6f434c/monotone-update
monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1
2021-05-09 10:03:37 +00:00
Michael Raskin
ca365f6946 monotone: 1.1 -> 1.1-unstable-2021-05-01 to move from insecure botan 1 2021-05-09 11:18:20 +02:00
Léo Gaspard
45d1222d47 git: add link to related nixos test
It'd be better to have a git-only test, but in the meantime this is the
first available test I could find, and it's still better than nothing.
2021-05-08 21:40:56 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Josh Holland
9622f8cad8 gitAndTools.stgit: 1.0 -> 1.1 2021-05-07 18:06:15 +01:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
Mario Rodas
0d1d2c6510
Merge pull request #121363 from r-ryantm/auto-update/lefthook
lefthook: 0.7.3 -> 0.7.4
2021-05-05 22:27:56 -05:00
Jan Tojnar
7d535edec5
gnome3: support new versioning scheme in the update script
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-05-05 22:20:20 +02:00
maralorn
2fa19503b9
Merge pull request #121630 from xwvvvvwx/radicle-upstream-0.2.3
radicle-upstream: 0.1.11 -> 0.2.3
2021-05-05 10:09:38 +02:00
Thomas Bereknyei
77e969952e sourcehut: refactor 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
1b802ce414 sourcehut.coresrht: 0.65.2 -> 0.67.4 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
22c2b7a64d sourcehut.hgsrht: 0.26.19 -> 0.27.4 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
c4dda181cf sourcehut.scm: 0.22.4 -> 0.22.9 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
eec22cc44c sourcehut.hubsrht: 0.11.5 -> 0.13.1 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
a8dec0e5e0 sourcehut.gitsrht: 0.61.10 -> 0.72.8 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
9636d25a6c sourcehut.listssrht: 0.45.15 -> 0.48.19 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
350f4867c7 sourcehut.pastesrht: 0.11.2 -> 0.12.1 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
1dbd9b2476 sourcehut.dispatchsrht: 0.14.9 -> 0.15.8 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
14d65eaa3c sourcehut.metasrht: 0.51.2 -> 0.53.14 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
9b3a109c3e sourcehut.mansrht: 0.15.4 -> 0.15.12 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
fc5daae1fa sourcehut.todosrht: 0.62.1 -> 0.64.14 2021-05-04 20:05:22 -04:00
Thomas Bereknyei
1383d5574b sourcehut.buildsrht: 0.63.4 -> 0.66.7 2021-05-04 20:05:22 -04:00
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
David Terry
3f64800076
radicle-upstream: 0.1.11 -> 0.2.3 2021-05-03 23:26:04 +02: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
R. RyanTM
66a96f031a lefthook: 0.7.3 -> 0.7.4 2021-05-01 05:55:57 +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