Commit graph

5205 commits

Author SHA1 Message Date
Ben Siraphob 5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Martin Weinelt d0bfb3ccbb Merge remote-tracking branch 'origin/master' into staging-next 2022-03-31 03:49:37 +02:00
Ben Siraphob 21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
zowoq 0a2ae8bc53 gh: 2.6.0 -> 2.7.0
https://github.com/cli/cli/releases/tag/v2.7.0
2022-03-31 06:35:33 +10:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Fabian Affolter 732d35fbf0
Merge pull request #162505 from cfhammill/cfh/fix-dvc-daemon-patch_157998
fix: dvc daemon patch, instantiate env to a copy of os.environ
2022-03-30 09:45:42 +02:00
Fabian Affolter e09f9b78d1
Merge pull request #166346 from SuperSandro2000/dvc-with-remotes
dvc: 2.9.3 -> 2.9.5
2022-03-30 09:43:57 +02:00
Sandro Jäckel 40ded1611d
dvc: 2.9.3 -> 2.9.5 2022-03-30 02:59:44 +02:00
Sandro 94a2398ae2
Merge pull request #166116 from MinerSebas/update/smartgithg 2022-03-30 02:11:59 +02:00
Martin Weinelt 630d5e1d0d Merge remote-tracking branch 'origin/master' into staging-next 2022-03-29 18:17:36 +02:00
Frederik Rietdijk 25c014324b Merge master into staging-next 2022-03-29 13:25:16 +02:00
Felix Buehler 1913519071 darcs-to-git: switch to fetchFromGitHub 2022-03-29 13:06:47 +02:00
timothy bb35948c1c
gerrit: 3.4.1 -> 3.5.1 (#166178) 2022-03-29 10:40:37 +02:00
cfhammill c56400aa3e dvc: instantiate env to a copy of os.environ
this line removes the dvc utility fix_env which works around
pyenv (irrelevant for nix I think), fix_env instantiates env
as a copy of os.environ is its env argument is None, so I think
this behaviour is close to what the dvc authors intended.
2022-03-28 20:09:35 -04:00
MinerSebas f756e87ede smartgithg: 20.2.5 -> 21.2.2 2022-03-28 18:15:57 +02:00
Jan Tojnar c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar 997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Jörg Thalheim 2a61b85e4b
Merge pull request #166013 from hmenke/git-branchless
git-branchless: 0.3.9 -> 0.3.10
2022-03-28 12:53:16 +01:00
Sandro 2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Yaya 7d1a55bdfb
gitlab: 14.8.4 -> 14.9.1 (#165309) 2022-03-28 11:11:17 +02:00
Henri Menke a39b29dd09
git-branchless: 0.3.9 -> 0.3.10 2022-03-27 23:39:51 +00:00
wahjava 353d271351
fnc: init at 0.10 (#165667)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:13:27 +02:00
github-actions[bot] 36198fe197
Merge staging-next into staging 2022-03-27 18:01:40 +00:00
Martin Weinelt d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
wahjava 63dd57021f
got: 0.67 -> 0.68.1 (#165415)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:07 +02:00
Alyssa Ross 4345b27ded git: enable debug info 2022-03-27 12:49:22 +00:00
github-actions[bot] 3b6f03e497
Merge master into staging-next 2022-03-26 18:01:22 +00:00
Sandro bd14f9c03a
Merge pull request #164372 from lockejan/git-team 2022-03-26 13:32:48 +01:00
Jan Schmitt 34d0b8601c
git-team: init at 1.7.0 2022-03-26 12:29:07 +01:00
Lucas Hoffmann 47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Vladimír Čunát 0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
Ben Siraphob e0e745fe26
Merge pull request #165512 from Artturin/metarepremove 2022-03-24 22:19:44 -05:00
Maximilian Bosch 6a74aa0a13
Merge pull request #165545 from techknowlogick/bump-gitea-1165
gitea: 1.16.4 -> 1.16.5
2022-03-24 23:52:10 +01:00
Artturin 33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
davidak 6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
techknowlogick 7b2b00c571 gitea: 1.16.4 -> 1.16.5 2022-03-23 22:32:56 -04:00
Felix Buehler 3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
Sandro 568a402fc4
Merge pull request #165273 from alyssais/cgit-pink-1.3.0 2022-03-23 10:41:35 +01:00
github-actions[bot] c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Francesco Gazzetta f40327ce40
hut: init at unstable-2022-03-02 (#162663)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:51:47 +01:00
Aleksander ecacb5de41
gitkraken: 8.3.0 -> 8.3.3 (#162753) 2022-03-23 04:12:46 +01:00
Alyssa Ross deab83e116
cgit-pink: init at 1.3.0
cgit-pink is a fork of cgit that aims to be better maintained, because
cgit doesn't get a lot of attention any more, and almost every patch
sent in the last couple of years has been ignored.

The build system is exactly the same as cgit's, so I've created a
common cgit builder function.  This way, improvements to cgit
packaging (I've already noticed a couple to make!) can be shared
between both packages.  If the build systems diverge, we can separate
them out in future.
2022-03-22 13:31:23 +00:00
github-actions[bot] c62314becb
Merge staging-next into staging 2022-03-22 06:01:42 +00:00
Sandro 4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
github-actions[bot] de642acb2e
Merge staging-next into staging 2022-03-21 12:10:50 +00:00
techknowlogick b043c9d5f6 bcompare: 4.4.0.25886 -> 4.4.2.26348 2022-03-21 13:03:10 +01:00
Vladimír Čunát a519740b4c
Merge branch 'staging-next' into staging 2022-03-21 11:57:43 +01:00
Anderson Torres 7e1810ceb2
Merge pull request #164948 from trofi/fix-meld-for-meson-0.60
meld: pull upstream fix for meson-0.60
2022-03-20 15:17:43 -03:00
R. Ryantm acef747bd2 gogs: 0.12.5 -> 0.12.6 2022-03-20 13:31:01 +00:00
Yaya 016a19d13c
gitlab: 14.8.2 -> 14.8.4 (#164564) 2022-03-20 13:08:09 +01:00
R. Ryantm 538a6dba9b ghorg: 1.7.11 -> 1.7.12 2022-03-20 11:16:36 +00:00
Sergei Trofimovich c4c64b6a32 meld: pull upstream fix for meson-0.60
Without the change build fails as:

    > data/meson.build:34:0: ERROR: Function does not take positional arguments.
2022-03-20 08:58:13 +00:00
github-actions[bot] 588298ee0a
Merge staging-next into staging 2022-03-18 12:01:57 +00:00
Bobby Rong 83abf39bbc
Merge pull request #163803 from r-ryantm/auto-update/gogs
gogs: 0.12.4 -> 0.12.5
2022-03-18 18:09:20 +08:00
github-actions[bot] 838f421cf3
Merge staging-next into staging 2022-03-17 12:02:05 +00:00
Maximilian Bosch 2c9dd81bbb
Merge pull request #164171 from techknowlogick/bump-gitea-1164
gitea: 1.16.3 -> 1.16.4
2022-03-17 09:19:18 +01:00
Felix Buehler afb9c15341 git-annex-remote-b2: switch to fetchFromGitHub 2022-03-16 23:23:09 +01:00
zowoq 6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
zowoq aae0f01b9a gh: 2.5.2 -> 2.6.0
https://github.com/cli/cli/releases/tag/v2.6.0
2022-03-16 08:56:25 +10:00
techknowlogick a7262905c4 gitea: 1.16.3 -> 1.16.4 2022-03-15 17:18:54 -04:00
Ben Siraphob ad3d0fdfd5
Merge pull request #164079 from r-ryantm/auto-update/git-cliff 2022-03-15 02:53:44 +00:00
0x4A6F 438d426b89
jujutsu: init at 0.3.1 (#161421) 2022-03-14 20:34:02 +01:00
Sandro b835a229c0
Merge pull request #164143 from SuperSandro2000/lab 2022-03-14 19:35:15 +01:00
Sandro Jäckel 44a3a284df
lab: 0.23.0 -> 0.24.0 2022-03-14 18:48:35 +01:00
Luke Granger-Brown a0bbd640b8
Merge pull request #164119 from lukegb/mercurial
mercurial: add patch to fix the libc buffer type for aarch64-linux
2022-03-14 15:13:34 +00:00
Luke Granger-Brown e2d6f416d5 mercurial: add patch to fix the libc buffer type for aarch64-linux 2022-03-14 14:20:46 +00:00
Alyssa Ross eaa21176e2 tkrev: tkcvs 8.2.1 -> tkrev 9.4.1
Package has been renamed.
2022-03-14 12:57:22 +00:00
Alyssa Ross d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
R. Ryantm f1636eb967 git-cliff: 0.6.0 -> 0.6.1 2022-03-14 07:48:50 +00:00
Bobby Rong 061bb942b8
Merge pull request #163747 from r-ryantm/auto-update/gitRepo
gitRepo: 2.21 -> 2.22
2022-03-13 15:37:21 +08:00
R. Ryantm e7a43e0a63 gogs: 0.12.4 -> 0.12.5 2022-03-12 09:40:25 +00:00
Luke Granger-Brown 06bdb101b9
Merge pull request #162388 from techknowlogick/mercurial-610
mercurial: 6.0.3 -> 6.1
2022-03-12 08:54:31 +00:00
github-actions[bot] 7c0802bf0d
Merge staging-next into staging 2022-03-12 06:01:40 +00:00
Bernardo Meurer a17174204c
commitizen: fix src hash 2022-03-11 21:43:07 -08:00
techknowlogick 58cd95c938 mercurial: 6.0.3 -> 6.1 2022-03-12 00:02:37 -05:00
techknowlogick e574f4cf8f tortoisehg: 6.0 -> 6.1 2022-03-12 00:02:37 -05:00
R. Ryantm 217319ca41 gitRepo: 2.21 -> 2.22 2022-03-12 04:42:14 +00:00
github-actions[bot] a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
Luke Granger-Brown f491e8c332 mercurial: disable all non-essential phases in withExtensions 2022-03-11 15:42:05 +00:00
github-actions[bot] 03c9842a65
Merge staging-next into staging 2022-03-10 18:02:01 +00:00
Cole Mickens 719e043290 gitqlient: init at 1.4.3 2022-03-10 10:18:06 -03:00
github-actions[bot] d41fcfc34e
Merge staging-next into staging 2022-03-10 12:01:50 +00:00
Jacek Galowicz 9a5d5408aa
Merge pull request #160223 from VirtusLab/chore/update-git-machete
git-machete: updates to 3.7.2
2022-03-10 11:42:13 +01:00
github-actions[bot] ded44e80ff
Merge staging-next into staging 2022-03-10 00:02:45 +00:00
Alyssa Ross 7460096bb3 git-remote-hg: 1.0.2.1 -> 1.0.3.2 2022-03-09 21:52:32 +00:00
github-actions[bot] 40d2f7c54e
Merge staging-next into staging 2022-03-08 00:02:45 +00:00
R. Ryantm 4dfc00c191 pass-git-helper: 1.1.2 -> 1.2.0 2022-03-08 00:06:12 +01:00
github-actions[bot] 4ec6244865
Merge staging-next into staging 2022-03-07 18:01:46 +00:00
Renaud 4278418ed8
Merge pull request #163106 from r-ryantm/auto-update/ghorg
ghorg: 1.7.10 -> 1.7.11
2022-03-07 13:51:07 +01:00
github-actions[bot] c15f51235d
Merge staging-next into staging 2022-03-07 12:02:15 +00:00
zowoq 289244e9e4 delta: 0.12.0 -> 0.12.1
https://github.com/dandavison/delta/releases/tag/0.12.1
2022-03-07 20:46:26 +10:00
Bobby Rong 006216e022
Merge pull request #162263 from jcdickinson/git-kraken-8.3.0
gitkraken: 8.2.1 -> 8.3.0
2022-03-07 18:29:41 +08:00
Bobby Rong a1cee664a0
Merge pull request #162167 from r-ryantm/auto-update/git-vendor
git-vendor: 1.2.2 -> 1.3.0
2022-03-07 16:49:51 +08:00
R. Ryantm 80237da069 ghorg: 1.7.10 -> 1.7.11 2022-03-07 06:05:03 +00:00
github-actions[bot] 137a689db1
Merge staging-next into staging 2022-03-07 00:02:59 +00:00
Renaud bc3e08e330
Merge pull request #162684 from zombiezen/gg-scm-130
gg-scm: 1.2.1 -> 1.3.0
2022-03-06 22:21:35 +01:00
github-actions[bot] 69e1d85d54
Merge staging-next into staging 2022-03-06 18:01:46 +00:00
R. RyanTM 82c4fff8d4
ghorg: 1.7.8 -> 1.7.10
(#162854)
2022-03-06 17:32:17 +01:00
zowoq c46399881b Merge staging-next into staging
Conflicts:
	pkgs/tools/security/cosign/default.nix
2022-03-06 22:06:04 +10:00
github-actions[bot] 6933fb31ab
Merge staging-next into staging 2022-03-06 06:01:40 +00:00
dan4ik 2b0c964e4b github-desktop: 2.9.6 -> 2.9.9 2022-03-06 11:19:48 +07:00
R. Ryantm 14f14eb6ad glitter: 1.5.14 -> 1.5.15 2022-03-06 00:03:04 +00:00
github-actions[bot] 47494ea53c
Merge staging-next into staging 2022-03-05 18:01:48 +00:00
Bobby Rong 3cb36ada9d
Merge pull request #162722 from r-ryantm/auto-update/lucky-commit
lucky-commit: 2.1.0 -> 2.1.1
2022-03-05 23:58:21 +08:00
Alyssa Ross c010a19a56
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/hypothesmith/default.nix
2022-03-04 14:53:05 +00:00
R. Ryantm 992b4b7e96 lucky-commit: 2.1.0 -> 2.1.1 2022-03-04 06:52:29 +00:00
Ross Light b72cc97c52 gg-scm: 1.2.1 -> 1.3.0 2022-03-03 15:28:06 -08:00
Maximilian Bosch d4b9a7a179
gitea: 1.16.2 -> 1.16.3
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.16.3
2022-03-03 20:32:51 +01:00
Sandro a6659c6444
Merge pull request #162518 from SuperSandro2000/git-contrib-hooks 2022-03-03 16:49:54 +01:00
Sandro Jäckel c90cc201b3
git: install contrib git hooks 2022-03-03 14:01:33 +01:00
github-actions[bot] 4d46874f57
Merge staging-next into staging 2022-03-02 00:11:54 +00:00
zowoq 09f4b2ed73 gh: 2.5.1 -> 2.5.2
https://github.com/cli/cli/releases/tag/v2.5.2
2022-03-02 08:30:10 +10:00
Felix Bühler cba041c35d
gitSVN,gitMinimal: remove appendToName to have a consistent package n… (#161390)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-01 10:47:32 +01:00
zowoq 64a89aac86 Merge staging-next into staging
Conflicts:
	pkgs/development/libraries/sqlite/default.nix
2022-03-01 16:20:52 +10:00
Artturi 1f0db68c4a
Merge pull request #162029 from zombiezen/gg-scm-121
gg-scm: 1.1.0 -> 1.2.1
2022-03-01 05:33:49 +02:00
Jonathan Dickinson 9db6c2c789
gitkraken: 8.2.1 -> 8.3.0 2022-02-28 15:15:30 -05:00
Sandro f31e080cc4
Merge pull request #161414 from Stunkymonkey/treewide-appendToName 2022-02-28 14:25:43 +01:00
github-actions[bot] f831b62376
Merge staging-next into staging 2022-02-28 12:01:47 +00:00
Sandro f49aa165fb
Merge pull request #161543 from Stunkymonkey/mercurial.withExtensions-phases 2022-02-28 12:54:05 +01:00
Felix Buehler a50f8ee433 mercurialFull: remove appendToName to have a consistent package name for repology 2022-02-28 12:46:14 +01:00
Yaya a7f2e16a4f
gitlab: 14.7.4 -> 14.8.2 (#162088)
https://about.gitlab.com/releases/2022/02/22/gitlab-14-8-released/
2022-02-28 11:14:49 +01:00
R. Ryantm 9aa8625f7d git-vendor: 1.2.2 -> 1.3.0 2022-02-28 06:32:33 +00:00
Maximilian Bosch 96418eb0e7
rcs: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/153235059
2022-02-27 10:25:38 +01:00
Ross Light 225ae3b314 gg-scm: 1.1.0 -> 1.2.1 2022-02-26 15:30:45 -08:00
Renaud 2970b27faf
Merge pull request #161916 from jyooru/update/ghorg
ghorg: 1.5.1 -> 1.7.8
2022-02-26 23:57:10 +01:00
Robert Scott 25babb40a5
Merge pull request #161693 from wahjava/update-fossil
fossil: 2.17 -> 2.18
2022-02-26 21:04:16 +00:00
Robert Scott 090e04c379
Merge pull request #161895 from aanderse/redmine
redmine: 4.2.3 -> 4.2.4
2022-02-26 16:48:46 +00:00
Yaya e0df172ce2
gitlab: 14.7.3 -> 14.7.4 (#161948)
https://about.gitlab.com/releases/2022/02/25/critical-security-release-gitlab-14-8-2-released/
2022-02-26 14:40:38 +01:00
Joel fa6e55bec2
ghorg: 1.5.1 -> 1.7.8 2022-02-26 14:08:20 +10:00
Aaron Andersen 25489d9628 redmine: 4.2.3 -> 4.2.4 2022-02-25 18:05:05 -05:00
R. Ryantm 72419c91e4 subgit: 3.3.12 -> 3.3.13 2022-02-25 13:55:57 -08:00
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
techknowlogick b4a0042c42 gitea: 1.16.1 -> 1.16.2 2022-02-24 15:38:47 -05:00
Ashish SHUKLA 84539c6a70
fossil: 2.17 -> 2.18 2022-02-24 23:02:32 +05:30
José Romildo Malaquias f1143cb501
Merge pull request #161144 from romildo/new.git-updater
gitUpdater: init
2022-02-23 18:48:24 -03:00
Kim Lindberger 52d50538fd
Merge pull request #160463 from yayayayaka/gitlab-14.7.3
gitlab: 14.7.2 -> 14.7.3
2022-02-23 19:14:38 +01:00
Felix Buehler 8142ba3e88 mercurial.withExtensions: deprecate phases 2022-02-23 16:48:58 +01:00
Bobby Rong 7cd44abcc3
Merge pull request #161247 from r-ryantm/auto-update/got
got: 0.66 -> 0.67
2022-02-23 15:07:24 +08:00
Bernardo Meurer ce388cd439
Merge pull request #161408 from lovesegfault/commitizen-2.21.2
commitizen: 2.20.4 -> 2.21.2
2022-02-22 12:06:32 -08:00
Bernardo Meurer e2e23aac07
commitizen: use argcomplete 1.12.3 2022-02-22 11:27:30 -08:00
Bernardo Meurer fde95785c9
commitizen: 2.20.4 -> 2.21.2 2022-02-22 10:08:35 -08:00
Pawel Lipski 43feb0f898 git-machete: remove postCheck and references to pytest 2022-02-22 10:27:54 +01:00
Pawel Lipski 68c8eaedb8 git-machete: updates to 3.7.2 2022-02-22 10:25:52 +01:00
Mario Rodas f20f185b8f git-gone: 0.3.7 -> 0.3.8 2022-02-22 04:20:00 +00:00
José Romildo ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
R. Ryantm 5559fd35fd got: 0.66 -> 0.67 2022-02-21 15:11:24 +00:00
pacien 7e816dea4c mercurial: 6.0.2 -> 6.0.3 2022-02-18 15:56:42 +01:00
R. Ryantm ce85c6a203 git-lfs: 3.1.1 -> 3.1.2 2022-02-18 08:55:03 +00:00
Lara eb84f592c6 gitlab: 14.7.2 -> 14.7.3 2022-02-17 12:19:50 +00:00
Sandro 18d06230ce
Merge pull request #160149 from SuperSandro2000/libgit2 2022-02-17 02:37:43 +01:00