Commit Graph

636174 Commits

Author SHA1 Message Date
Oliver Schmidt
53caac3364 percona-server_8_0: 8.0.36-28 -> 8.0.37-29
This is a new LTS release as well.

(cherry picked from commit b04c93f6f4)
2024-10-15 22:09:43 +02:00
Oliver Schmidt
d768a2d0f3 percona-server_8_4: init at 8.4.0-1
This is a new LTS release as well.

(cherry picked from commit 712028ec9a)
2024-10-15 22:09:38 +02:00
Oliver Schmidt
84451df13b percona-server, percona-xtrabackup: rework naming
When reworking the percona package naming towards the two release
streams "innovation" and "lts", I did not anticipate the case that two
releases are long-term supported in parallel, and that the latest
Innovation release is end-of-life and replaced by a more recent lts.

Hence, the first-level attribute names now reflect the package
major-minor versions again, augmented by attribute names pointing to
respective lts and innovation releases.

(cherry picked from commit 188b5df7cd)
2024-10-15 22:07:00 +02:00
Josh Heinrichs
9c0ae0a39a percona: fix references to utilities in scripts
I encountered errors when attempting to run Vitess which calls out to
mysqld_safe[1]. Several utilities are needed in order for it to run e.g.
grep, sed, env, ps, date, hostname, etc.

Additionally, if ps, kill, and grep aren't available to
scripts/CMakeLists.txt, mysqld_start can end up getting generated with
syntax errors as FIND_PROC will be substituted into the script template
as an empty string[2][3].

The presence of systemd in percona-server_innovation seems to prevent
mysqld_multi from being built on Linux so it gets patched conditionally.

This same patch could be applied to MySQL if desired.

[1]: https://github.com/vitessio/vitess/blob/v20.0.1/go/vt/mysqlctl/mysqld.go#L363-L369
[2]: 79c1086e82/scripts/CMakeLists.txt (L255)
[3]: 79c1086e82/scripts/mysqld_safe.sh (L869)

(cherry picked from commit a5dcd41e27)
2024-10-15 22:06:32 +02:00
Peder Bergebakken Sundt
6429b7b322 nixos/resilio: add package option
(cherry picked from commit f0ad87bdd7)
2024-10-15 18:39:11 +00:00
teutat3s
1c7d1365c1 element-desktop: 1.11.79 -> 1.11.81
https://github.com/element-hq/element-desktop/releases/tag/v1.11.80
https://github.com/element-hq/element-desktop/releases/tag/v1.11.81

Fixes CVE-2024-47771 / GHSA-963w-49j9-gxj6

