Commit graph

6703 commits

Author SHA1 Message Date
Noah Fontes 84c0241154
p4: 2022.1.2305383 -> 2022.2.2407422
Minor version upgrade. We're now able to link against OpenSSL 3.0.
2023-05-12 10:50:05 -07:00
Alyssa Ross 5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
github-actions[bot] 84352fc449
Merge master into staging-next 2023-05-12 00:01:57 +00:00
Yaya 8317bbe57a
gitlab: 15.11.2 -> 15.11.3 (#231234)
https://about.gitlab.com/releases/2023/05/10/security-release-gitlab-15-11-3-released/

Fixes CVE-2023-2181
2023-05-11 20:37:17 +02:00
github-actions[bot] 387f5d9a5f
Merge master into staging-next 2023-05-11 12:01:42 +00:00
Thiago Kenji Okada 94893cc1a4
Merge pull request #231197 from zendo/up/gittyup
gittyup: 1.2.2 -> 1.3.0
2023-05-11 11:11:43 +01:00
zendo 56ce112463 gittyup: 1.2.2 -> 1.3.0 2023-05-11 09:51:53 +08:00
github-actions[bot] 079dc4c27d
Merge master into staging-next 2023-05-11 00:02:13 +00:00
zowoq 19bef60952 gh: 2.28.0 -> 2.29.0
Diff: https://github.com/cli/cli/compare/v2.28.0...v2.29.0

Changelog: https://github.com/cli/cli/releases/tag/v2.29.0
2023-05-11 09:20:36 +10:00
Martin Weinelt 912f73adf5
Merge pull request #230893 from yayayayaka/gitlab-ruby_3_0
gitlab: Build with ruby_3_0
2023-05-10 21:22:00 +02:00
Thiago Kenji Okada 813852469d git-cola: only use qt5.qtwayland in Linux
Fix compilation on Darwin.

ZHF: #230712
2023-05-10 13:37:25 +01:00
Yaya bf964430f0 gitlab: Build with ruby_3_0
Ruby 2.7 is EOL since 2023-03-31. Support for Ruby 3.0 has been added by
gitlab in the meantime.
2023-05-10 06:56:53 +00:00
Sandro cc8e3e9c1f
Merge pull request #229540 from ShamrockLee/git-fix-ls
Revert #224474, git completion command patching
2023-05-08 22:01:21 +02:00
Martin Weinelt 5927ca9269
Merge pull request #229892 from pacien/mercurial-6.4.3
mercurial: 6.4.2 -> 6.4.3
2023-05-08 02:11:03 +02:00
Weijia Wang 11fc1f224f
Merge pull request #230348 from risicle/ris-git-installcheck-darwin-sysctl
git: fix installCheck on darwin
2023-05-06 20:47:46 +03:00
Rick van Schijndel 67486d98ab
Merge pull request #230011 from spwhitt/remove-spwhitt
Remove myself as maintainer
2023-05-06 16:38:40 +02:00
Robert Scott dd4c9eec90 git: fix installCheck on darwin
these days it wants `sysctl`
2023-05-06 15:18:28 +01:00
Sandro 597c74fe22
gitea: 1.19.2 -> 1.19.3 (#229959) 2023-05-05 21:40:29 +02:00
figsoda 276f75e5ff
Merge pull request #230143 from r-ryantm/auto-update/git-machete
git-machete: 3.17.1 -> 3.17.3
2023-05-05 13:25:56 -04:00
R. Ryantm 9dd3a860ff git-machete: 3.17.1 -> 3.17.3 2023-05-05 16:23:40 +00:00
Yureka 8f797fa93d
gitlab: 15.11.1 -> 15.11.2 (#230101)
https://gitlab.com/gitlab-org/gitlab/-/blob/master/CHANGELOG.md#15112-2023-05-03
2023-05-05 15:28:16 +02:00
Spencer Whitt 21dbdb5d03 maintainers: remove spwhitt 2023-05-05 12:34:05 +00:00
zowoq 661117e16f gh: fix cross
"zowoq" wrote this commit:

  https://github.com/NixOS/nixpkgs/pull/225121#issuecomment-1500037413
2023-05-05 16:11:23 +10:00
figsoda 0e98987fd0
Merge pull request #229946 from r-ryantm/auto-update/git-stack
git-stack: 0.10.15 -> 0.10.16
2023-05-04 15:31:18 -04:00
R. Ryantm 3d118da441 git-stack: 0.10.15 -> 0.10.16 2023-05-04 18:44:45 +00:00
pacien 4788eaa366 mercurial: 6.4.2 -> 6.4.3
Release notes: https://wiki.mercurial-scm.org/Release6.4
2023-05-04 14:30:31 +02:00
Martin Weinelt 353a67c4d0
Merge pull request #229741 from IndeedNotJames/forgejo
forgejo: 1.19.2-0 -> 1.19.3-0
2023-05-04 14:04:57 +02:00
IndeedNotJames 267ef1a20b
forgejo: 1.19.2-0 -> 1.19.3-0
https://codeberg.org/forgejo/forgejo/releases/tag/v1.19.3-0
2023-05-03 22:24:36 +02:00
Weijia Wang dfa0dcbf68
Merge pull request #229435 from r-ryantm/auto-update/src
src: 1.31 -> 1.32
2023-05-03 21:51:15 +03:00
Yueh-Shun Li b03cc9ce11 Revert "git: also patch the ls command for git-core scripts"
Prevent the command patching from breaking the definition of
__git_complete_revlist_file, where there's a local varible named "ls"

This reverts commit 820dc2a560.
2023-05-03 13:40:35 +00:00
Yueh-Shun Li 668b20d59d Revert "git: fix in completion scripts references to environment utils"
"git grep" (__gitcomp_builtin grep) is not grep,
and thus cannot be substituted by the GNU grep binary.

The command patching needs to be done with special care,
which includes manual examination of the diff result before and after patching.

This reverts commit b5d052d438.
2023-05-03 13:03:01 +00:00
Fabian Affolter 7792267495 dvc: 2.49.0 -> 2.56.0
Changelog: https://github.com/iterative/dvc/releases/tag/2.56.0
2023-05-03 01:19:16 +02:00
Fabian Affolter 8f3b911ab2 dvc: 2.43.1 -> 2.49.0
Changelog: https://github.com/iterative/dvc/releases/tag/2.49.0
2023-05-03 00:18:19 +02:00
Matt Melling 4b4fa33802 dvc: 2.17.0 -> 2.43.1 2023-05-03 00:16:49 +02:00
Matt Melling 6cbbb21b6b python3Packages.dvc-azure: init at 2.21.0 2023-05-03 00:16:09 +02:00
Weijia Wang aaf086e1ee
Merge pull request #229511 from afh/update-got
got: 0.87 -> 0.88
2023-05-02 23:34:19 +03:00
Yaya 69e6642e49
gitlab: 15.11.0 -> 15.11.1 (#229447)
https://about.gitlab.com/releases/2023/05/02/security-release-gitlab-15-11-1-released/

Fixes CVE-2023-2182
Fixes CVE-2023-1965
Fixes CVE-2023-1621
Fixes CVE-2023-2069
Fixes CVE-2023-1178
Fixes CVE-2023-0805
Fixes CVE-2023-0756
Fixes CVE-2023-1836
Fixes CVE-2022-4376
2023-05-02 21:10:56 +02:00
Alexis Hildebrandt 1e43462009 got: 0.87 -> 0.88 2023-05-02 20:05:04 +02:00
R. Ryantm 20a1a910e3 src: 1.31 -> 1.32 2023-05-02 08:36:52 +00:00
Mario Rodas 76e2e65e39
Merge pull request #229272 from kilianar/git-cola-4.2.1
git-cola: 4.1.0 -> 4.2.1
2023-05-01 09:40:29 -05:00
kilianar 2d8e0c3c98 git-cola: 4.1.0 -> 4.2.1
https://github.com/git-cola/git-cola/releases/tag/v4.2.1

Additionally, include qtwayland in buildInputs to enable Wayland
support.
2023-05-01 13:35:00 +02:00
github-actions[bot] 2b265000ed
Merge master into staging-next 2023-04-30 18:01:17 +00:00
R. Ryantm be87064b80 lefthook: 1.3.10 -> 1.3.12 2023-04-30 12:16:15 -03:00
github-actions[bot] 5122e188ab
Merge master into staging-next 2023-04-30 12:01:35 +00:00
Nikolay Korotkiy 468356287f
Merge pull request #229040 from r-ryantm/auto-update/git-extras
git-extras: 6.5.0 -> 7.0.0
2023-04-30 10:19:14 +04:00
github-actions[bot] a996545f31
Merge master into staging-next 2023-04-30 06:01:07 +00:00
R. Ryantm 4dc6a6e5fd git-extras: 6.5.0 -> 7.0.0 2023-04-30 02:47:43 +00:00
figsoda f56683ce89
Merge pull request #229018 from r-ryantm/auto-update/git-cliff
git-cliff: 1.1.2 -> 1.2.0
2023-04-29 21:48:21 -04:00
Nick Cao a2db240f0d
Merge pull request #228995 from strager/sapling-0.2.20230426
sapling: 0.2.20230228-144002-h9440b05e -> 0.2.20230426-145232+7ea1f245
2023-04-30 09:22:18 +08:00
github-actions[bot] 3d5144e385
Merge master into staging-next 2023-04-30 00:02:27 +00:00
R. Ryantm 0b4052683e git-cliff: 1.1.2 -> 1.2.0 2023-04-29 23:18:36 +00:00
Matthew "strager" Glazar 1633b20a5e sapling: 0.2.20230228-144002-h9440b05e -> 0.2.20230426-145232+7ea1f245 2023-04-29 14:53:53 -07:00
Mario Rodas 9aaa411727
Merge pull request #228932 from r-ryantm/auto-update/fnc
fnc: 0.13 -> 0.15
2023-04-29 13:41:45 -05:00
github-actions[bot] 03ca5eba08
Merge master into staging-next 2023-04-29 18:01:02 +00:00
Florian Klink 3ed18a3527
Merge pull request #228919 from r-ryantm/auto-update/gerrit
gerrit: 3.7.1 -> 3.7.2
2023-04-29 20:30:17 +03:00
Alyssa Ross 599dbaacc0 git-cinnabar: 0.6.0 -> 0.6.1 2023-04-29 15:21:16 +00:00
R. Ryantm 41f6ad24fa fnc: 0.13 -> 0.15 2023-04-29 14:12:57 +00:00
R. Ryantm 34d785d29a gerrit: 3.7.1 -> 3.7.2 2023-04-29 13:13:13 +00:00
github-actions[bot] 9701323277
Merge master into staging-next 2023-04-29 12:01:20 +00:00
Martin Weinelt 1ffe2a055d
Merge pull request #228823 from mweinelt/forgejo-1.19.2
forgejo: 1.19.1-0 -> 1.19.2-0
2023-04-29 11:03:30 +02:00
Weijia Wang 45b5366052
Merge pull request #228785 from r-ryantm/auto-update/gitoxide
gitoxide: 0.22.1 -> 0.23.0
2023-04-29 11:16:13 +03:00
Martin Weinelt 8a59d44958
forgejo: 1.19.1-0 -> 1.19.2-0
https://codeberg.org/forgejo/forgejo/releases/tag/v1.19.2-0
2023-04-29 02:27:56 +02:00
github-actions[bot] 534c4a7623
Merge master into staging-next 2023-04-29 00:02:00 +00:00
R. Ryantm 968a459d07 gitoxide: 0.22.1 -> 0.23.0 2023-04-28 19:51:59 +00:00
Sandro Jäckel 0c43bce82e gitea: 1.19.1 -> 1.19.2 2023-04-28 11:01:22 +02:00
github-actions[bot] 0ceaddfbc3
Merge staging-next into staging 2023-04-27 00:02:17 +00:00
figsoda 9db9fdf9c8
Merge pull request #228344 from r-ryantm/auto-update/git-machete
git-machete: 3.17.0 -> 3.17.1
2023-04-26 14:23:14 -04:00
github-actions[bot] 63a3bd8731
Merge staging-next into staging 2023-04-26 18:01:39 +00:00
Vladimír Čunát d6b863fd9b
Merge #226795: staging-next 2023-04-18 2023-04-26 18:35:28 +02:00
R. Ryantm 8afa0168c0 git-machete: 3.17.0 -> 3.17.1 2023-04-26 16:13:37 +00:00
Weijia Wang 91c754d381
Merge pull request #227673 from m-bdf/github-desktop-ozone
github-desktop: support ozone
2023-04-26 19:12:45 +03:00
Yaya 513e072bcc
gitlab: 15.10.2 -> 15.11.0 (#227258) 2023-04-26 17:33:41 +02:00
Sandro 6336e8e30b
Merge pull request #228228 from qowoz/git 2023-04-26 13:33:07 +02:00
github-actions[bot] 134b2c3768
Merge master into staging-next 2023-04-26 00:02:00 +00:00
zowoq 062d01a965 git: 2.40.0 -> 2.40.1
Changelog: https://github.com/git/git/blob/v2.40.1/Documentation/RelNotes/2.40.1.txt
2023-04-26 09:36:45 +10:00
Alexis Hildebrandt d4bde02d32 gh: 2.27.0 -> 2.28.0 2023-04-26 08:47:18 +10:00
Weijia Wang dac8b2376c
Merge pull request #226027 from bcdarwin/unbreak-datalad
datalad: 0.16.5 -> 0.18.3; unbreak
2023-04-26 01:12:57 +03:00
github-actions[bot] 2e27a36b4b
Merge master into staging-next 2023-04-25 18:01:17 +00:00
figsoda c432c85c53
Merge pull request #228121 from r-ryantm/auto-update/git-subrepo
git-subrepo: 0.4.5 -> 0.4.6
2023-04-25 10:40:26 -04:00
github-actions[bot] a39805cda2
Merge master into staging-next 2023-04-25 12:01:31 +00:00
R. Ryantm f96b6538df git-subrepo: 0.4.5 -> 0.4.6 2023-04-25 10:51:33 +00:00
Sandro Jäckel aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
Ben Darwin 206cde956f datalad: 0.16.5 -> 0.18.3; unbreak
Added missing `looseversion` and undeclared `setuptools` dependencies.
Added git-annex.
Correctly wrapped `datalad` program so that `datalad create` works.
2023-04-24 14:05:04 -04:00
Vladimír Čunát 011bf8f5d9
Merge branch 'master' into staging-next 2023-04-24 08:10:21 +02:00
Nick Cao 9090a1cdb4
Merge pull request #227842 from afh/update-got
got: 0.86 -> 0.87
2023-04-24 09:31:28 +08:00
Sandro 0438816b9e
Merge pull request #226974 from IndeedNotJames/forgejo-build-from-source 2023-04-24 00:04:16 +02:00
Alexis Hildebrandt 26f3c3b084 got: 0.86 -> 0.87 2023-04-23 19:23:35 +02:00
Maëlys Bras de fer 458807f454 github-desktop: support ozone 2023-04-22 22:30:51 +02:00
github-actions[bot] f71a5e7be3
Merge master into staging-next 2023-04-22 00:01:53 +00:00
Weijia Wang c7819905fb srvc: 0.17.0 -> 0.17.1 2023-04-21 20:52:25 +03:00
github-actions[bot] 2994ad0fdd
Merge master into staging-next 2023-04-21 06:01:08 +00:00
IndeedNotJames e6a04bc9ef
forgejo: build from source
instead of relying on the release tarballs published with each release.
This does however add two additional hashes (`vendorHash` and `npmDepsHash`), making it a total of 3 hashes that need to be updated each time.

The old `updateScript` is no longer useful as of this change.
It was originally added because we weren't aware that gitea/forgejo/codeberg have "predictable URLs" for the needed release tarball.
Fixed in 0dd0b2103a
2023-04-21 03:56:51 +02:00
Mario Rodas 89c4bc2a88
Merge pull request #226533 from amesgen/scriv-1.3.1
scriv: 1.2.1 -> 1.3.1
2023-04-20 19:50:27 -05:00
github-actions[bot] 7fea76bc9d
Merge master into staging-next 2023-04-21 00:02:18 +00:00
Weijia Wang c3ac4cb87e
Merge pull request #227007 from r-ryantm/auto-update/git-stack
git-stack: 0.10.14 -> 0.10.15
2023-04-20 23:17:01 +03:00
github-actions[bot] 62b0fc144a
Merge master into staging-next 2023-04-20 06:01:11 +00:00
R. Ryantm 8aec299c6b git-machete: 3.16.3 -> 3.17.0 2023-04-19 23:51:49 +00:00
github-actions[bot] 10c9ad1b8c
Merge master into staging-next 2023-04-19 18:01:13 +00:00
R. Ryantm e85669c7b7 ghq: 1.4.1 -> 1.4.2 2023-04-19 16:47:54 +00:00
github-actions[bot] a1cb3e7310
Merge master into staging-next 2023-04-19 12:01:15 +00:00