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
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
...
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +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
github-actions[bot]
c99b6f5343
Merge master into staging-next
2021-04-09 00:16:01 +00:00
talyz
7377a1dfa6
gitlab-shell: 13.15.1 -> 13.17.0
...
Only the version had been updated previously, not the hashes and
patches.
2021-04-09 00:36:32 +02:00
Maximilian Bosch
6da2f72f69
gitea: 1.13.6 -> 1.13.7
...
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.7
2021-04-09 00:17:29 +02:00
github-actions[bot]
bf6abedefb
Merge master into staging-next
2021-04-08 12:06:16 +00:00
Sandro
2471253714
Merge pull request #118739 from rhoriguchi/gitkraken
...
gitkraken: 7.5.3 -> 7.5.4
2021-04-08 11:29:14 +02:00
Milan Pässler
35aca2bada
gitlab: add back GITLAB_WORKHORSE_VERSION
...
9b30cda2f6 (r49247855)
2021-04-08 09:56:05 +02:00
github-actions[bot]
8d1d992273
Merge master into staging-next
2021-04-08 00:17:24 +00:00
talyz
9b30cda2f6
gitlab: 13.9.4 -> 13.10.2
2021-04-07 23:23:24 +02:00
Ryan Horiguchi
a9053b6870
gitkraken: 7.5.3 -> 7.5.4
2021-04-07 18:06:45 +02:00
github-actions[bot]
5e509a83ed
Merge master into staging-next
2021-04-07 00:15:14 +00:00
Aaron Andersen
da527a0f1c
Merge pull request #117910 from aanderse/redmine
...
redmine: 4.1.2 -> 4.2.0
2021-04-06 19:35:06 -04:00
Jan Tojnar
c04a14edd6
Merge branch 'master' into staging-next
2021-04-06 16:01:14 +02:00
Stekke
fd1173ee6a
redmine: Update hg patch for redmine 4.2.0
2021-04-04 16:15:19 -04:00
Aaron Andersen
11cca39ea9
redmine: 4.1.2 -> 4.2.0
2021-04-04 16:14:05 -04:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
...
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next
2021-04-03 18:18:51 +00:00
Frederik Rietdijk
5c8e424b84
gitstats: stay with python2
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
ea7d049f51
git-crecord: stay with python2
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
e5f9db3135
git-bz: stay with python2
2021-04-03 17:06:07 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next
2021-04-03 00:14:57 +00:00
zowoq
941cb99cf2
gh: 1.8.0 -> 1.8.1
...
https://github.com/cli/cli/releases/tag/v1.8.1
2021-04-03 06:10:35 +10:00
github-actions[bot]
b3a0328b7f
Merge master into staging-next
2021-04-02 18:14:54 +00:00
Sandro
5a41d751ae
Merge pull request #104919 from gravndal/git-annex-remote-googledrive
2021-04-02 17:28:35 +02:00
Gaute Ravndal
e9f12cd9db
git-annex-remote-googledrive: init at 1.3.0
2021-04-01 23:05:45 +02:00
github-actions[bot]
85e9b4acf4
Merge staging-next into staging
2021-04-01 12:06:32 +00:00
R. RyanTM
386b5cd123
bit: 1.0.5 -> 1.0.6
2021-04-01 05:33:55 +00:00
github-actions[bot]
b152812791
Merge staging-next into staging
2021-04-01 00:15:44 +00:00
Sandro
0650638605
Merge pull request #118101 from LeSuisse/drop-subversion19
...
subversion19: drop
2021-03-31 21:23:43 +02:00
Thomas Gerbet
550e69b745
subversion19: drop
...
Subversion 1.9 is EoL [0] and is affected by CVE-2020-17525.
[0] https://subversion.apache.org/roadmap.html#release-planning
2021-03-31 08:38:03 +02:00
github-actions[bot]
cb1554f24c
Merge staging-next into staging
2021-03-31 00:12:32 +00:00
github-actions[bot]
4ba71fb819
Merge master into staging-next
2021-03-31 00:12:29 +00:00
zowoq
7248f89da2
gh: 1.7.0 -> 1.8.0
...
https://github.com/cli/cli/releases/tag/v1.8.0
2021-03-31 06:04:56 +10:00
github-actions[bot]
2d211c7a3a
Merge staging-next into staging
2021-03-30 06:05:44 +00:00
github-actions[bot]
ce7cdafed9
Merge master into staging-next
2021-03-30 06:05:42 +00:00
Mario Rodas
27a17ac2e4
gitAndTools.delta: 0.6.0 -> 0.7.1
...
https://github.com/dandavison/delta/releases/tag/0.7.1
2021-03-29 04:20:00 +00:00
github-actions[bot]
f311dede4c
Merge staging-next into staging
2021-03-29 00:15:53 +00:00
github-actions[bot]
d495e7527f
Merge master into staging-next
2021-03-29 00:15:48 +00:00
Thomas Gerbet
45cea67242
gitAndTools.git-bug: 0.7.1 -> 0.7.2
...
Fixes CVE-2021-28955.
2021-03-28 20:42:36 +02:00
github-actions[bot]
cbd2c726fb
Merge staging-next into staging
2021-03-28 12:06:24 +00:00
github-actions[bot]
25268aeaf7
Merge master into staging-next
2021-03-28 12:06:21 +00:00
Fabian Affolter
158da5a4fa
Merge pull request #117773 from r-ryantm/auto-update/git-extras
...
git-extras: 6.1.0 -> 6.2.0
2021-03-28 11:31:44 +02:00
github-actions[bot]
ea21c98571
Merge staging-next into staging
2021-03-28 06:05:34 +00:00
github-actions[bot]
3f2a4a9dea
Merge master into staging-next
2021-03-28 06:05:31 +00:00
Mario Rodas
2619c030ae
Merge pull request #117775 from r-ryantm/auto-update/git-lfs
...
git-lfs: 2.13.2 -> 2.13.3
2021-03-27 22:46:50 -05:00
github-actions[bot]
2ed7687b19
Merge staging-next into staging
2021-03-28 00:15:43 +00:00
github-actions[bot]
732dc6ef8f
Merge master into staging-next
2021-03-28 00:15:41 +00:00
Ryan Horiguchi
11b13209f3
gitkraken: 7.5.2 -> 7.5.3
2021-03-27 19:59:22 +01:00
Michael Weiss
1372aa414c
git: 2.31.0 -> 2.31.1
2021-03-27 13:44:34 +01:00
R. RyanTM
b177e5ed99
git-lfs: 2.13.2 -> 2.13.3
2021-03-27 11:15:05 +00:00
R. RyanTM
415788b8d3
git-extras: 6.1.0 -> 6.2.0
2021-03-27 11:09:44 +00:00
github-actions[bot]
8cebf1dc19
Merge master into staging-next
2021-03-25 06:05:58 +00:00
kfollesdal
2dbe099c0d
bumpver: 2020.1108 -> 2021.1110
2021-03-24 20:02:22 +01:00
github-actions[bot]
8e2d0e45c0
Merge master into staging-next
2021-03-24 18:10:39 +00:00
Sandro
58b1c47c77
Merge pull request #117423 from fabaff/bit
2021-03-24 18:47:53 +01:00
Git Machete Release Bot
e485ab8ce5
gitAndTools.git-machete: 3.0.0 -> 3.1.0
...
###### 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 ).
###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2021-03-24 14:50:19 +00:00
github-actions[bot]
380cb1e995
Merge master into staging-next
2021-03-24 12:11:57 +00:00
Fabian Affolter
0432eccae8
bit: init at 1.05
2021-03-24 01:05:55 +01:00
Trolli Schmittlauch
b43933666f
gitea: normalise derivation format using nixpkgs-fmt
2021-03-23 23:07:39 +01:00
Trolli Schmittlauch
6459ab51c8
gitea: 1.13.5 -> 1.13.6
...
- minor bugfix release including security fixes, see https://github.com/go-gitea/gitea/releases/tag/v1.13.6
2021-03-23 23:06:29 +01:00
github-actions[bot]
963842fb19
Merge master into staging-next
2021-03-23 12:27:46 +00:00
Maximilian Bosch
ceed556f0b
Merge pull request #117150 from aanderse/gitea
...
gitea: 1.13.4 -> 1.13.5
2021-03-23 10:05:41 +01:00
github-actions[bot]
11ee0bf5d7
Merge master into staging-next
2021-03-23 00:40:24 +00:00
Sandro
0ee851c4be
Merge pull request #117149 from aanderse/redmine
...
redmine: 4.1.1 -> 4.1.2
2021-03-22 20:46:30 +01:00
Aaron Andersen
b85e071b16
redmine: 4.1.1 -> 4.1.2
2021-03-21 18:41:49 -04:00
Aaron Andersen
2351157382
gitea: 1.13.4 -> 1.13.5
2021-03-21 18:39:02 -04:00
github-actions[bot]
933682b533
Merge master into staging-next
2021-03-20 18:19:30 +00:00
Ben Gamari
3df0d950d8
gitlab: 13.8.6 -> 13.9.4 ( #116798 )
2021-03-20 15:04:54 +01:00
github-actions[bot]
8c03075f07
Merge staging-next into staging
2021-03-19 00:41:08 +00:00
github-actions[bot]
d73a492e83
Merge master into staging-next
2021-03-19 00:41:01 +00:00
Milan
324f46b31b
gitlab: 13.8.5 -> 13.8.6 ( #116740 )
...
https://about.gitlab.com/releases/2021/03/17/security-release-gitlab-13-9-4-released/
2021-03-19 00:56:29 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next
2021-03-18 19:24:39 +01:00
Sandro
779428586c
Merge pull request #116535 from SuperSandro2000/fix-collection27
2021-03-18 13:43:53 +01:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next
2021-03-18 13:35:59 +01:00
Sandro Jäckel
03f8d64911
monotone-viz: remove old assert
2021-03-17 22:55:11 +01:00
R. RyanTM
b5e9c378d4
lab: 0.20.0 -> 0.21.0
2021-03-17 14:10:13 +00:00
Michael Weiss
571ddf1ba5
git: 2.30.2 -> 2.31.0 ( #116471 )
2021-03-15 22:45:09 +01:00
github-actions[bot]
611019db38
Merge staging-next into staging
2021-03-15 18:16:53 +00:00
github-actions[bot]
4915d2cb4c
Merge master into staging-next
2021-03-15 18:16:46 +00:00
Antonio Yang
674c39c08f
gitui: 0.12.0 -> 0.13.0
2021-03-15 23:24:24 +08:00
github-actions[bot]
6f1d8a6a11
Merge staging-next into staging
2021-03-15 12:25:49 +00:00
github-actions[bot]
dec95bae4a
Merge master into staging-next
2021-03-15 12:25:41 +00:00
R. RyanTM
5a3feadb55
ghorg: 1.5.0 -> 1.5.1
2021-03-15 03:24:32 -04:00
github-actions[bot]
2c7bf48e77
Merge staging-next into staging
2021-03-14 06:17:35 +00:00
github-actions[bot]
3b97019142
Merge master into staging-next
2021-03-14 06:17:28 +00:00
R. RyanTM
d8a96e2f8f
glab: 1.15.0 -> 1.16.0
2021-03-14 00:39:34 -05:00
Sandro
54395344a8
git: disable flaky test ( #115847 )
...
Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
2021-03-11 10:22:05 +01:00
github-actions[bot]
ba1fa5847e
Merge staging-next into staging
2021-03-10 12:21:31 +00:00
github-actions[bot]
aea4725648
Merge master into staging-next
2021-03-10 12:21:24 +00:00
Milan
86ee8dd8ff
gitlab: 13.8.4 -> 13.8.5 ( #115393 )
...
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
2021-03-10 12:42:58 +01:00
github-actions[bot]
ae64aaa5c0
Merge staging-next into staging
2021-03-10 00:39:15 +00:00
github-actions[bot]
149a81c88d
Merge master into staging-next
2021-03-10 00:39:07 +00:00
Michael Weiss
4990d3c5f8
git: 2.30.1 -> 2.30.2 (CVE-2021-21300)
...
Links for the security issue:
- https://lore.kernel.org/git/xmqqim6019yd.fsf@gitster.c.googlers.com/
- https://github.com/git/git/security/advisories/GHSA-8prw-h3cq-mghm
- https://github.blog/2021-03-09-git-clone-vulnerability-announced/
For some reason meta.changelog was using ${version} instead of
v${version} for the tag name. This is fixed now.
2021-03-09 20:16:18 +01:00
R. RyanTM
8833988d2c
subgit: 3.3.10 -> 3.3.11
2021-03-09 18:52:10 +00:00
Frederik Rietdijk
277d488026
Merge staging into staging-next
2021-03-08 19:20:18 +01:00
Maximilian Bosch
49777a7430
gitea: 1.13.3 -> 1.13.4
...
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.4
2021-03-07 19:15:32 +01:00
Maximilian Bosch
155a946c37
gitAndTools.tig: 2.5.2 -> 2.5.3
...
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.3
2021-03-07 19:15:32 +01:00
Sandro
8f2d0508b8
Merge pull request #114923 from rhoriguchi/gitkraken
...
gitkraken: 7.5.1 -> 7.5.2
2021-03-07 18:29:49 +01:00
Jan Tojnar
1465e8e397
Merge branch 'staging-next' into staging
2021-03-06 19:56:45 +01:00
Git Machete Release Bot
5396fa3fcb
gitAndTools.git-machete: 2.16.1 -> 3.0.0
...
###### 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 ).
###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2021-03-06 14:23:51 +00:00
github-actions[bot]
4af94cf9a3
Merge staging-next into staging
2021-03-05 12:20:56 +00:00
Antonio Yang
6244b0c175
gitui: 0.11.0 -> 0.12.0
2021-03-05 12:55:47 +01:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging
2021-03-04 22:16:45 +01:00
zowoq
677af53363
gh: 1.6.2 -> 1.7.0
...
https://github.com/cli/cli/releases/tag/v1.7.0
2021-03-05 06:04:46 +10:00
Maximilian Bosch
9a02192dc5
gitea: 1.13.2 -> 1.13.3
...
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.3
2021-03-04 18:54:38 +01:00
Sandro
f40698351e
Merge pull request #114959 from dywedir/pijul
...
pijul: 1.0.0-alpha.38 -> 1.0.0-alpha.46
2021-03-03 14:56:06 +01:00
Michael Weiss
d774b4234a
[needs new maintainer] gitRepo: Remove myself as maintainer ( #114835 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-03 13:44:26 +01:00
Vladyslav M
e2f5dca46a
pijul: 1.0.0-alpha.38 -> 1.0.0-alpha.46
2021-03-03 09:59:06 +02:00
Ryan Horiguchi
e42c19ff38
gitkraken: 7.5.1 -> 7.5.2
2021-03-03 00:58:58 +01:00
github-actions[bot]
e668a36492
Merge staging-next into staging
2021-03-02 12:17:32 +00:00
Michael Weiss
a676907ae3
gitRepo: 2.12.2 -> 2.13.1
2021-03-02 13:04:06 +01:00
Jan Tojnar
913394a1d9
Merge branch 'staging-next' into staging
2021-03-01 19:30:56 +01:00
Kim Lindberger
e72375464b
Merge pull request #113635 from talyz/gitlab-improvements
...
nixos/gitlab: Clean config dir, switch to puma, split PreStart script and more
2021-03-01 13:37:53 +01:00
Fabian Affolter
7c2369f9d0
Merge pull request #114656 from r-ryantm/auto-update/ghq
...
ghq: 1.1.6 -> 1.1.7
2021-02-28 19:50:44 +01:00
David Terry
9378695d38
radicle-upstream: 0.1.6 -> 0.1.11
2021-02-28 18:44:49 +01:00
R. RyanTM
2d8ef6c514
ghq: 1.1.6 -> 1.1.7
2021-02-28 12:54:28 +00:00
github-actions[bot]
cb8e6774de
Merge staging-next into staging
2021-02-28 06:18:00 +00:00
R. RyanTM
60031a1e95
gitkraken: 7.5.0 -> 7.5.1
2021-02-27 20:53:41 -05:00
github-actions[bot]
e8162c62e3
Merge staging-next into staging
2021-02-27 00:37:54 +00:00
Sandro
a171d0b765
Merge pull request #114379 from victorluft/submergeupg
2021-02-26 20:35:37 +01:00
Robert Schütz
54757b35c1
Merge branch 'staging-next' into staging
2021-02-26 10:56:17 +01:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Fabian Affolter
182d39612b
Merge pull request #114337 from r-ryantm/auto-update/ghq
...
ghq: 1.1.5 -> 1.1.6
2021-02-25 20:43:54 +01:00
Victor Luft
298113eaf7
sublime-merge: 2039 -> 2047
2021-02-25 12:36:39 -05:00
Victor Luft
407a992fd6
sublime-merge-dev: 2037 -> 2046
2021-02-25 12:36:38 -05:00
Jan Tojnar
f02fc10d0d
meld: fix icon loader
2021-02-25 11:49:47 +01:00
R. RyanTM
d39556b88d
ghq: 1.1.5 -> 1.1.6
2021-02-25 10:07:02 +00:00
talyz
f8ab43ef7b
nixos/gitlab: Switch from unicorn to puma
...
Puma is the new upstream default server since GitLab 13.
2021-02-24 18:31:30 +01:00
Sandro
0e1eb8650f
Merge pull request #114139 from SuperSandro2000/lab
...
lab: 0.19.0 -> 0.20.0, add SuperSandro2000 as maintainer
2021-02-23 22:47:29 +01:00
Sandro Jäckel
3c1787c2cb
lab: 0.19.0 -> 0.20.0, add SuperSandro2000 as maintainer
2021-02-23 17:16:18 +01:00
zowoq
ddfcdc5d49
gh: 1.6.1 -> 1.6.2
...
https://github.com/cli/cli/releases/tag/v1.6.2
2021-02-23 21:20:30 +10:00
github-actions[bot]
54795a5689
Merge staging-next into staging
2021-02-21 12:19:46 +00:00
github-actions[bot]
cf22d5fee7
Merge master into staging-next
2021-02-21 12:19:43 +00:00
R. RyanTM
2f8425c867
git-cola: 3.8 -> 3.9
2021-02-20 21:40:00 +00:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
github-actions[bot]
daab056dd9
Merge staging-next into staging
2021-02-19 18:16:58 +00:00
Jan Tojnar
8f50f1ce10
Merge branch 'staging-next' into staging
...
Resolved the following conflicts:
- kernel flags between 09176d28a0
and 2b28822d8d
- clojure-lsp between 3fa00685ce
and e03c068af5
2021-02-19 17:15:31 +01:00
R. RyanTM
4f88373ed5
gerrit: 3.3.1 -> 3.3.2 ( #113671 )
2021-02-19 17:10:59 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Sandro
4b694d5e3d
Merge pull request #113674 from SuperSandro2000/fix-collection16
2021-02-19 13:27:03 +01:00
zowoq
3dab057264
Merge staging-next into staging
2021-02-19 10:47:46 +10:00
Sandro Jäckel
3de228aefd
git: remove unused input
2021-02-18 22:25:20 +01:00
zowoq
a5948fe664
gh: 1.6.0 -> 1.6.1
...
https://github.com/cli/cli/releases/tag/v1.6.1
2021-02-19 07:19:00 +10:00
github-actions[bot]
683536ab2a
Merge master into staging-next
2021-02-18 00:40:58 +00:00
zowoq
a7251011a6
gh: 1.5.0 -> 1.6.0
...
https://github.com/cli/cli/releases/tag/v1.6.0
2021-02-18 08:05:06 +10:00
Milan
bd4b22a87a
gitlab: 13.7.4 -> 13.8.4 ( #112836 )
2021-02-17 22:55:14 +01:00
github-actions[bot]
cd9df16806
Merge staging-next into staging
2021-02-17 06:14:55 +00:00
github-actions[bot]
3ed237717a
Merge master into staging-next
2021-02-17 06:14:47 +00:00