(cherry picked from commit ad974fe189)
2024-10-15 17:19:32 +00:00
Nick Cao
b2bccce456
[24.05] linux_xanmod: backport small refactor to allow clean backports (#348702) 2024-10-15 11:49:45 -04:00
Pol Dellaiera
dea2c6565d
[Backport release-24.05] signal-desktop 7.27.0 -> 7.28.0, signal-desktop-beta: 7.25.0-beta.2 -> 7.29.0-beta.1 (#348731) 2024-10-15 10:25:50 +02:00
teutat3s
afeaa6fa08 signal-desktop-beta: 7.25.0-beta.2 -> 7.29.0-beta.1
(cherry picked from commit df0c496ad2)
2024-10-15 08:24:35 +00:00
teutat3s
4e2d64ff17 signal-desktop: 7.27.0 -> 7.28.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v7.28.0
(cherry picked from commit 6cb97244c8)
2024-10-15 08:24:35 +00:00
Atemu
60f1504c11
[Backport release-24.05] easyrsa: 3.2.0 -> 3.2.1 (#348395) 2024-10-15 10:20:21 +02:00
Atemu
be5695ff7a linux_xanmod: backport small refactor to allow clean backports
988bf19f2c (among other things) refactored this
expression a little. This made backports no longer apply cleanly, requiring
manual backports which are tedious.

This commit backports only the part that refactors the version declaration in
order to make automated backports work again.

(The `variant` variable was unused.)

This is technically a refactor which shouldn't typically be backported but the
change is very minor and trivial to verify to be correct.
2024-10-15 08:53:18 +02:00
Thomas Gerbet
db9c3349b1
[Backport release-24.05] mattermost: 9.5.9 -> 9.5.10 (#348589) 2024-10-15 07:35:55 +02:00
Thomas Gerbet
34cd1e66ac
[release-24.05] mediawiki: 1.41.3 -> 1.41.4 (#348612) 2024-10-15 07:35:00 +02:00
Atemu
44411b77ba
[Backport release-24.05] linux_xanmod, linux_xanmod_latest: 2024-10-12 (#348591) 2024-10-15 07:04:51 +02:00
Adam C. Stephens
06b17a1de9
[Backport release-24.05] nix-direnv: 3.0.5 -> 3.0.6 (#348640) 2024-10-14 21:55:33 -04:00
Silvan Mosberger
80202bd4fa ci/request-reviews: Avoid duplicates with different casings
It's possible to have different casings in OWNERS, so we need to handle
that

(cherry picked from commit e612b89953)
2024-10-15 01:06:13 +02:00
Lin Jian
9af45a7f85 ci/request-reviews: fix headRef to point to the PR head
Previously, headRef points to the master branch of Nixpkgs, which
basically means no code owner review will be requested.

The problem can be verified using the following command.

$ DRY_MODE=1 ./ci/request-reviews/request-reviews.sh NixOS/nixpkgs 347973 ci/OWNERS
[...]
This PR touches 0 files
Requesting reviews from: {
  "reviewers": []
}
[...]

Additionally, the comment about conflicts is removed thanks to the
unambiguous way of specifying ref.

(cherry picked from commit f4c6e1174c)
2024-10-15 01:06:10 +02:00
Silvan Mosberger
6e6a84a2a5 ci/request-reviews: Fix for branches starting with "pr"
Turns out if :<something> is passed, a local branch is updated, which
can conflict if the PR branch starts with "pr". I tried to avoid that
with the original code but apparently that didn't work!

https://github.com/NixOS/nixpkgs/actions/runs/11284183639/job/31384967152?pr=347822

    Fetching the PR commit history
    From https://github.com/linj-fork/nixpkgs
     * [new branch]            pr/kanata-add-version-check -> fork/pr
    error: cannot lock ref 'refs/remotes/fork/pr/kanata-add-version-check': 'refs/remotes/fork/pr' exists; cannot create 'refs/remotes/fork/pr/kanata-add-version-check'
     ! [new branch]            pr/kanata-add-version-check -> fork/pr/kanata-add-version-check  (unable to update local ref)
    error: some local refs could not be updated; try running

(cherry picked from commit 299a181477)
2024-10-15 00:45:07 +02:00
Silvan Mosberger
01f9bc543f workflows/codeowners: Cache codeowner validator build
The codeowner-validator build declared in ci/codeowners-validator was
not cached before and needed to be built for every PR, which is slow and
wasteful: https://github.com/NixOS/nixpkgs/actions/runs/11280533037/job/31373720922

(cherry picked from commit f9b28d5678)
2024-10-15 00:44:59 +02:00
Silvan Mosberger
bd43ae4312 .gitattributes: Mark ci/OWNERS as CODEOWNERS
(cherry picked from commit ddeb2dfd91)
2024-10-15 00:44:50 +02:00
Silvan Mosberger
9115330873 ci/request-reviews: Make wrong base branch message hashes more transparent
Also, fix the description of the text

(cherry picked from commit c721e917ce)
2024-10-15 00:44:45 +02:00
Silvan Mosberger
3493325e09 CONTRIBUTING: Remove now-unneeded mass ping section
This is not a problem anymore with the parent commit

(cherry picked from commit c2464034c0)
2024-10-15 00:44:39 +02:00
Silvan Mosberger
b2bfec90cd CODEOWNERS: Switch to alternate mechanism
This effectively disables the native GitHub codeowners feature
and enables the new alternate codeowners mechanism introduced in
https://github.com/NixOS/nixpkgs/pull/336261

This means that:
- We can now declare users without write access as code owners!
- Targeting the wrong branch won't trigger mass pings anymore!

(cherry-picked from commit b01ca00aed)
2024-10-15 00:44:04 +02:00
Rebecca Turner
5b03e0c166 nix-direnv: Update resholve solutions from upstream
Upstream recently changed their resholve solutions somewhat to support
using the ambient Nix on the user's `$PATH` or falling back to the
default nixpkgs stable `nix` otherwise. Let's update our definitions to
match.

See: https://github.com/nix-community/nix-direnv/pull/513
(cherry picked from commit ea8ab50f9e)
2024-10-14 15:39:28 -07:00
Rebecca Turner
a2c9f81b3f nix-direnv: 3.0.5 -> 3.0.6
(cherry picked from commit a4626d4bc8)
2024-10-14 15:38:47 -07:00
Silvan Mosberger
59990c7e75 ci/request-reviews: Request reviews for individual team members
This makes this codeowner mechanism behave differently than the native
one, but there's no other way to avoid rerequesting reviews from teams
when a member already reviewed the PR.

(cherry picked from commit 1ff83b2c96)
2024-10-15 00:35:26 +02:00
Silvan Mosberger
16b54e1afb ci/request-reviews: Don't rerequest users that already reviewed
The automation should never rerequest reviews from users that already
reviewed the changes, which is what was happening before this change:

https://github.com/NixOS/nixpkgs/pull/347354#event-14570645380

Also reorder the arguments to make more sense

(cherry picked from commit 9a054bb9dd)
2024-10-15 00:35:23 +02:00
Silvan Mosberger
bbd64b4b69 workflows/codeowners: Dry mode for now
Apparently it started requesting reviews from code owners already
because the DRY_MODE from the global env was overridden in the local job
declaration: https://github.com/NixOS/nixpkgs/pull/347354#event-14570645380

(cherry picked from commit c1710f234c)
2024-10-15 00:35:14 +02:00
Silvan Mosberger
2e923fb2f6 CODEOWNERS: Fix non-matching patterns
Since https://github.com/NixOS/nixpkgs/pull/336261 we have CI that
checks that the codeowners file is valid:

https://github.com/NixOS/nixpkgs/actions/runs/11243668280/job/31260095472#step:7:34

Which files are correct (or whether they were removed) was determined
using the Git history and some grepping

(cherry picked from commit dd2808213c)
2024-10-15 00:35:05 +02:00
Silvan Mosberger
2211c1011f OWNERS: placeholder init
(cherry picked from commit 93dcd42f2b)
2024-10-15 00:34:52 +02:00
Silvan Mosberger
5de26baf9f workflows/codeowners: init
(cherry picked from commit 87a2986c1a)
2024-10-15 00:33:55 +02:00
Silvan Mosberger
1a317c035c ci: Add codeowners validator
(cherry picked from commit 5695bf6cfe)
2024-10-15 00:29:46 +02:00
Silvan Mosberger
2eb82ca074 ci: Add review request scripts
Also post a comment in case base branch is wrong
  This guides newcomers in how to smoothly handle the potentially scary
  situation of having thousands of commits listed in a PR.

  While CI shows the same, people might not even look at CI if the PR
  looks botched.

(cherry picked from commit 369cfa02da)
2024-10-15 00:29:40 +02:00
Silvan Mosberger
4bedbf85a9 ci: Add default.nix with exposed pkgs
Allows reusing it in more places

(cherry picked from commit 1700d00588)
2024-10-15 00:29:20 +02:00
Robert Hensing
b112355dd3 shell.nix: Enable e.g. --arg nixpkgs ./.
This allows shell.nix to be run with the latest tools instead of
the pinned ones when desired, which is probably not very often,
but useful nonetheless.

(cherry picked from commit b07c441987)
2024-10-15 00:28:08 +02:00
R. Ryantm
7f56f21987
docker: 27.3.0 -> 27.3.1
(cherry picked from commit e55b3cf758)
2024-10-14 23:35:23 +02:00
Parsifa1
b493b0e7cc
docker_27: 27.2.0 -> 27.3.0
(cherry picked from commit aae4960f6b)
2024-10-14 23:35:23 +02:00
Ali Afsharzadeh
574d2ff60f
docker_27: 27.1.1 -> 27.2.0
(cherry picked from commit 755657b2b4)
2024-10-14 23:35:23 +02:00
Nick Cao
8eec6bbcf0
[Backport release-24.05] arc-browser: 1.61.2-54148 -> 1.63.1-54714 (#348573) 2024-10-14 17:11:12 -04:00
Masum Reza
bad1aa12b2
[Backport release-24.05] gallery-dl: 1.27.5 -> 1.27.6 (#348525) 2024-10-15 02:24:27 +05:30
Martin Weinelt
c0327d885b
mediawiki: 1.41.3 -> 1.41.4
https://www.mediawiki.org/wiki/Release_notes/1.41#MediaWiki_1.41.4
2024-10-14 22:01:35 +02:00
kirillrdy
1988382e22
[Backport release-24.05] oink: 1.3.0 -> 1.3.1 (#348349) 2024-10-15 06:34:53 +11:00
Martin Weinelt
2bcd284fbf firefox-bin-unwrapped: 131.0.2 -> 131.0.3
https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/
(cherry picked from commit 82f08f303a)
2024-10-14 19:07:10 +00:00
Martin Weinelt
56f26728e3 firefox-unwrapped: 131.0.2 -> 131.0.3
https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/
(cherry picked from commit 068040bfa1)
2024-10-14 19:07:10 +00:00
Shawn8901
892979209d linux_xanmod_latest: 6.11.2 -> 6.11.3
(cherry picked from commit bd50ef4c5a)
2024-10-14 20:05:19 +02:00
Shawn8901
0af6c1b0d3 linux_xanmod: 6.6.54 -> 6.6.56
(cherry picked from commit 35d91eb992)
2024-10-14 20:04:56 +02:00
R. Ryantm
ea9239816b mattermost: 9.5.9 -> 9.5.10
(cherry picked from commit 7c84a256ea)
2024-10-14 18:01:24 +00:00
Thomas Gerbet
9478a204bc
[Backport release-24.05] python3Packages.django-mdeditor: patch out polyfill.io usage, bump KaTeX (#348478) 2024-10-14 19:46:06 +02:00
DontEatOreo
f8685d8a59 arc-browser: 1.61.2-54148 -> 1.63.1-54714
Changelog: https://arc.net/e/8554E66E-831C-459A-B6C9-1E814AA5CCD8
(cherry picked from commit 257097bd62)
2024-10-14 17:08:08 +00:00