Commit graph

3910 commits

Author SHA1 Message Date
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